summaryrefslogtreecommitdiff
path: root/o3tl
ModeNameSize
d---------inc / o3tl31logplain
d---------prj70logplain
d---------qa362logplain
ion in the term "modification".)
-
- "Source code" for a work means the preferred form of the work for
-making modifications to it. For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
- Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it). Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-
- 1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
- You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
- 2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) The modified work must itself be a software library.
-
- b) You must cause the files modified to carry prominent notices
- stating that you changed the files and the date of any change.
-
- c) You must cause the whole of the work to be licensed at no
- charge to all third parties under the terms of this License.
-
- d) If a facility in the modified Library refers to a function or a
- table of data to be supplied by an application program that uses
- the facility, other than as an argument passed when the facility
- is invoked, then you must make a good faith effort to ensure that,
- in the event an application does not supply such function or
- table, the facility still operates, and performs whatever part of
- its purpose remains meaningful.
-
- (For example, a function in a library to compute square roots has
- a purpose that is entirely well-defined independent of the
- application. Therefore, Subsection 2d requires that any
- application-supplied function or table used by this function must
- be optional: if the application does not supply it, the square
- root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library. To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License. (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.) Do not make any other change in
-these notices.
-
- Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
- This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
- 4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
- If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library". Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
- However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library". The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
- When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library. The
-threshold for this to be true is not precisely defined by law.
-
- If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work. (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
- Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
- 6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
- You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License. You must supply a copy of this License. If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License. Also, you must do one
-of these things:
-
- a) Accompany the work with the complete corresponding
- machine-readable source code for the Library including whatever
- changes were used in the work (which must be distributed under
- Sections 1 and 2 above); and, if the work is an executable linked
- with the Library, with the complete machine-readable "work that
- uses the Library", as object code and/or source code, so that the
- user can modify the Library and then relink to produce a modified
- executable containing the modified Library. (It is understood
- that the user who changes the contents of definitions files in the
- Library will not necessarily be able to recompile the application
- to use the modified definitions.)
-
- b) Use a suitable shared library mechanism for linking with the
- Library. A suitable mechanism is one that (1) uses at run time a
- copy of the library already present on the user's computer system,
- rather than copying library functions into the executable, and (2)
- will operate properly with a modified version of the library, if
- the user installs one, as long as the modified version is
- interface-compatible with the version that the work was made with.
-
- c) Accompany the work with a written offer, valid for at
- least three years, to give the same user the materials
- specified in Subsection 6a, above, for a charge no more
- than the cost of performing this distribution.
-
- d) If distribution of the work is made by offering access to copy
- from a designated place, offer equivalent access to copy the above
- specified materials from the same place.
-
- e) Verify that the user has already received a copy of these
- materials or that you have already sent this user a copy.
-
- For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it. However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
- It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system. Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
- 7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
- a) Accompany the combined library with a copy of the same work
- based on the Library, uncombined with any other library
- facilities. This must be distributed under the terms of the
- Sections above.
-
- b) Give prominent notice with the combined library of the fact
- that part of it is a work based on the Library, and explaining
- where to find the accompanying uncombined form of the same work.
-
- 8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License. Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License. However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
- 9. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Library or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
- 10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
- 11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all. For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded. In such case, this License incorporates the limitation as if
-written in the body of this License.
-
- 13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation. If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
- 14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission. For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this. Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
- NO WARRANTY
-
- 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Libraries
-
- If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change. You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
- To apply these terms, attach the following notices to the library. It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
- <one line to give the library's name and a brief idea of what it does.>
- Copyright (C) <year> <name of author>
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 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
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser 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
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the
- library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
- <signature of Ty Coon>, 1 April 1990
- Ty Coon, President of Vice
-
-That's all there is to it!
+Pakiet słowników został stworzony przez projekt OpenOffice.org po polsku.
+Zawiera wszystkie słowniki w wersjach z dnia 2008.12.06.
+Strona główna projektu: http://pl.openoffice.org
+
+Korektor pisowni
+----------------
+Niniejszy slownik do sprawdzania pisowni jest udostępniany na licencjach
+GPL, LGPL, MPL (Mozilla Public License) i Creative Commons ShareAlike
+(zobacz http://creativecommons.org/licenses/sa/1.0).
+
+Data utworzenia tej wersji slownika: 2008.12.06
+
+Opiekun słownika: Marek Futrega (futrega@gmail.com)
+
+Korekty: Marcin Miłkowski
+
+Słownik synonimów - wersja do programu OpenOffice.org
+-----------------------------------------------------
+
+Copyright (C) 2004-2008 Marcin Miłkowski <milek_pl@users.sourceforge.net>
+Licencja: LGPL 2.1.
+Wersja wygenerowana automatycznie dnia 2008-05-12
+Strona główna: http://synonimy.ux.pl/
+
+Wzorce podziału wyrazów
+-----------------------
+Licencja: LGPL 2.1, wersja pierwotna dostępna na zasadach public domain.
+
+Oparte na danych z pakietu TeX: plhyph.tex,
+wersja 3.0a, 17.05.1995
+Pierwsza wersja - Hanna Kołodziejska (1987).
+Adaptacja do formatu LeX i duże zmiany: Bogusław Jackowski & Marek Ryćko (1987-1989).
+Dalsze poprawki - Hanna Kołodziejska (1991).
+Wersja samodzielna - Bogusław Jackowski i Marek Ryćko, z uwzględnieniem sugestii
+Mariusza Olki, 1995.
+Konwersja do OOo i poprawki: Artur Polaczyński <artiip@gmail.com>
+
+Licencja LGPL 2.1
+-----------------
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL. It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+ This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it. You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+ When we speak of free software, we are referring to freedom of use,
+not price. Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+ To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights. These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+ For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you. You must make sure that they, too, receive or can get the source
+code. If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it. And you must show them these terms so they know their rights.
+
+ We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+ To protect each distributor, we want to make it very clear that
+there is no warranty for the free library. Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+ Finally, software patents pose a constant threat to the existence of
+any free program. We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder. Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+ Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License. This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License. We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+ When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library. The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom. The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+ We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License. It also provides other free software developers Less
+of an advantage over competing non-free programs. These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries. However, the Lesser license provides advantages in certain
+special circumstances.
+
+ For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard. To achieve this, non-free programs must be
+allowed to use the library. A more frequent case is that a free
+library does the same job as widely used non-free libraries. In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+ In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software. For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+ Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+ The precise terms and conditions for copying, distribution and
+modification follow. Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library". The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+ A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+ The "Library", below, refers to any such software library or work
+which has been distributed under these terms. A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language. (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+ "Source code" for a work means the preferred form of the work for
+making modifications to it. For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+ Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it). Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+ 1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+ You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+ 2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) The modified work must itself be a software library.
+
+ b) You must cause the files modified to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ c) You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.
+
+ d) If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility
+ is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of
+ its purpose remains meaningful.
+
+ (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the
+ application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square
+ root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library. To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License. (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.) Do not make any other change in
+these notices.
+
+ Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+ This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+ 4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+ If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library". Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+ However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library". The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+ When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library. The
+threshold for this to be true is not precisely defined by law.
+
+ If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work. (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+ Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+ 6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+ You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License. You must supply a copy of this License. If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License. Also, you must do one
+of these things:
+
+ a) Accompany the work with the complete corresponding
+ machine-readable source code for the Library including whatever
+ changes were used in the work (which must be distributed under
+ Sections 1 and 2 above); and, if the work is an executable linked
+ with the Library, with the complete machine-readable "work that
+ uses the Library", as object code and/or source code, so that the
+ user can modify the Library and then relink to produce a modified
+ executable containing the modified Library. (It is understood
+ that the user who changes the contents of definitions files in the
+ Library will not necessarily be able to recompile the application
+ to use the modified definitions.)
+
+ b) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (1) uses at run time a
+ copy of the library already present on the user's computer system,
+ rather than copying library functions into the executable, and (2)
+ will operate properly with a modified version of the library, if
+ the user installs one, as long as the modified version is
+ interface-compatible with the version that the work was made with.
+
+ c) Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials
+ specified in Subsection 6a, above, for a charge no more
+ than the cost of performing this distribution.
+
+ d) If distribution of the work is made by offering access to copy
+ from a designated place, offer equivalent access to copy the above
+ specified materials from the same place.
+
+ e) Verify that the user has already received a copy of these
+ materials or that you have already sent this user a copy.
+
+ For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it. However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+ It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system. Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+ 7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+ a) Accompany the combined library with a copy of the same work
+ based on the Library, uncombined with any other library
+ facilities. This must be distributed under the terms of the
+ Sections above.
+
+ b) Give prominent notice with the combined library of the fact
+ that part of it is a work based on the Library, and explaining
+ where to find the accompanying uncombined form of the same work.
+
+ 8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License. However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+ 9. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Library or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+ 10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+ 11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all. For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded. In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+ 13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation. If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+ 14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission. For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this. Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+ NO WARRANTY
+
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Libraries
+
+ If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change. You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+
+ To apply these terms, attach the following notices to the library. It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the library's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 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
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+
+ <signature of Ty Coon>, 1 April 1990
+ Ty Coon, President of Vice
+
+That's all there is to it!
+
+
diff --git a/dictionaries/pl_PL/README_pl_PL.txt b/dictionaries/pl_PL/README_pl_PL.txt
deleted file mode 100644
index b3cf9f7..0000000
--- a/dictionaries/pl_PL/README_pl_PL.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-English:
-========
-
-This dictionary for spell-checking Polish texts is licensed under
-GPL, LGPL, MPL (Mozilla Public License) and Creative Commons
-ShareAlike licenses (see http://creativecommons.org/licenses/sa/1.0).
-
-This version of the dictionary was generated on 2007-08-27
-The most up-to-date version can be found at:
-http://www.kurnik.org/dictionary/
-
-Dictionary maintainer: Marek Futrega (futrega@gmail.com)
-
-
-Polski:
-=======
-
-Niniejszy slownik do sprawdzania pisowni jest udostepniany na licencjach
-GPL, LGPL, MPL (Mozilla Public License) i Creative Commons ShareAlike
-(zobacz http://creativecommons.org/licenses/sa/1.0).
-
-Data utworzenia tej wersji slownika: 2007-08-27
-Najnowsza wersje mozna pobrac ze strony:
-http://www.kurnik.pl/slownik/
-
-Opiekun slownika: Marek Futrega (futrega@gmail.com)
-
diff --git a/dictionaries/pl_PL/description.xml b/dictionaries/pl_PL/description.xml
index f0bc2fb..8cdb3bf 100755
--- a/dictionaries/pl_PL/description.xml
+++ b/dictionaries/pl_PL/description.xml
@@ -1,13 +1,64 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink">
- <version value="2008.07.01" />
- <identifier value="org.openoffice.pl.hunspell.dictionaries" />
- <display-name>
- <name lang="en">Polish spelling and hyphenation dictionaries</name>
- </display-name>
- <platform value="all" />
- <dependencies>
- <OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0" />
- </dependencies>
-</description>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink">
+
+<!-- suppressing this: it only makes update harder!
+ <registration>
+ <simple-license accept-by="user" suppress-on-update="true">
+ <license-text xlink:href="README_pl.txt" lang="pl"/>
+ <license-text xlink:href="README_en.txt" lang="en"/>
+ </simple-license>
+ </registration>
+-->
+ <version value="2008.12.06" />
+<!--
+ <identifier value="pl.openoffice.org.dictionary" />
+-->
+ <identifier value="org.openoffice.pl.hunspell.dictionaries" />
+
+ <display-name>
+ <name lang="en">Polish spell check dictionary, hyphenation rules and thesaurus</name>
+ <name lang="pl">Polski słownik ortograficzny, reguły przenoszenia wyrazów, słownik synonimów</name>
+ </display-name>
+
+ <!--Dictionaries should work with all platforms...-->
+ <platform value="all" />
+
+ <!--A minimal OpenOffice.org version the extension requires to be used with.
+ For dictionary extensions that will be 'OpenOffice.org 3.0'
+ -->
+ <dependencies>
+ <OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0" />
+ </dependencies>
+ <icon>
+ <default xlink:href="flaga.png" />
+ </icon>
+
+
+
+ <!-- MORE OPTIONAL LIKE ENTRIES FOLLOWING (may easily be omitted, out-commented by default)... -->
+
+
+ <!--If you uploadet your extension to the repository (which should be the default!)
+ you do not need to have this one.
+ <update-information>
+ <src xlink:href="http://extensions.openoffice.org/testarea/desktop/license/update/lic3.update.xml" />
+ </update-information>
+ -->
+
+ <!--Check if this is already generated by repository.
+ Otherwise you may like to provide it manually.
+ <publisher>
+ <name xlink:href="http://extensions.openoffice.org/testarea/desktop/publisher/publisher_en.html" lang="en">My dictionary extension (en)</name>
+ <name xlink:href="http://extensions.openoffice.org/testarea/desktop/publisher/publisher_fr.html" lang="fr">My dictionary extension (fr)</name>
+ </publisher>
+ -->
+
+ <!--This link will be generated by repository. Check if this already works for multiple languages.
+ If not you may provide it manually if you like.
+ <release-notes>
+ <src xlink:href="http://extensions.openoffice.org/testarea/desktop/publisher/release-notes_en.txt" lang="en" />
+ <src xlink:href="http://extensions.openoffice.org/testarea/desktop/publisher/release-notes_fr.txt" lang="fr" />
+ </release-notes>
+ -->
+
+</description>
diff --git a/dictionaries/pl_PL/dictionaries.xcu b/dictionaries/pl_PL/dictionaries.xcu
index 2b3f308..5dcbd4d 100755
--- a/dictionaries/pl_PL/dictionaries.xcu
+++ b/dictionaries/pl_PL/dictionaries.xcu
@@ -1,44 +1,43 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Linguistic" oor:package="org.openoffice.Office">
- <node oor:name="ServiceManager">
- <node oor:name="Dictionaries">
- <node oor:name="HunSpellDic_pl-PL" oor:op="fuse">
- <prop oor:name="Locations" oor:type="oor:string-list">
- <value>%origin%/pl_PL.aff %origin%/pl_PL.dic</value>
- </prop>
- <prop oor:name="Format" oor:type="xs:string">
- <value>DICT_SPELL</value>
- </prop>
- <prop oor:name="Locales" oor:type="oor:string-list">
- <value>pl-PL</value>
- </prop>
- </node>
- <node oor:name="HyphDic_pl-PL" oor:op="fuse">
- <prop oor:name="Locations" oor:type="oor:string-list">
- <value>%origin%/hyph_pl_PL.dic</value>
- </prop>
- <prop oor:name="Format" oor:type="xs:string">
- <value>DICT_HYPH</value>
- </prop>
- <prop oor:name="Locales" oor:type="oor:string-list">
- <value>pl-PL</value>
- </prop>
- </node>
- <node oor:name="ThesDic_pl-PL" oor:op="fuse">
- <prop oor:name="Locations" oor:type="oor:string-list">
- <value>%origin%/th_pl_PL_v2.dat %origin%/th_pl_PL_v2.idx</value>
- </prop>
- <prop oor:name="Format" oor:type="xs:string">
- <value>DICT_THES</value>
- </prop>
- <prop oor:name="Locales" oor:type="oor:string-list">
- <value>pl-PL</value>
- </prop>
- </node>
-
-
- </node>
- </node>
-</oor:component-data>
-
-
+<?xml version="1.0" encoding="UTF-8"?>
+<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Linguistic" oor:package="org.openoffice.Office">
+ <node oor:name="ServiceManager">
+
+ <node oor:name="Dictionaries">
+ <node oor:name="org.openoffice.pl.HunSpellDic_pl_PL" oor:op="fuse">
+ <prop oor:name="Locations" oor:type="oor:string-list">
+ <value>%origin%/pl_PL.aff %origin%/pl_PL.dic</value>
+ </prop>
+ <prop oor:name="Format" oor:type="xs:string">
+ <value>DICT_SPELL</value>
+ </prop>
+ <prop oor:name="Locales" oor:type="oor:string-list">
+ <value>pl-PL</value>
+ </prop>
+ </node>
+ <node oor:name="org.openoffice.pl.HyphDic_pl_PL" oor:op="fuse">
+ <prop oor:name="Locations" oor:type="oor:string-list">
+ <value>%origin%/hyph_pl_PL.dic</value>
+ </prop>
+ <prop oor:name="Format" oor:type="xs:string">
+ <value>DICT_HYPH</value>
+ </prop>
+ <prop oor:name="Locales" oor:type="oor:string-list">
+ <value>pl-PL</value>
+ </prop>
+ </node>
+ <node oor:name="org.openoffice.pl.ThesDic_pl_PL" oor:op="fuse">
+ <prop oor:name="Locations" oor:type="oor:string-list">
+ <value>%origin%/th_pl_PL_v2.dat %origin%/th_pl_PL_v2.idx</value>
+ </prop>
+ <prop oor:name="Format" oor:type="xs:string">
+ <value>DICT_THES</value>
+ </prop>
+ <prop oor:name="Locales" oor:type="oor:string-list">
+ <value>pl-PL</value>
+ </prop>
+ </node>
+ </node>
+ </node>
+</oor:component-data>
+
+
diff --git a/dictionaries/pl_PL/flaga.png b/dictionaries/pl_PL/flaga.png
new file mode 100755
index 0000000..57776bb
--- /dev/null
+++ b/dictionaries/pl_PL/flaga.png
Binary files differ
diff --git a/dictionaries/pl_PL/makefile.mk b/dictionaries/pl_PL/makefile.mk
index e7eb0e9..6f577b5 100644
--- a/dictionaries/pl_PL/makefile.mk
+++ b/dictionaries/pl_PL/makefile.mk
@@ -53,30 +53,27 @@ EXTENSION_ZIPNAME:=dict-pl
# just copy:
COMPONENT_FILES= \
+ $(EXTENSIONDIR)$/flaga.png \
+ $(EXTENSIONDIR)$/hyph_pl_PL.dic \
$(EXTENSIONDIR)$/pl_PL.aff \
$(EXTENSIONDIR)$/pl_PL.dic \
- $(EXTENSIONDIR)$/hyph_pl_PL.dic \
- $(EXTENSIONDIR)$/README_hyph_pl_PL.txt
+ $(EXTENSIONDIR)$/README_pl.txt \
+ $(EXTENSIONDIR)$/th_pl_PL_v2.dat \
+ $(EXTENSIONDIR)$/th_pl_PL_v2.idx \
COMPONENT_CONFIGDEST=.
COMPONENT_XCU= \
$(EXTENSIONDIR)$/dictionaries.xcu
# disable fetching default OOo license text
-CUSTOM_LICENSE=README_pl_PL.txt
+CUSTOM_LICENSE=README_en.txt
# override default license destination
PACKLICS= $(EXTENSIONDIR)$/$(CUSTOM_LICENSE)
-COMPONENT_ZIP:=$(PWD)$/th_pl_PL_v2.zip
-COMPONENT_UNZIP_FILES= \
- $(EXTENSIONDIR)$/th_pl_PL_v2.dat \
- $(EXTENSIONDIR)$/th_pl_PL_v2.idx \
- $(EXTENSIONDIR)$/README_th_pl_PL_v2.txt
-
# add own targets to packing dependencies (need to be done before
# packing the xtension
# EXTENSION_PACKDEPS=makefile.mk $(CUSTOM_LICENSE)
-EXTENSION_PACKDEPS=$(COMPONENT_UNZIP_FILES) $(COMPONENT_FILES)
+EXTENSION_PACKDEPS=$(COMPONENT_FILES)
# global settings for extension packing
.INCLUDE : extension_pre.mk
@@ -84,7 +81,3 @@ EXTENSION_PACKDEPS=$(COMPONENT_UNZIP_FILES) $(COMPONENT_FILES)
# global targets for extension packing
.INCLUDE : extension_post.mk
-.IF "$(COMPONENT_UNZIP_FILES)"!=""
-$(COMPONENT_UNZIP_FILES) .SILENT .UPDATEALL : "$(COMPONENT_ZIP)"
- cd $(EXTENSIONDIR) && unzip -o $< $(COMPONENT_UNZIP_FILES:f:t" ")
-.ENDIF # "$(COMPONENT_UNZIP_FILES)"!=""
diff --git a/dictionaries/pl_PL/pl_PL.aff b/dictionaries/pl_PL/pl_PL.aff
index 33bc3d6..482f0cc 100644
--- a/dictionaries/pl_PL/pl_PL.aff
+++ b/dictionaries/pl_PL/pl_PL.aff
@@ -1,6 +1,6 @@
SET ISO8859-2
TRY aioeznrwcysptkmduljgbhfvqxAIOEZNRWCYSPTKMDULJGBHʦӯFѬVQX
-
+WORDCHARS -
PFX b Y 1
PFX b 0 nie .
@@ -4505,203 +4505,93 @@ SFX j zieniom
SFX j zieniach
SFX j zie
-SFX L Y 23
-SFX L ia i ia
-SFX L ja i ja
-SFX L a [ij]a
-SFX L a [ij]a
-SFX L a o [^i]a
-SFX L a o [^bmoi]cia
-SFX L a u [bmoi]cia
-SFX L a o [^id]zia
-SFX L a u izia
-SFX L a o [^ai]dzia
-SFX L a u [ai]dzia
-SFX L a o [^aeouy]nia
-SFX L a u [hi]ania
-SFX L a o [^hi]ania
-SFX L a u enia
-SFX L a o [^bimrtw]unia
-SFX L a u [bimrtw]unia
-SFX L a o [^er][oy]nia
-SFX L a u [er][oy]nia
-SFX L a o pia
-SFX L a u [^][^w].sia
-SFX L a o busia
-SFX L a o wusia
-
-SFX M Y 103
-SFX M a o [^l]a
-SFX M a o [^u]la
-SFX M a o [^bt]ula
-SFX M a o [^a][bt]ula
-SFX M a o [^b]abula
-SFX M a u babula
-SFX M a o [^m]atula
-SFX M a u matula
-SFX M a i [^bcdfhmnprstvwz]a
-SFX M a y [bcdfhmprstvz]a
-SFX M a y [^o]wa
-SFX M a y [^cfilt]owa
-SFX M a ej [cfilt]owa
-SFX M 0 y c
-SFX M ci [^e]
-SFX M ci [^h]e
-SFX M e ci [h]e
-SFX M ci [^e]
-SFX M ci [^z]e
-SFX M e ci ze
-SFX M ni [^e]
-SFX M ni [^d]e
-SFX M e ni de
-SFX M 0 y [^]
-SFX M y
-SFX M 0 y [^s]z
-SFX M 0 y [^e]sz
-SFX M esz szy esz
-SFX M a y na
-SFX M iew wi [gk]iew
-SFX M ew wi [hnt]ew
-SFX M 0 i [^]l
-SFX M l oli l
-SFX M zi [^d]
-SFX M zi [^]d
-SFX M d odzi d
-SFX M d dzi d
-SFX M zi
-SFX M ew wi rew
-SFX M si [^e]
-SFX M si [^i]e
-SFX M si [^w]ie
-SFX M ie si wie
-SFX M j i j
-SFX M 0 i p
-SFX M a ie [^cdeghijklnrtvwz]a
-SFX M a ie [^o]wa
-SFX M a ie [^o]va
-SFX M a ie [^cfilt]owa
-SFX M a ie [^sz]na
-SFX M a zie [^z]da
-SFX M zda dzie [^a]zda
-SFX M azda edzie azda
-SFX M ga dze ga
-SFX M cha sze cha
-SFX M ha e [^ac]ha
-SFX M ha sze aha
-SFX M ka ce ka
-SFX M a le [^s]a
-SFX M sa le sa
-SFX M a lle a
-SFX M a ze [^a]ra
-SFX M a ze [^i]ara
-SFX M a ze [^fmw]iara
-SFX M ara erze [fmw]iara
-SFX M zna nie [^crs]zna
-SFX M a ie szna
-SFX M a ie rzna
-SFX M sna nie sna
-SFX M ta cie [^s]ta
-SFX M sta cie [^a]sta
-SFX M sta cie [^i]asta
-SFX M sta cie [^w]iasta
-SFX M asta ecie wiasta
-SFX M a ie [^cdrs]za
-SFX M a [^w]a
-SFX M a [^o]wa
-SFX M a [^cfilt]owa
-SFX M 0 [yi]ni
-SFX M a a
-SFX M 0 c
-SFX M ci [^e]
-SFX M ci [^h]e
-SFX M e ci [h]e
-SFX M ci [^e]
-SFX M ci [^z]e
-SFX M e ci ze
-SFX M ni
-SFX M 0
-SFX M 0 [^s]z
-SFX M 0 [^e]sz
-SFX M esz sz esz
-SFX M 0 [^]l
-SFX M l ol l
-SFX M iew wi [gk]iew
-SFX M ew wi [rt]ew
-SFX M 0 [yi]ni
-SFX M zi [^d]
-SFX M zi [^]d
-SFX M d odzi d
-SFX M si [^e]
-SFX M si cie
-SFX M ie si wie
-
-SFX m Y 52
+SFX m Y 53
+SFX m ba eb [^o]ba
+SFX m ba b ba
SFX m oba b oba
-SFX m oda d oda
-SFX m oga g oga
-SFX m oja j oja
-SFX m ola l ola
-SFX m oa oa
-SFX m opa p opa
-SFX m ora r ora
-SFX m ota t ota
-SFX m owa w owa
-SFX m oza z oza
-SFX m oa oa
-SFX m odza dz odza
-SFX m orza rz orza
SFX m oba b oba
SFX m oba b oba
+SFX m ca iec [^s]ca
+SFX m ca ec sca
+SFX m oda d oda
+SFX m ga eg [^or]ga
+SFX m ga g ga
+SFX m oga g oga
+SFX m orga rg orga
SFX m cia cia
-SFX m ia 0 mia
SFX m nia [^djht]nia
-SFX m nia e tnia
SFX m nia zie dnia
SFX m nia en [hj]nia
SFX m nia sien nia
+SFX m nia e tnia
SFX m sia sia
SFX m zia zia
-SFX m ba b ba
-SFX m ba eb [^o]ba
-SFX m ga g ga
-SFX m ga eg [^o]ga
-SFX m ni ni
+SFX m oja j oja
SFX m ka ek [^o]ka
SFX m ka ciek ka
SFX m ka k ka
-SFX m ka siek ka
SFX m ka niek ka
+SFX m ka siek ka
SFX m ka ziek ka
SFX m la el [^o]la
+SFX m ola l ola
SFX m a e [^ogk]a
SFX m a ie [gk]a
+SFX m oa oa
SFX m ma em [^]ma
SFX m ma ciem ma
-SFX m na ien [mnw]na
SFX m na en [^mnow]na
+SFX m na ien [mnw]na
+SFX m opa p opa
SFX m ra er [^gkot]ra
-SFX m ostra str ostra
SFX m ra ier [gk]ra
+SFX m ora r ora
+SFX m ra er astra
+SFX m ostra str ostra
+SFX m ota t ota
SFX m wa ew [^ko]wa
SFX m wa iew kwa
-SFX m orga rg orga
-SFX m ca iec [^o]ca
+SFX m owa w owa
+SFX m za ez [^dor]za
+SFX m oza z oza
+SFX m odza dz odza
+SFX m orza rz orza
+SFX m oa oa
SFX m a e [^]a
-SFX m za ez [^d]za
+SFX m ni ni
-SFX C Y 3
-SFX C ja yj ja
-SFX C ia ij [^drt]ia
-SFX C ia yj [drt]ia
+SFX C Y 18
+SFX C c cy c
+SFX C e ci [^i]e
+SFX C ie ci ie
+SFX C el li [^i]el
+SFX C iel li iel
+SFX C l oli l
+SFX C in 0 nin
+SFX C e ni [^i]e
+SFX C cie tni cie
+SFX C ie ni [pg]ie
+SFX C sie ni sie
+SFX C zie ni dzie
+SFX C dz dzy nidz
+SFX C dz y sidz
+SFX C d dzi d
+SFX C d odzi d
+SFX C y
+SFX C oy
-SFX n Y 1
-SFX n a 0 a
+SFX n Y 5
+SFX n a 0 [^ij]a
+SFX n ja yj [^aeijouy]ja
+SFX n a 0 [aeijouy]ja
+SFX n ia ij [^drt]ia
+SFX n ia yj [drt]ia
-SFX A Y 21
+SFX A Y 22
SFX A iew wie [gk]iew
-SFX A ew wie [hnt]ew
+SFX A ew wie [hnrt]ew
SFX A a e a
-SFX A 0 e [iy]ni
+SFX A 0 e ni
SFX A 0 e [cj]
SFX A 0 e [^]l
SFX A l ole l
@@ -4717,93 +4607,35 @@ SFX A 0 e [^]
SFX A e
SFX A nie
SFX A sie [ou]
-SFX A sie [^i]e
+SFX A sie [^w]ie
SFX A ie sie wie
+SFX A 0 e z
-SFX N Y 83
-SFX N a e [cfilt]owa
-SFX N 0 e [^cs]z
-SFX N 0 e [^ey]sz
-SFX N 0 e [^e]cz
-SFX N 0 e [^z]ecz
-SFX N a om [^w]a
-SFX N a om [^o]wa
-SFX N a om [^cfilt]owa
-SFX N a ym [cfilt]owa
-SFX N ciom [^e]
-SFX N ciom [^]e
-SFX N e ciom e
+SFX N Y 24
+SFX N 0 om [^aox]
+SFX N a om a
+SFX N ciom
SFX N niom
-SFX N ew wiom [hnt]ew
-SFX N iew wiom [gk]iew
-SFX N 0 om c
-SFX N 0 om [^s]z
-SFX N 0 om [^e]sz
-SFX N esz szom esz
-SFX N 0 om [^]l
-SFX N l olom l
-SFX N 0 om [iy]ni
-SFX N ziom [^d]
-SFX N ziom [^]d
-SFX N d odziom d
-SFX N ew wiom rew
-SFX N 0 om [^]
-SFX N om
-SFX N siom [^e]
-SFX N siom cie
-SFX N ie siom wie
-SFX N 0 mi [^w]a
-SFX N 0 mi [^o]wa
-SFX N 0 mi [^cfilt]owa
-SFX N a ymi [cfilt]owa
-SFX N ciami [^e]
-SFX N ciami [^]e
-SFX N e ciami e
+SFX N 0 m o
+SFX N siom
+SFX N x ksom x
+SFX N ziom
+SFX N 0 ami [^aox]
+SFX N 0 mi a
+SFX N ciami
SFX N niami
-SFX N ew wiami [hnt]ew
-SFX N iew wiami [gk]iew
-SFX N 0 ami c
-SFX N 0 ami [^s]z
-SFX N 0 ami [^e]sz
-SFX N esz szami esz
-SFX N 0 ami [^]l
-SFX N l olami l
-SFX N 0 ami [iy]ni
-SFX N ziami [^d]
-SFX N ziami [^]d
-SFX N d odziami d
-SFX N ew wiami rew
-SFX N 0 ami [^]
-SFX N ami
-SFX N siami [^e]
-SFX N siami cie
-SFX N ie siami wie
-SFX N 0 ch [^w]a
-SFX N 0 ch [^o]wa
-SFX N 0 ch [^cfilt]owa
-SFX N a ych [cfilt]owa
-SFX N ciach [^e]
-SFX N ciach [^]e
-SFX N e ciach e
+SFX N o ami o
+SFX N siami
+SFX N x ksami x
+SFX N ziami
+SFX N 0 ach [^aox]
+SFX N 0 ch a
+SFX N ciach
+SFX N o ach o
SFX N niach
-SFX N ew wiach [hnt]ew
-SFX N iew wiach [gk]iew
-SFX N 0 ach c
-SFX N 0 ach [^s]z
-SFX N 0 ach [^e]sz
-SFX N esz szach esz
-SFX N 0 ach [^]l
-SFX N l olach l
-SFX N 0 ach [iy]ni
-SFX N ziach [^d]
-SFX N ziach [^]d
-SFX N d odziach d
-SFX N ew wiach rew
-SFX N 0 ach [^]
-SFX N ach
-SFX N siach [^e]
-SFX N siach cie
-SFX N ie siach wie
+SFX N siach
+SFX N x ksach x
+SFX N ziach
SFX O Y 53
SFX O 0 a [^owx]
@@ -4879,7 +4711,7 @@ SFX Q 0 zie [^i]ad
SFX Q 0 zie [^b]iad
SFX Q ad edzie biad
SFX Q azd edzie azd
-SFX Q 0 ie [aeiou]z
+SFX Q 0 ie [aeiouz]z
SFX Q 0 ze r
SFX Q t cie [^sa]t
SFX Q t cie [^i]at
@@ -4896,18 +4728,17 @@ SFX o ciowie
SFX o niowie
SFX o siowie
SFX o ziowie
-SFX o y owie [z]y
-SFX o 0 owie [ae]y
+SFX o y owie [cdhrstz]y
+SFX o 0 owie [aego]y
SFX o 0 owie [^l]i
SFX o i owie li
SFX o 0 wie o
SFX o a owie a
-SFX q Y 19
+SFX q Y 22
SFX q 0 zy r
SFX q 0 e rz
-SFX q 0 i [ou]z
-SFX q 0 i iz
+SFX q 0 i [aeiouy]z
SFX q 0 i [bmnpsw]
SFX q x ksi x
SFX q ch si ch
@@ -4923,6 +4754,10 @@ SFX q ta ci [^s]ta
SFX q sta ci sta
SFX q zna ni zna
SFX q a i ena
+SFX q a i [^z][nsw]a
+SFX q a li a
+SFX q li [^o]
+SFX q o eli o
SFX s Y 11
SFX s 0 y [^acgjkloyzx]
@@ -4937,8 +4772,8 @@ SFX s sie
SFX s zie
SFX s o e o
-SFX T Y 10
-SFX T 0 w [^aowx]
+SFX T Y 13
+SFX T 0 w [^aouwx]
SFX T x ksw x
SFX T a w a
SFX T ciw
@@ -4948,47 +4783,88 @@ SFX T ziw
SFX T o w o
SFX T 0 w [^]w
SFX T w oww w
+SFX T 0 w [^ij]u
+SFX T u w iu
+SFX T u w ju
-SFX D Y 7
-SFX D 0 i [jl]
-SFX D 0 y
-SFX D 0 y z
+SFX D Y 10
SFX D ci
+SFX D j i [^]j
+SFX D j oi j
+SFX D 0 i l
SFX D ni
+SFX D o 0 o
SFX D si
+SFX D 0 y z
+SFX D 0 y
SFX D zi
-SFX S Y 30
-SFX S 0 om [^aowx]
-SFX S x ksom x
-SFX S siom
-SFX S ciom
-SFX S niom
-SFX S ziom
-SFX S a om a
-SFX S 0 m o
-SFX S 0 om [^]w
-SFX S w owom w
-SFX S 0 ami [^aowx]
-SFX S x ksami x
-SFX S siami
-SFX S ciami
-SFX S niami
-SFX S ziami
-SFX S 0 mi a
-SFX S o ami o
-SFX S 0 ami [^]w
-SFX S w owami w
-SFX S 0 ach [^aowx]
-SFX S x ksach x
-SFX S siach
-SFX S ciach
-SFX S niach
-SFX S ziach
-SFX S 0 ch a
-SFX S o ach o
-SFX S 0 ach [^]w
-SFX S w owach w
+SFX S Y 65
+SFX S b bw b
+SFX S eb bw eb
+SFX S b obw b
+SFX S ec cw [^iz]ec
+SFX S ec cw [cs]zec
+SFX S iec cw [^cnsz]iec
+SFX S ciec cw [^j]ciec
+SFX S niec cw niec
+SFX S siec cw siec
+SFX S ziec cw ziec
+SFX S zec cw rzec
+SFX S iec w jciec
+SFX S e ciw [^i]e
+SFX S ie ciw ie
+SFX S d dw d
+SFX S d odw d
+SFX S owie w owie
+SFX S g gw g
+SFX S g ogw g
+SFX S ech chw [^d]ech
+SFX S ek kw [^i]ek
+SFX S ciek kw ciek
+SFX S niek kw niek
+SFX S siek kw siek
+SFX S el lw [^i]el
+SFX S iel lw iel
+SFX S l olw l
+SFX S e w [^iz]e
+SFX S ie w ie
+SFX S e w [^r]ze
+SFX S ze w rze
+SFX S cio tw cio
+SFX S io w sio
+SFX S zio zw zio
+SFX S ow
+SFX S j ojw j
+SFX S em mw em
+SFX S en nw [^i]en
+SFX S in w nin
+SFX S e niw [^i]e
+SFX S ie niw [^csz]ie
+SFX S cie tniw cie
+SFX S sie niw sie
+SFX S zie niw [^d]zie
+SFX S zie niw dzie
+SFX S owo w owo
+SFX S ep pw ep
+SFX S iep pw iep
+SFX S br obrw br
+SFX S er rw [^i]er
+SFX S ier rw ier
+SFX S r orw r
+SFX S ies sw ies
+SFX S et tw et
+SFX S t otw t
+SFX S est tw est
+SFX S ew ww ew
+SFX S w oww w
+SFX S z zw z
+SFX S dz odzw dz
+SFX S ez zw [^i]ez
+SFX S iez zw iez
+SFX S z ozw z
+SFX S w
+SFX S ow
SFX P Y 236
SFX P eb ba eb
@@ -5338,28 +5214,32 @@ SFX R ie ciu ie
SFX R ie ciowi ie
SFX R ie ciem ie
-SFX w Y 19
-SFX w er rowie [dfpt]er
-SFX w el lowie el
-SFX w ie niowie [^z]ie
-SFX w ier rowie ier
+SFX w Y 23
SFX w ec cowie [^iz]ec
-SFX w rzec rcowie rzec
SFX w iec cowie [^nc]iec
SFX w iec owie ciec
SFX w niec cowie niec
-SFX w z ozowie z
+SFX w rzec rcowie rzec
SFX w d odowie d
SFX w g ogowie g
-SFX w dz odzowie dz
-SFX w owie
+SFX w ek kowie [^i]ek
+SFX w ciek kowie ciek
+SFX w niek kowie niek
+SFX w siek kowie siek
+SFX w el lowie el
SFX w e owie e
-SFX w ek kowie ek
+SFX w in owie nin
+SFX w ie niowie [^z]ie
SFX w zie niowie zie
SFX w e niowie ze
SFX w 0 wie o
+SFX w er rowie [dfpt]er
+SFX w ier rowie ier
+SFX w z ozowie z
+SFX w dz odzowie dz
+SFX w owie
-SFX t Y 9
+SFX t Y 10
SFX t ier rzy ier
SFX t er rzy [bdfgtp]er
SFX t ec cy lec
@@ -5369,6 +5249,231 @@ SFX t 0 ie ian
SFX t niec cy niec
SFX t iec cy [mpw]iec
SFX t ziec cy ziec
+SFX t zen ni zen
+
+SFX Z Y 222
+SFX Z b bom b
+SFX Z eb bom eb
+SFX Z b obom b
+SFX Z ec com [^iz]ec
+SFX Z iec com [^cnsz]iec
+SFX Z ciec com [^j]ciec
+SFX Z niec com niec
+SFX Z siec com siec
+SFX Z ziec com ziec
+SFX Z iec om jciec
+SFX Z ec com [cs]zec
+SFX Z zec com rzec
+SFX Z e ciom [^i]e
+SFX Z ie ciom ie
+SFX Z d dom d
+SFX Z d odom d
+SFX Z g gom g
+SFX Z g ogom g
+SFX Z ech chom ech
+SFX Z j ojom j
+SFX Z ek kom [^i]ek
+SFX Z ciek kom ciek
+SFX Z niek kom niek
+SFX Z siek kom siek
+SFX Z l olom l
+SFX Z el lom [^i]el
+SFX Z iel lom iel
+SFX Z e om [^iz]e
+SFX Z ie om ie
+SFX Z e om [^r]ze
+SFX Z ze om rze
+SFX Z cio tom cio
+SFX Z io om sio
+SFX Z zio zom zio
+SFX Z oom
+SFX Z em mom em
+SFX Z en nom [^i]en
+SFX Z in om nin
+SFX Z e niom [^i]e
+SFX Z cie tniom cie
+SFX Z ie niom [pg]ie
+SFX Z sie niom sie
+SFX Z zie niom [^d]zie
+SFX Z zie niom dzie
+SFX Z ep pom [^i]ep
+SFX Z iep pom iep
+SFX Z br obrom br
+SFX Z er rom [^i]er
+SFX Z ier rom ier
+SFX Z r orom r
+SFX Z ies som ies
+SFX Z e siom [^i]e
+SFX Z ie siom ie
+SFX Z et tom et
+SFX Z t otom t
+SFX Z est tom est
+SFX Z ew wiom [^ilz]ew
+SFX Z iew wiom iew
+SFX Z ew wom [lz]ew
+SFX Z w owom w
+SFX Z esz szom esz
+SFX Z ez zom [^i]ez
+SFX Z iez zom iez
+SFX Z dz odzom dz
+SFX Z z ozom z
+SFX Z z zom z
+SFX Z 0 om nidz
+SFX Z dz om sidz
+SFX Z d dziom d
+SFX Z oziom
+SFX Z d odziom d
+SFX Z d odziom d
+SFX Z om
+SFX Z oom
+SFX Z b bami b
+SFX Z eb bami eb
+SFX Z b obami b
+SFX Z ec cami [^iz]ec
+SFX Z iec cami [^cnsz]iec
+SFX Z ciec cami [^j]ciec
+SFX Z niec cami niec
+SFX Z siec cami siec
+SFX Z ziec cami ziec
+SFX Z iec ami jciec
+SFX Z ec cami [cs]zec
+SFX Z zec cami rzec
+SFX Z e ciami [^i]e
+SFX Z ie ciami ie
+SFX Z d dami d
+SFX Z d odami d
+SFX Z g gami g
+SFX Z g ogami g
+SFX Z ech chami ech
+SFX Z j ojami j
+SFX Z ek kami [^i]ek
+SFX Z ciek kami ciek
+SFX Z niek kami niek
+SFX Z siek kami siek
+SFX Z el lami [^i]el
+SFX Z iel lami iel
+SFX Z l olami l
+SFX Z e ami [^iz]e
+SFX Z ie ami ie
+SFX Z e ami [^r]ze
+SFX Z ze ami rze
+SFX Z cio tami cio
+SFX Z io ami sio
+SFX Z zio zami zio
+SFX Z oami
+SFX Z em mami em
+SFX Z en nami [^i]en
+SFX Z in ami nin
+SFX Z e niami [^i]e
+SFX Z cie tniami cie
+SFX Z ie niami [pg]ie
+SFX Z sie niami sie
+SFX Z zie niami [^d]zie
+SFX Z zie niami dzie
+SFX Z ep pami ep
+SFX Z iep pami iep
+SFX Z br obrami br
+SFX Z er rami [^i]er
+SFX Z ier rami ier
+SFX Z r orami r
+SFX Z ies sami ies
+SFX Z e siami [^i]e
+SFX Z ie siami ie
+SFX Z et tami et
+SFX Z t otami t
+SFX Z est tami est
+SFX Z ew wiami [^ilz]ew
+SFX Z iew wiami iew
+SFX Z ew wami [lz]ew
+SFX Z w owami w
+SFX Z z zami z
+SFX Z dz odzami dz
+SFX Z ez zami [^i]ez
+SFX Z iez zami iez
+SFX Z z ozami z
+SFX Z esz szami esz
+SFX Z dz dzmi nidz
+SFX Z dz mi sidz
+SFX Z d dziami d
+SFX Z oziami
+SFX Z d odziami d
+SFX Z d odziami d
+SFX Z ami
+SFX Z oami
+SFX Z b bach b
+SFX Z eb bach eb
+SFX Z b obach b
+SFX Z ec cach [^iz]ec
+SFX Z iec cach [^cnsz]iec
+SFX Z ciec cach [^j]ciec
+SFX Z niec cach niec
+SFX Z siec cach siec
+SFX Z ziec cach ziec
+SFX Z iec ach jciec
+SFX Z ec cach [cs]zec
+SFX Z zec cach rzec
+SFX Z e ciach [^i]e
+SFX Z ie ciach ie
+SFX Z d dach d
+SFX Z d odach d
+SFX Z g gach g
+SFX Z g ogach g
+SFX Z ech chach ech
+SFX Z j ojach j
+SFX Z ek kach [^i]ek
+SFX Z ciek kach ciek
+SFX Z niek kach niek
+SFX Z siek kach siek
+SFX Z el lach [^i]el
+SFX Z iel lach iel
+SFX Z l olach l
+SFX Z e ach [^iz]e
+SFX Z ie ach ie
+SFX Z e ach [^r]ze
+SFX Z ze ach rze
+SFX Z cio tach cio
+SFX Z io ach sio
+SFX Z zio zach zio
+SFX Z oach
+SFX Z em mach em
+SFX Z en nach [^i]en
+SFX Z in ach nin
+SFX Z e niach [^i]e
+SFX Z cie tniach cie
+SFX Z ie niach [pg]ie
+SFX Z sie niach sie
+SFX Z zie niach [^d]zie
+SFX Z zie niach dzie
+SFX Z ep pach ep
+SFX Z iep pach iep
+SFX Z br obrach br
+SFX Z er rach [^i]er
+SFX Z ier rach ier
+SFX Z r orach r
+SFX Z ies sach ies
+SFX Z e siach [^i]e
+SFX Z ie siach ie
+SFX Z et tach et
+SFX Z t otach t
+SFX Z est tach est
+SFX Z ew wiach [^ilz]ew
+SFX Z iew wiach iew
+SFX Z ew wach [lz]ew
+SFX Z w owach w
+SFX Z z zach z
+SFX Z dz odzach dz
+SFX Z ez zach [^i]ez
+SFX Z iez zach iez
+SFX Z z ozach z
+SFX Z esz szach esz
+SFX Z 0 ach nidz
+SFX Z dz ach sidz
+SFX Z d dziach d
+SFX Z oziach
+SFX Z d odziach d
+SFX Z d odziach d
+SFX Z ach
+SFX Z oach
SFX z Y 65
SFX z ech chy ech
@@ -5437,297 +5542,124 @@ SFX z 0 e ns
SFX z em my em
SFX z in y in
-SFX Z Y 272
-SFX Z ech chw ech
-SFX Z ech chom ech
-SFX Z ech chami ech
-SFX Z ech chach ech
-SFX Z er rw [^i]er
-SFX Z er rom [^i]er
-SFX Z er rami [^i]er
-SFX Z er rach [^i]er
-SFX Z ie ci ie
-SFX Z ie ciom ie
-SFX Z ie ciami ie
-SFX Z ie ciach ie
-SFX Z iep pw iep
-SFX Z iep pom iep
-SFX Z iep pami iep
-SFX Z iep pach iep
-SFX Z ier rw ier
-SFX Z ier rom ier
-SFX Z ier rami ier
-SFX Z ier rach ier
-SFX Z ies sw ies
-SFX Z ies som ies
-SFX Z ies sami ies
-SFX Z ies sach ies
-SFX Z en nw [^i]en
-SFX Z en nom [^i]en
-SFX Z en nami [^i]en
-SFX Z en nach [^i]en
-SFX Z el li [^i]el
-SFX Z el lom [^i]el
-SFX Z el lami [^i]el
-SFX Z el lach [^i]el
-SFX Z ie w ie
-SFX Z ie om ie
-SFX Z ie ami ie
-SFX Z ie ach ie
-SFX Z iel li iel
-SFX Z iel lom iel
-SFX Z iel lami iel
-SFX Z iel lach iel
-SFX Z ek kw [^i]ek
-SFX Z ek kom [^i]ek
-SFX Z ek kami [^i]ek
-SFX Z ek kach [^i]ek
-SFX Z ciek kw ciek
-SFX Z ciek kom ciek
-SFX Z ciek kami ciek
-SFX Z ciek kach ciek
-SFX Z niek kw niek
-SFX Z niek kom niek
-SFX Z niek kami niek
-SFX Z niek kach niek
-SFX Z siek kw siek
-SFX Z siek kom siek
-SFX Z siek kami siek
-SFX Z siek kach siek
-SFX Z iez zw iez
-SFX Z iez zom iez
-SFX Z iez zami iez
-SFX Z iez zach iez
-SFX Z ez zw [^i]ez
-SFX Z ez zom [^i]ez
-SFX Z ez zami [^i]ez
-SFX Z ez zach [^i]ez
-SFX Z e w [^r]ze
-SFX Z e om [^r]ze
-SFX Z e ami [^r]ze
-SFX Z e ach [^r]ze
-SFX Z ze w rze
-SFX Z ze om rze
-SFX Z ze ami rze
-SFX Z ze ach rze
-SFX Z zec cw rzec
-SFX Z zec com rzec
-SFX Z zec cami rzec
-SFX Z zec cach rzec
-SFX Z ec cw [cs]zec
-SFX Z ec com [cs]zec
-SFX Z ec cami [cs]zec
-SFX Z ec cach [cs]zec
-SFX Z ec cw [^iz]ec
-SFX Z ec com [^iz]ec
-SFX Z ec cami [^iz]ec
-SFX Z ec cach [^iz]ec
-SFX Z niec cw niec
-SFX Z niec com niec
-SFX Z niec cami niec
-SFX Z niec cach niec
-SFX Z in 0 [^a]ganin
-SFX Z in w aganin
-SFX Z in 0 [^t]ianin
-SFX Z in w tianin
-SFX Z in w [ck]anin
-SFX Z in 0 [^z]janin
-SFX Z in w zjanin
-SFX Z in 0 [eprltuz]anin
-SFX Z in w manin
-SFX Z in om nin
-SFX Z in ami nin
-SFX Z in ach nin
-SFX Z iec cw [^cnsz]iec
-SFX Z iec com [^cnsz]iec
-SFX Z iec cami [^cnsz]iec
-SFX Z iec cach [^cnsz]iec
-SFX Z ziec cw ziec
-SFX Z ziec com ziec
-SFX Z ziec cami ziec
-SFX Z ziec cach ziec
-SFX Z siec cw siec
-SFX Z siec com siec
-SFX Z siec cami siec
-SFX Z siec cach siec
-SFX Z iec w jciec
-SFX Z iec om jciec
-SFX Z iec ami jciec
-SFX Z iec ach jciec
-SFX Z ciec cw [^j]ciec
-SFX Z ciec com [^j]ciec
-SFX Z ciec cami [^j]ciec
-SFX Z ciec cach [^j]ciec
-SFX Z b obw b
-SFX Z b obom b
-SFX Z b obami b
-SFX Z b obach b
-SFX Z br obrw br
-SFX Z br obrom br
-SFX Z br obrami br
-SFX Z br obrach br
-SFX Z d odw d
-SFX Z d odom d
-SFX Z d odami d
-SFX Z d odach d
-SFX Z dz odzw dz
-SFX Z dz odzom dz
-SFX Z dz odzami dz
-SFX Z dz odzach dz
-SFX Z d odzi d
-SFX Z d odziom d
-SFX Z d odziami d
-SFX Z d odziach d
-SFX Z g ogw g
-SFX Z g ogom g
-SFX Z g ogami g
-SFX Z g ogach g
-SFX Z j ojw j
-SFX Z j ojom j
-SFX Z j ojami j
-SFX Z j ojach j
-SFX Z l oli l
-SFX Z l olom l
-SFX Z l olami l
-SFX Z l olach l
-SFX Z ow
-SFX Z oom
-SFX Z oami
-SFX Z oach
-SFX Z r orw r
-SFX Z r orom r
-SFX Z r orami r
-SFX Z r orach r
-SFX Z t otw t
-SFX Z t otom t
-SFX Z t otami t
-SFX Z t otach t
-SFX Z w oww w
-SFX Z w owom w
-SFX Z w owami w
-SFX Z w owach w
-SFX Z z ozw z
-SFX Z z ozom z
-SFX Z z ozami z
-SFX Z z ozach z
-SFX Z oy
-SFX Z oom
-SFX Z oami
-SFX Z oach
-SFX Z b bw b
-SFX Z b bom b
-SFX Z b bami b
-SFX Z b bach b
-SFX Z c cy c
-SFX Z 0 om c
-SFX Z 0 ami c
-SFX Z 0 ach c
-SFX Z d dw d
-SFX Z d dom d
-SFX Z d dami d
-SFX Z d dach d
-SFX Z g gw g
-SFX Z g gom g
-SFX Z g gami g
-SFX Z g gach g
-SFX Z z zw z
-SFX Z z zom z
-SFX Z z zami z
-SFX Z z zach z
-SFX Z w
-SFX Z om
-SFX Z ami
-SFX Z ach
-SFX Z eb bw eb
-SFX Z eb bom eb
-SFX Z eb bami eb
-SFX Z eb bach eb
-SFX Z e ci [^i]e
-SFX Z e ciom [^i]e
-SFX Z e ciami [^i]e
-SFX Z e ciach [^i]e
-SFX Z ep pw ep
-SFX Z ep pom ep
-SFX Z ep pami ep
-SFX Z ep pach ep
-SFX Z est tw est
-SFX Z est tom est
-SFX Z est tami est
-SFX Z est tach est
-SFX Z et tw et
-SFX Z et tom et
-SFX Z et tami et
-SFX Z et tach et
-SFX Z ew ww ew
-SFX Z ew wom ew
-SFX Z ew wami ew
-SFX Z ew wach ew
-SFX Z e w [^iz]e
-SFX Z e om [^iz]e
-SFX Z e ami [^iz]e
-SFX Z e ach [^iz]e
-SFX Z cie tni cie
-SFX Z cie tniom cie
-SFX Z cie tniami cie
-SFX Z cie tniach cie
-SFX Z ie ni [pg]ie
-SFX Z ie niom [pg]ie
-SFX Z ie niami [pg]ie
-SFX Z ie niach [pg]ie
-SFX Z sie ni sie
-SFX Z sie niom sie
-SFX Z sie niami sie
-SFX Z sie niach sie
-SFX Z zie niw [^d]zie
-SFX Z zie niom [^d]zie
-SFX Z zie niami [^d]zie
-SFX Z zie niach [^d]zie
-SFX Z zie ni dzie
-SFX Z zie niom dzie
-SFX Z zie niami dzie
-SFX Z zie niach dzie
-SFX Z e ni [rt]e
-SFX Z e niom [rtz]e
-SFX Z e niami [rtz]e
-SFX Z e niach [rtz]e
-SFX Z cio tw cio
-SFX Z cio tom cio
-SFX Z cio tami cio
-SFX Z cio tach cio
-SFX Z zio zw zio
-SFX Z zio zom zio
-SFX Z zio zami zio
-SFX Z zio zach zio
-SFX Z io w sio
-SFX Z io om sio
-SFX Z io ami sio
-SFX Z io ach sio
-SFX Z o w o
-SFX Z o om o
-SFX Z o ami o
-SFX Z o ach o
-SFX Z em mw em
-SFX Z em mom em
-SFX Z em mami em
-SFX Z em mach em
-
-SFX p Y 16
-SFX p 0 ia [^][bpw]
-SFX p 0 iowi [^][bpw]
-SFX p 0 iem [^][bpw]
-SFX p 0 iu [^][bpw]
-SFX p w owia w
-SFX p w owiowi w
-SFX p w owiem w
-SFX p w owiu w
-SFX p b bia b
-SFX p b biowi b
-SFX p b biem b
-SFX p b biu b
-SFX p 0 ia p
-SFX p 0 iowi p
-SFX p 0 iem p
-SFX p 0 iu p
+SFX p Y 117
+SFX p a i [^cghkrzdntw]a
+SFX p ca ki [^c]ca
+SFX p cca kki cca
+SFX p a ej da
+SFX p a i [^o]ga
+SFX p a i [^n]oga
+SFX p a i [^a]noga
+SFX p anoga ejnogi anoga
+SFX p a y [^c]ha
+SFX p a y [^u]cha
+SFX p a y [^j]ucha
+SFX p ajucha ejjuchy ajucha
+SFX p a i [^jtos]ka
+SFX p a iej [os]ka
+SFX p a i [^]jka
+SFX p a i [^w]jka
+SFX p a i [^d]wjka
+SFX p adwjka idwjki adwjka
+SFX p a i [^]tka
+SFX p a i [^i]tka
+SFX p a i [^p]itka
+SFX p apitka ipitki apitka
+SFX p a ej [n]a
+SFX p a y [^a]ra
+SFX p a y [^i]ara
+SFX p a y [^w]iara
+SFX p a y [^a]wiara
+SFX p awiara ejwiary awiara
+SFX p a ej [tw]a
+SFX p a y [^s]za
+SFX p a y [^u]sza
+SFX p a y [^d]usza
+SFX p adusza ejduszy adusza
+SFX p anoc iejnocy anoc
+SFX p a e ca
+SFX p anoga ejnodze anoga
+SFX p ajucha ejjusze ajucha
+SFX p ka ce [^jtos]ka
+SFX p ka ce [^]jka
+SFX p ka ce [^w]jka
+SFX p ka ce [^d]wjka
+SFX p kadwjka cedwjce kadwjka
+SFX p ka ce [^]tka
+SFX p ka ce [^i]tka
+SFX p ka ce [^p]itka
+SFX p kapitka cepitce kapitka
+SFX p ara erze [^i]ara
+SFX p ara erze [^w]iara
+SFX p ara erze [^a]wiara
+SFX p awiara ejwierze awiara
+SFX p a ie rza
+SFX p a [^dghknrtwz]a
+SFX p a [^o]ga
+SFX p a [^n]oga
+SFX p a [^a]noga
+SFX p anoga nog anoga
+SFX p a [^c]ha
+SFX p a [^u]cha
+SFX p a [^j]ucha
+SFX p ajucha juch ajucha
+SFX p a [^jt]ka
+SFX p a [^]jka
+SFX p a [^w]jka
+SFX p a [^d]wjka
+SFX p adwjka dwjk adwjka
+SFX p a [^]tka
+SFX p a [^i]tka
+SFX p a [^p]itka
+SFX p apitka pitk apitka
+SFX p a [^a]ra
+SFX p a [^i]ara
+SFX p a [^w]iara
+SFX p a [^a]wiara
+SFX p awiara wiar awiara
+SFX p a [^s]za
+SFX p a [^u]sza
+SFX p a [^d]usza
+SFX p adusza dusz adusza
+SFX p anoc noc anoc
+SFX p a [^ghkrz]a
+SFX p a [^o]ga
+SFX p a [^n]oga
+SFX p a [^a]noga
+SFX p anoga nog anoga
+SFX p a [^c]ha
+SFX p a [^u]cha
+SFX p a [^j]ucha
+SFX p ajucha juch ajucha
+SFX p a [^jt]ka
+SFX p a [^]jka
+SFX p a [^w]jka
+SFX p a [^d]wjka
+SFX p adwjka dwjk adwjka
+SFX p a [^]tka
+SFX p a [^i]tka
+SFX p a [^p]itka
+SFX p apitka pitk apitka
+SFX p a [^a]ra
+SFX p a [^i]ara
+SFX p a [^w]iara
+SFX p a [^a]wiara
+SFX p awiara wiar awiara
+SFX p a [^s]za
+SFX p a [^u]sza
+SFX p a [^d]usza
+SFX p adusza dusz adusza
+SFX p anoc noc anoc
+SFX p a o [^kdntw]a
+SFX p a o [^jtos]ka
+SFX p a o [^]jka
+SFX p a o [^w]jka
+SFX p a o [^d]wjka
+SFX p adwjka odwjko adwjka
+SFX p a o [^]tka
+SFX p a o [^i]tka
+SFX p a o [^p]itka
+SFX p apitka opitko apitka
SFX r Y 10
SFX r owie y [^acgijkloyzx]owie
@@ -5885,58 +5817,95 @@ SFX V 0 tach [^i]
SFX V onach mi
SFX V 0 tach [^m]i
-SFX W Y 19
+SFX W Y 24
SFX W a om a
SFX W e om e
-SFX W y om y
-SFX W i om [gk]i
-SFX W 0 om [^gk]i
+SFX W y om [^c]y
+SFX W y om [^ayu]cy
+SFX W cy kom [ayu]cy
+SFX W i om [gkns]i
+SFX W 0 om [^gkns]i
SFX W 0 mi [^i]a
SFX W 0 mi [^c]ia
SFX W e ami e
SFX W cia mi cia
-SFX W y ami y
-SFX W i ami [gk]i
-SFX W 0 ami [^gk]i
+SFX W y ami [^c]y
+SFX W y ami [^ayu]cy
+SFX W cy kami [ayu]cy
+SFX W i ami [gkns]i
+SFX W 0 ami [^gkns]i
SFX W 0 ch a
SFX W e ach e
SFX W y ach [^c]y
-SFX W y ach [^m]cy
+SFX W y ach [^amyu]cy
SFX W y zech mcy
-SFX W i ach [gk]i
-SFX W 0 ach [^gk]i
+SFX W cy kach [ayu]cy
+SFX W i ach [gkns]i
+SFX W 0 ach [^gkns]i
-SFX l Y 4
+SFX l Y 12
SFX l a w a
SFX l e w e
-SFX l y w y
-SFX l i w i
+SFX l y w [^cz]y
+SFX l y w [^auy]cy
+SFX l cy kw [auy]cy
+SFX l y w [^r]zy
+SFX l zy w rzy
+SFX l i w [^cz]i
+SFX l ci tw [^]ci
+SFX l i w [^d]zi
+SFX l ci stw ci
+SFX l zi w dzi
-SFX f Y 24
-SFX f a i [^knt]a
-SFX f ka ek [^]ka
+SFX f Y 48
+SFX f a i [^jknrtw]a
+SFX f a 0 ja
+SFX f ka ek [^s]ka
+SFX f a 0 ska
SFX f a e a
SFX f na en na
+SFX f obra br obra
+SFX f a 0 ora
SFX f a 0 [^o]ta
SFX f ota t ota
SFX f ta t ta
+SFX f wa ew rwa
+SFX f a 0 twa
SFX f e y [^cijl]e
-SFX f e i [jl]e
-SFX f e i [^n]ie
-SFX f nie nie
-SFX f ce ec lce
+SFX f ce ec [^e]lce
+SFX f e 0 elce
SFX f ce iec pce
-SFX f e 0 ice
-SFX f e 0 yce
-SFX f y 0 [^b]y
+SFX f e 0 [aiy]ce
+SFX f ce iec wce
+SFX f e i [^bcnpz]ie
+SFX f e 0 [bcpz]ie
+SFX f e 0 nie
+SFX f nie anie
+SFX f e i [^aeioy]je
+SFX f je i [aeo]je
+SFX f e 0 [iy]je
+SFX f e i le
+SFX f i 0 gi
+SFX f ki ek [^iouy]ki
+SFX f ki ciek ki
+SFX f i 0 [iouy]ki
+SFX f ki niek ki
+SFX f y 0 [^bcdtw]y
SFX f y 0 [^]by
SFX f by b by
-SFX f y 0 uy
-SFX f y e dy
-SFX f ki ek [^io]ki
-SFX f i 0 [io]ki
-SFX f i 0 igi
-SFX f ki niek ki
+SFX f cy iec cy
+SFX f y 0 [^o]dy
+SFX f y 0 [^w]ody
+SFX f ody d wody
+SFX f y 0 [auy]y
+SFX f y e [dr]y
+SFX f oy doy
+SFX f y 0 soy
+SFX f y 0 [^o]ty
+SFX f y 0 [^b]oty
+SFX f oty t boty
+SFX f y 0 [^o]wy
+SFX f owy w owy
SFX v Y 520
SFX v c kncy ciec
@@ -6484,20 +6453,161 @@ SFX x en n den
SFX K Y 14
SFX K a a
-SFX K a e [^k]a
-SFX K a ie ka
-SFX K a ej [^k]a
-SFX K a iej ka
-SFX K a ych [^ki]a
-SFX K a ich ka
+SFX K a ej [^gk]a
+SFX K a iej [gk]a
+SFX K a e [^gk]a
+SFX K a ie [gk]a
+SFX K a ych [^gik]a
+SFX K a ich [gk]a
SFX K a ch ia
-SFX K a ym [^ki]a
-SFX K a im ka
+SFX K a ym [^gik]a
+SFX K a im [gk]a
SFX K a m ia
-SFX K a ymi [^ik]a
-SFX K a imi ka
+SFX K a ymi [^gik]a
+SFX K a imi [gk]a
SFX K a mi ia
+SFX L Y 9
+SFX L a u [^cnw]a
+SFX L a o [cnw]a
+SFX L siu
+SFX L a i [^icnw]a
+SFX L a 0 ia
+SFX L si
+SFX L a [^cnw]a
+SFX L a [^cnw]a
+SFX L si
+
+SFX M Y 128
+SFX M a o a
+SFX M a i [^bcdfhijmnprstvwxyz]a
+SFX M a y [^k]ha
+SFX M a i [gk]ha
+SFX M a 0 ia
+SFX M a i [chrstz]ja
+SFX M ja i [aeijouy]ja
+SFX M a y [^g]na
+SFX M a y [^a]gna
+SFX M a y [^s]agna
+SFX M a i sagna
+SFX M ya i [aeou]ya
+SFX M a i [^aeou]ya
+SFX M a y [bcdfmprstvwxz]a
+SFX M 0 y c
+SFX M ci [^e]
+SFX M ci [^h]e
+SFX M e ci [h]e
+SFX M ci [^e]
+SFX M ci [^z]e
+SFX M e ci ze
+SFX M j i j
+SFX M 0 i [^e]l
+SFX M 0 i [^i]el
+SFX M 0 i [^g]iel
+SFX M iel li giel
+SFX M l oli l
+SFX M ni [^e]
+SFX M ni [^d]e
+SFX M e ni de
+SFX M 0 i p
+SFX M si [^e]
+SFX M si [^i]e
+SFX M si [^w]ie
+SFX M ie si wie
+SFX M ew wi [hnrt]ew
+SFX M iew wi [gk]iew
+SFX M 0 y [^s]z
+SFX M 0 y [^e]sz
+SFX M esz szy esz
+SFX M zi [^d]
+SFX M zi
+SFX M ozi
+SFX M zi [^]d
+SFX M d odzi d
+SFX M d dzi d
+SFX M 0 y [^e]
+SFX M 0 y [^r]e
+SFX M y [^r]
+SFX M 0 y r
+SFX M e y re
+SFX M a ie [^aouycdeghijklnrtxz]a
+SFX M a zie [^z]da
+SFX M zda dzie [^a]zda
+SFX M zda dzie [^ij]azda
+SFX M azda edzie [ij]azda
+SFX M ga dze ga
+SFX M cha sze cha
+SFX M ha sze [aglo]ha
+SFX M ha e [^acgkpst]ha
+SFX M gha dze gha
+SFX M kha ce kha
+SFX M a ie pha
+SFX M tha cie tha
+SFX M ka ce ka
+SFX M a le [^s]a
+SFX M sa le sa
+SFX M a lle a
+SFX M a ie [^gsz]na
+SFX M a ie [^a]gna
+SFX M a ie [^s]agna
+SFX M sna nie [^s]sna
+SFX M a ie ssna
+SFX M zna nie [^crs]zna
+SFX M a ie szna
+SFX M a ie rzna
+SFX M a ze [^r]ra
+SFX M ra ze rra
+SFX M ta cie [^s]ta
+SFX M sta cie [^a]sta
+SFX M sta cie [^i]asta
+SFX M sta cie [^w]iasta
+SFX M asta ecie wiasta
+SFX M va wie va
+SFX M zna nie [^crs]zna
+SFX M xa ksie xa
+SFX M a ie [^cdrs]za
+SFX M a a
+SFX M 0 [^cps][aeyi]ni
+SFX M e re
+SFX M a a
+SFX M 0 c
+SFX M ci [^e]
+SFX M ci [^h]e
+SFX M e ci [h]e
+SFX M ci [^e]
+SFX M ci [^z]e
+SFX M e ci ze
+SFX M 0 [aiye]ni
+SFX M 0 [^e]l
+SFX M 0 [^i]el
+SFX M 0 [^g]iel
+SFX M iel l giel
+SFX M l ol l
+SFX M ni [^e]
+SFX M ni [^d]e
+SFX M e ni de
+SFX M 0 j
+SFX M 0 i p
+SFX M si [^e]
+SFX M si cie
+SFX M ie si wie
+SFX M ew wi [hnrt]ew
+SFX M iew wi [gk]iew
+SFX M 0 [^s]z
+SFX M 0 [^e]sz
+SFX M esz sz esz
+SFX M zi [^d]
+SFX M zi
+SFX M ozi
+SFX M zi [^]d
+SFX M d dzi d
+SFX M d odzi d
+SFX M 0 [^e]
+SFX M 0 [^r]e
+SFX M 꿱 [^r]
+SFX M 0 r
+SFX M e re
+
SFX X Y 19
SFX X 0 ego [^l]i
SFX X i ego li
diff --git a/dictionaries/pl_PL/pl_PL.dic b/dictionaries/pl_PL/pl_PL.dic
index cc3bc8e..2148c92 100644
--- a/dictionaries/pl_PL/pl_PL.dic
+++ b/dictionaries/pl_PL/pl_PL.dic