pax_global_header00006660000000000000000000000064143604514320014514gustar00rootroot0000000000000052 comment=ac5446cbb3d78001e9ee984e0f7b4599d836192e bambam-1.2.1+dfsg/000077500000000000000000000000001436045143200136535ustar00rootroot00000000000000bambam-1.2.1+dfsg/.github/000077500000000000000000000000001436045143200152135ustar00rootroot00000000000000bambam-1.2.1+dfsg/.github/dependabot.yml000066400000000000000000000007661436045143200200540ustar00rootroot00000000000000# To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly" bambam-1.2.1+dfsg/.github/workflows/000077500000000000000000000000001436045143200172505ustar00rootroot00000000000000bambam-1.2.1+dfsg/.github/workflows/python-app.yml000066400000000000000000000026321436045143200220750ustar00rootroot00000000000000name: BamBam on: [push, pull_request] permissions: contents: read jobs: checks: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.9", "3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip pip install -r requirements-dev.txt - name: Lint with flake8 run: | flake8 . --show-source --statistics - name: Lint with autopep8 run: | autopep8 -d *.py | awk 'BEGIN{had_data=0}{print;had_data=1}END{exit had_data}' - name: Smoke test import run: | python -c 'import bambam' - name: Install GUI packages run: | sudo apt-get install -y xvfb xauth imagemagick xdotool - name: Run GUI tests run: | export AUTOPKGTEST_ARTIFACTS=`pwd`/artifacts mkdir -p $AUTOPKGTEST_ARTIFACTS export AUTOPKGTEST_TMP=/tmp export AUTOPKGTEST_BAMBAM_PROGRAM=./bambam.py xvfb-run -e $AUTOPKGTEST_ARTIFACTS/xvfb-run.stderr -s "-screen 0 1024x768x24 -fbdir $AUTOPKGTEST_TMP" ./test-e2e.py - name: Save artifacts uses: actions/upload-artifact@v3 with: name: test-artifacts-${{ matrix.python-version }} path: artifacts bambam-1.2.1+dfsg/.gitignore000066400000000000000000000000731436045143200156430ustar00rootroot00000000000000/.venv /__pycache__ /*.pot~ /po/*.po~ /po/*.mo /po/LINGUAS bambam-1.2.1+dfsg/50-dont-vt-switch.conf000066400000000000000000000005671436045143200176460ustar00rootroot00000000000000# Placing this file in /etc/X11/xorg.conf.d (and restarting X) will disable # virtual terminal switching. # # NOTE that it is known to cause problems with gdm - see # https://github.com/porridge/bambam/issues/16 # Make sure you have an alternative way to recover your system, or be prepared # for a hard reset. Section "ServerFlags" Option "DontVTSwitch" "true" EndSection bambam-1.2.1+dfsg/CODE_OF_CONDUCT.md000066400000000000000000000125521436045143200164570ustar00rootroot00000000000000# Contributor Covenant Code of Conduct ## Our Pledge We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation. We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. ## Our Standards Examples of behavior that contributes to a positive environment for our community include: * Demonstrating empathy and kindness toward other people * Being respectful of differing opinions, viewpoints, and experiences * Giving and gracefully accepting constructive feedback * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience * Focusing on what is best not just for us as individuals, but for the overall community Examples of unacceptable behavior include: * The use of sexualized language or imagery, and sexual attention or advances of any kind * Trolling, insulting or derogatory comments, and personal or political attacks * Public or private harassment * Publishing others' private information, such as a physical or email address, without their explicit permission * Other conduct which could reasonably be considered inappropriate in a professional setting ## Enforcement Responsibilities Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful. Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate. ## Scope This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement on the project forum. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. ## Enforcement Guidelines Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct: ### 1. Correction **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community. **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested. ### 2. Warning **Community Impact**: A violation through a single incident or series of actions. **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban. ### 3. Temporary Ban **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior. **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban. ### 4. Permanent Ban **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. **Consequence**: A permanent ban from any sort of public interaction within the community. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at [https://www.contributor-covenant.org/translations][translations]. [homepage]: https://www.contributor-covenant.org [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html [Mozilla CoC]: https://github.com/mozilla/diversity [FAQ]: https://www.contributor-covenant.org/faq [translations]: https://www.contributor-covenant.org/translations bambam-1.2.1+dfsg/CONTRIBUTING.md000066400000000000000000000005531436045143200161070ustar00rootroot00000000000000# Contributing Contributions are welcome as long as you adhere to the [code of conduct](CODE_OF_CONDUCT.md). It is assumed that you are the author and copyright holder of all work that you contribute, and you agree to license it at the terms of the [project license](COPYING). Please provide appropriate copyright and license information for any derived works. bambam-1.2.1+dfsg/COPYING000066400000000000000000001045131436045143200147120ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If 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 convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . bambam-1.2.1+dfsg/Makefile000066400000000000000000000025361436045143200153210ustar00rootroot00000000000000VERSION = 1.2.1 LINGUAS = $(shell awk '$$1=="[po4a_langs]"{$$1="";print}' po4a.conf) PREFIX ?= .PHONY: all-mo all-mo: $(LINGUAS:%=po/%.mo) .PHONY: all all: all-mo all-manpages bambam-session.desktop bambam.desktop .PHONY: all-manpages all-manpages: $(LINGUAS:%=bambam.%.6) .PHONY: install-mo install-mo: $(LINGUAS:%=install-mo-%) .PHONY: install-mo-% install-mo-%: po/%.mo install -o root -g root -m 0644 -D $< $(PREFIX)/usr/share/locale/$*/LC_MESSAGES/bambam.mo po/%.po: bambam.pot msgmerge -U $@ $< touch $@ po/%.mo: po/%.po msgfmt -o $@ $< po/LINGUAS: Makefile po4a.conf echo $(LINGUAS) > $@ # Pot files: bambam.pot: bambam-py.pot bambam-man.pot bambam-desktop.pot bambam-session-desktop.pot msgcat $^ > $@ bambam-py.pot: bambam.py Makefile xgettext -d bambam --msgid-bugs-address=marcin@owsiany.pl --package-name bambam --package-version $(VERSION) -o $@ -kN_ -c $< %-desktop.pot: %.en.desktop Makefile xgettext -d bambam --msgid-bugs-address=marcin@owsiany.pl --package-name bambam --package-version $(VERSION) -o $@ -c $< bambam-man.pot: bambam.6 po4a-gettextize -f man -m $< -p $@ # Localized artifacts: bambam.%.6: po/%.po bambam.6 po4a-translate -f man -m bambam.6 -p $< -l $@ %.desktop: %.en.desktop $(LINGUAS:%=po/%.mo) po/LINGUAS msgfmt --desktop --template $< -d po/ -o $@ .PHONY: clean clean: rm -f $(LINGUAS:%=po/%.mo) po/LINGUAS bambam-1.2.1+dfsg/README.md000066400000000000000000000100471436045143200151340ustar00rootroot00000000000000# Bambam [![Build Status](https://travis-ci.com/porridge/bambam.svg?branch=master)](https://travis-ci.com/porridge/bambam) [![Translation Status](https://hosted.weblate.org/widgets/bambam/-/app-and-manpage/svg-badge.svg)](https://hosted.weblate.org/engage/bambam/) Bambam is a simple baby keyboard (and gamepad) masher application that locks the keyboard and mouse and instead displays bright colors, pictures, and sounds. While OSX has great programs like [AlphaBaby](http://www.kldickey.addr.com/alphababy/), the original author couldn't find anything for Linux and having wanted to learn Python for a while, Bambam was his excuse. ![Bambam screenshot](docs/bambam.png "Bambam screenshot") ## Installation ### From a distribution package First, see if your distribution has a bambam package already. This way takes care of dependencies, translated program messages, `.desktop` files and manual pages. For example: ``` sudo apt install bambam man bambam ``` ### Manual installation Before installing this application, ensure you have the following installed: * [Python](http://python.org) - version 3.x is supported but version 2.7 might still work too * [Pygame](http://www.pygame.org/) - version 2.x is supported, but version 1.9 might work too If not, you can install it manually as follows: 1. [Download](https://github.com/porridge/bambam/releases) the `bambam-1.2.1.zip` or `bambam-1.2.1.tar.gz` file. 1. Unzip bambam-1.2.1.zip or `tar zxvf bambam-1.2.1.tar.gz` to create the `bambam-1.2.1` directory. 1. Change into the 'bambam-1.2.1' directory ``` cd bambam-1.2.1 ``` If you would like to take advantage of the recommended way to start the game (see the next section) do the following: ``` sed -i -e "s,/usr/games/bambam,`pwd`/bambam.py," bambam-session.desktop sudo mkdir -p /etc/X11/sessions sudo cp bambam-session.desktop /etc/X11/sessions/ ``` For an alternative way to start the game from your applications menu, do the following: ``` sed -i -e "s,/usr/games/bambam,`pwd`/bambam.py," bambam.desktop mkdir -p ~/.local/share/applications cp bambam.desktop ~/.local/share/applications/ ``` ## Usage Once installed, there are two ways to run the game: 1. **Recommended**: as a dedicated graphical session. When logging into your system, look for a gear icon, which opens a drop-down menu of available session types. Select BamBam and log in. This way only the game is launched, and the user is logged out as soon as the game quits. Thanks to this, a child is not able to cause any damage even if he or she somehow manages to quit the game. This way is safer, but more cumbersome. 2. Directly from a terminal, or applications menu. Select the game from your applications menu, or to run the game from a terminal window, type `bambam` if you installed from a distribution package, or `./bambam.py` if you installed manually. This way the program runs as part of a regular session. The game tries to grab the keyboard and mouse pointer focus in order to prevent a child from exiting the game or switching away from it. However it is not 100% bulletproof, depending on the exact environment. This way is easier, but potentially more risky. Take care when leaving your child unattended with the game. ## Exiting To exit, just directly type the command mentioned in the upper left-hand corner of the window. In the English locales, this is: ``` quit ``` More information is in the man page. To view it, type: ``` man ./bambam.6 ``` Comments or suggestions? Any feedback is appreciated, please send it to [the bambam-users forum](https://groups.google.com/forum/#!forum/bambam-users). Translations for this game are done on [Weblate](https://hosted.weblate.org/projects/bambam/). Please help translating for your mother tongue! ## History This project was moved from [its code.google.com location](https://code.google.com/p/bambam/) in April 2015, since that site was about to be shut down. Note that changes (as of 2010-08-17) from [the launchpad bambam fork](https://launchpad.net/bambam) had been merged back to this project in February 2014. bambam-1.2.1+dfsg/bambam-desktop.pot000066400000000000000000000020701436045143200172640ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: bambam 1.2.1\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2023-01-14 07:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: bambam.en.desktop:3 msgid "BamBam" msgstr "" #: bambam.en.desktop:4 msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "" bambam-1.2.1+dfsg/bambam-man.pot000066400000000000000000000131211436045143200163650ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2023-01-14 07:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: bambam.6:1 #, no-wrap msgid "bambam" msgstr "" #. type: TH #: bambam.6:1 #, no-wrap msgid "10 September 2022" msgstr "" #. type: TH #: bambam.6:1 #, no-wrap msgid "version 1.2.1" msgstr "" #. type: SH #: bambam.6:2 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: bambam.6:4 msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "" #. type: SH #: bambam.6:4 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "" #. type: SH #: bambam.6:7 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: TP #: bambam.6:8 #, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "" #. type: Plain text #: bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "" #. type: Plain text #: bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "" #. type: Plain text #: bambam.6:17 msgid "Use a dark background instead of a light one." msgstr "" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "" #. type: Plain text #: bambam.6:20 msgid "Do not play any sounds." msgstr "" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "" #. type: Plain text #: bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "" #. type: Plain text #: bambam.6:26 msgid "List of image filename patterns to never show." msgstr "" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "" #. type: Plain text #: bambam.6:29 msgid "Do not prevent running under Wayland. See the B section." msgstr "" #. type: Plain text #: bambam.6:36 msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "" #. type: Plain text #: bambam.6:41 msgid "" "B that there are ways to switch to another application from " "bambam:" msgstr "" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, no-wrap msgid "\\(bu" msgstr "" #. type: Plain text #: bambam.6:51 msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" #. type: Plain text #: bambam.6:55 msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "" #. type: Plain text #: bambam.6:61 msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "" #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text " "console." msgstr "" #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "" #. type: Plain text #: bambam.6:72 msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "" #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "" #. type: Plain text #: bambam.6:80 msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" #. type: SH #: bambam.6:80 #, no-wrap msgid "AUTHOR" msgstr "" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany " "Emarcin@owsiany.plE" msgstr "" bambam-1.2.1+dfsg/bambam-py.pot000066400000000000000000000123661436045143200162540ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: bambam 1.2.1\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2023-01-14 07:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "" #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 msgid "unmute" msgstr "" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "" #: bambam.py:123 #, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, python-format msgid "Skipping blacklisted item %s" msgstr "" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "" #: bambam.py:311 msgid "Error: Wayland display detected." msgstr "" #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "" #: bambam.py:314 msgid "Press any key to quit." msgstr "" #: bambam.py:328 msgid "Please read the following important information!" msgstr "" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "" #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "" #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "" #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "" #: bambam.py:382 msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "" #: bambam.py:390 msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "" #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "" #: bambam.py:415 bambam.py:422 #, python-format msgid "Using data directory %s" msgstr "" #: bambam.py:426 msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "" #: bambam.py:428 msgid "Show UPPER-CASE letters." msgstr "" #: bambam.py:430 msgid "List of sound filename patterns to never play." msgstr "" #: bambam.py:432 msgid "List of image filename patterns to never show." msgstr "" #: bambam.py:434 msgid "Produce same sounds on same key presses." msgstr "" #: bambam.py:436 msgid "Use a dark background instead of a light one." msgstr "" #: bambam.py:438 msgid "Do not play any sounds." msgstr "" #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "" #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "" #: bambam.py:450 msgid "Warning, sound disabled." msgstr "" #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "" #: bambam.py:487 msgid "All sounds failed to load." msgstr "" #: bambam.py:493 msgid "All images failed to load." msgstr "" bambam-1.2.1+dfsg/bambam-session-desktop.pot000066400000000000000000000013721436045143200207510ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: bambam 1.2.1\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2023-01-14 07:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: bambam-session.en.desktop:3 msgid "BamBam" msgstr "" #: bambam-session.en.desktop:4 msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "" bambam-1.2.1+dfsg/bambam-session.desktop000066400000000000000000000013351436045143200201500ustar00rootroot00000000000000[Desktop Entry] Name[ca]=BamBam Name[de]=BamBam Name[eo]=BamBam Name[es]=BamBam Name[ko]=BamBam Name[nb_NO]=BamBam Name[pl]=BamBam Name=BamBam Comment[ca]=Per a que els nadons i els nens petits matxuquin el teclat i facin gargots. Comment[de]=Ein Tastendrückspiel für Babys und Kleinkinder. Comment[eo]=Klavaro-premaĉa kaj desegnaĉa ludo por beboj. Comment[es]=Juego de teclado y garabatos para los bebés y los niños pequeños. Comment[ko]=영유아를 위한 키보드 매싱 및 낙서 게임. Comment[pl]=Gra w klawiaturę i bazgranie dla małych dzieci. Comment=Keyboard mashing and doodling game for babies and toddlers. Exec=/usr/games/bambam --in-dedicated-session TryExec=/usr/games/bambam Icon=bambam Type=Application bambam-1.2.1+dfsg/bambam-session.en.desktop000066400000000000000000000003051436045143200205450ustar00rootroot00000000000000[Desktop Entry] Name=BamBam Comment=Keyboard mashing and doodling game for babies and toddlers. Exec=/usr/games/bambam --in-dedicated-session TryExec=/usr/games/bambam Icon=bambam Type=Application bambam-1.2.1+dfsg/bambam.6000066400000000000000000000056531436045143200151720ustar00rootroot00000000000000.TH bambam 6 "10 September 2022" "version 1.2.1" .SH NAME bambam \- a keyboard mashing and doodling game for babies and toddlers .SH SYNOPSIS .B bambam [\fIOPTIONS\fR] .SH DESCRIPTION .TP \fB\-u\fR, \fB\-\-uppercase\fR Show UPPER-CASE letters. .TP \fB\-d\fR, \fB\-\-deterministic\-sounds\fR Produce same sounds on same key presses. .TP \fB\-D\fR, \fB\-\-dark\fR Use a dark background instead of a light one. .TP \fB\-m\fR, \fB\-\-mute\fR Do not play any sounds. .TP \fB\-\-sound_blacklist\fR=\fIGLOB\fR List of sound filename patterns to never play. .TP \fB\-\-image_blacklist\fR=\fIGLOB\fR List of image filename patterns to never show. .TP \fB\-\-wayland\-ok\fR Do not prevent running under Wayland. See the \fBNOTES\fR section. .PP bambam is a keyboard and mouse game for babies written in Python. Pressing letter keys prints them in random locations and colours. Pressing any other key draws little pictures in random locations. Dragging the mouse while the mouse button is pressed draws in randomly changing colours. The screen is cleared at random. .SH NOTES .B To quit, directly type the command mentioned in the upper left-hand corner of the window. In the English locales, this is the word: quit. .PP \fBBe aware\fR that there are ways to switch to another application from bambam: .IP \(bu when running under Wayland, it is not currently possible for bambam to grab all key presses. A consequence of that is that if you use GNOME Shell, pressing the Windows (a.k.a. Super) key will activate the activities overview. Please check your environment. As a workaround, starting with version 1.1.2, bambam will try to detect if it is running under Wayland. If this is the case, bambam will display a warning and refuse to work. You can disable this workaround, with the \fB\-\-wayland\-ok\fR option. .IP \(bu bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See the example 50-dont-vt-switch.conf file if you would like to block that. .IP \(bu there may be other yet unknown ways in other environments and window managers. .PP For the above reasons, starting with version 1.2.0, .B it is possible and recommended to run bambam in a dedicated login session. .IP \(bu One way to do this is to select BamBam session type from your display manager settings when logging in (look for a gear icon). .IP \(bu Another way is use command such as \fBexec startx bambam\fR from a text console. .PP To turn the sound off and on, type mute and unmute, respectively, in the game. .PP bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG files) from the following directories: .IP \(bu the \fBdata\fR directory distributed with the game, .IP \(bu \fB$XDG_DATA_HOME\fR (usually ~/.local/share/bambam/data) .PP When scanning directories for files, bambam \fBdoes\fR follow symbolic links and descend directories. This makes is easy to have bambam use files located elsewhere. .SH AUTHOR Spike Burch .BR Marcin Owsiany bambam-1.2.1+dfsg/bambam.ca.6000066400000000000000000000067041436045143200155520ustar00rootroot00000000000000.\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH bambam 6 "10 de setembre de 2022" "versió 1.2.1" .SH NOM bambam: un joc de matxucar el teclat i fer gargots per a nadons i nens petits .SH SINOPSI \fBbambam\fP [\fIOPTIONS\fP] .SH DESCRIPCIÓ .TP \fB\-u\fP, \fB\-\-uppercase\fP Mostrar en MAJÚSCULES. .TP \fB\-d\fP, \fB\-\-deterministic\-sounds\fP Produeix els mateixos sons amb les mateixes de tecles. .TP \fB\-D\fP, \fB\-\-dark\fP Utilitzar un fons fosc en lloc de clar. .TP \fB\-m\fP, \fB\-\-mute\fP No reproduir cap so. .TP \fB\-\-sound_blacklist\fP=\fIGLOB\fP Llista de patrons de noms de fitxer de so que no es reproduiran mai. .TP \fB\-\-image_blacklist\fP=\fIGLOB\fP Llista de patrons de noms de fitxer d'imatge que no es mostraran mai. .TP \fB\-\-wayland\-ok\fP No eviteu el maneig de Wayland. Veure la secció \fBNOTES\fP. .PP bambam és un joc de teclat i ratolí per a bebès escrit en Python. En prémer les lletres aquestes es mostren en ubicacions i colors aleatoris. En prémer qualsevol altra tecla es dibuixen petites imatges en ubicacions aleatòries. Arrossegar el ratolí mentre es prem el botó del ratolí dibuixa en colors que canvien aleatòriament. La pantalla s'esborra a l'atzar. .SH NOTES \fBPer a sortir, escriu directament l'ordre esmentada a l'extrem superior esquerre de la finestra. En anglés, la paraula és: quit.\fP .PP \fBAdvertència\fP hi ha maneres de canviar a una altra aplicació des de bambam: .IP \(bu quan s'executa sota Wayland, actualment no és possible que bambam agafi totes les premses de tecles. Una conseqüència d'això és que si utilitzeu GNOME Shell, si premeu la tecla Windows (també coneguda com a Super) s'activarà la vista general de les activitats. Consulteu el vostre entorn. Com a solució alternativa, a partir de la versió 1.1.2, bambam intentarà detectar si s'està executant sota Wayland. Si aquest és el cas, bambam mostrarà un avís i es negarà a treballar. Podeu desactivar aquesta solució alternativa, amb l'opció \fB\-\-wayland\-ok\fP. .IP \(bu bambam no bloqueja la commutació de terminals virtuals (p. ex. CONTROL+ALT+F1). Veure l'exemple del fitxer 50\-dont\-vt\-switch.conf si vols bloquejar\-lo. .IP \(bu pot haver\-hi altres maneres encara desconegudes en altres entorns i gestors de finestres. .PP Per les raons anteriors, a partir de la versió 1.2.0, \fBés possible i recomanable executar bambam en una sessió d'inici de sessió dedicada.\fP .IP \(bu Una manera de fer\-ho és seleccionar el tipus de sessió de BamBam a la configuració del gestor de visualització quan inicieu sessió (cerqueu una icona d'engranatge). .IP \(bu Una altra manera és utilitzar una ordre com ara \fBexec startx bambam\fP des d'una consola de text. .PP Per a desactivar i activar el so, escriu silenci i nosilenci, respectivament, al joc. .PP bambam carrega imatges (fitxers GIF, JPEG, PNG i TIFF) i sons (fitxers WAV i OGG) des dels directoris següents: .IP \(bu el directori \fBdata\fP distribuït amb el joc, .IP \(bu \fB$XDG_DATA_HOME\fP (normalment ~/.local/share/bambam/data) .PP Quan exploris directoris per a fitxers, bambam \fBdoes\fP segueix enllaços simbòlics i descendents de directoris. Això fa que sigui fàcil tenir fitxers d'ús bambam ubicats en un altre lloc. .SH AUTOR Spike Burch Marcin Owsiany bambam-1.2.1+dfsg/bambam.de.6000066400000000000000000000067721436045143200155640ustar00rootroot00000000000000.\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH bambam 6 "10. September 2022" "Version 1.2.1" .SH NAME BamBam – ein Tastendrückspiel für Babys und Kleinkinder .SH ÜBERSICHT \fBbambam\fP [\fIOPTIONS\fP] .SH BESCHREIBUNG .TP \fB\-u\fP, \fB\-\-uppercase\fP Zeige GROSSBUCHSTABEN. .TP \fB\-d\fP, \fB\-\-deterministic\-sounds\fP Erzeuge den gleichen Ton bei gleichem Tastendruck. .TP \fB\-D\fP, \fB\-\-dark\fP Nutze einen dunklen Hintergrund anstatt eines hellen. .TP \fB\-m\fP, \fB\-\-mute\fP Spiele keine Töne. .TP \fB\-\-sound_blacklist\fP=\fIGLOB\fP Liste mit Mustern von Audio\-Dateinamen, die nie gespielt werden sollen. .TP \fB\-\-image_blacklist\fP=\fIGLOB\fP Liste mit Mustern von Bilddateinamen, die nie gezeigt werden sollen. .TP \fB\-\-wayland\-ok\fP Nicht die Ausführung unter Wayland verhindern. Siehe Abschnitt \fBNOTES\fP. .PP bambam ist ein in Python geschriebenes Tastatur\- und Maus\-Spiel für Babys. Ein Druck auf einen Buchstaben zeigt diesen auf dem Bildschirm an zufälliger Position und in zufälliger Farbe an. Jede andere Taste zeigt ein kleines Bild an zufälliger Position. Ziehe die Maus mit gedrückter Taste über den Bildschirm, um eine farbige Linie zu malen. Der Bildschirm wird zufällig wieder gelöscht. .SH NOTIZEN \fBZum Beenden gib direkt den Befehl ein, der in der oberen linken Fensterecke erwähnt wird. Im Deutschen ist es das Wort: beenden.\fP .PP \fBBeachte\fP, dass es Wege gibt, von bambam zu einer anderen App zu wechseln: .IP \(bu Unter Wayland ist es BamBam aktuell nicht möglich, alle Tastenanschläge zu ermitteln. Dies resultiert darin, dass beim Verwenden der GNOME\-Shell das Drücken der Windows\- bzw. Super\-Taste die Aktivitätenübersicht öffnet. Bitte überprüfe deine Umgebung. Abhilfe schafft ab Version 1.1.2 der Umstand, dass BamBam versucht zu ermitteln, ob es unter Wayland läuft. Wenn das der Fall ist, zeigt BamBam eine Warnung an und hört auf zu funktionieren. Du kannst diese Funktion mit der Option \fB\-\-wayland\-ok\fP deaktivieren. .IP \(bu bambam blockiert kein virtuelles Terminal\-Wechseln (z.B. STRG+ALT+F1). Schau dir die example\-50\-dont\-vt\-switch.conf\-Datei an, falls du das blockieren willst. .IP \(bu Es könnte andere – bislang unbekannte – Möglichkeiten dazu in Umgebungen und Fenster\-Managern geben. .PP Aus den oben genannten Gründen wir es – beginnend mit Version 1.2.0 – möglich und empfohlen sein, BamBam in einer speziellen Login\-Sitzung laufen zu lassen. .IP \(bu Ein Weg, um dies zu tun, ist es, den BamBam\-Sitzungstyp in den Displaymanager\-Einstellungen beim Einloggen auszuwählen (schau nach einem Werkzeug\-Icon). .IP \(bu Eine andere Möglichkeit ist es, einen Befehl wie \fBexec startx bambam\fP in der Textkonsole zu verwenden. .PP Um den Ton ein\- und auszuschalten, gib “stummschalten” bzw. “lautstellen” im Spiel ein. .PP bambam lädt Bilder (GIF\-, JPEG\-, PNG\- und TFF\-Dateien) und Töne (WAV\- und OGG\-Dateien) aus den folgenden Ordnern: .IP \(bu das mit dem Spiel ausgelieferte \fBDaten\fPverzeichnis .IP \(bu \fB$XDG_DATA_HOME\fP (normalerweise ~/.local/share/bambam/data) .PP Wenn Ordner nach Dateien durchsucht werden, \fBfolgt\fP bambam symbolischen Links und Verzeichnissen abwärts. Das macht es einfach, bambam Dateien nutzen zu lassen, die anderswo gespeichert sind. .SH AUTOR Spike Burch Marcin Owsiany bambam-1.2.1+dfsg/bambam.desktop000066400000000000000000000030531436045143200164660ustar00rootroot00000000000000[Desktop Entry] Name[ca]=BamBam Name[de]=BamBam Name[eo]=BamBam Name[es]=BamBam Name[ko]=BamBam Name[nb_NO]=BamBam Name[pl]=BamBam Name=BamBam Comment[ca]=Per a que els nadons i els nens petits matxuquin el teclat i facin gargots. Comment[de]=Ein Tastendrückspiel für Babys und Kleinkinder. Comment[eo]=Klavaro-premaĉa kaj desegnaĉa ludo por beboj. Comment[es]=Juego de teclado y garabatos para los bebés y los niños pequeños. Comment[ko]=영유아를 위한 키보드 매싱 및 낙서 게임. Comment[pl]=Gra w klawiaturę i bazgranie dla małych dzieci. Comment=Keyboard mashing and doodling game for babies and toddlers. Exec=/usr/games/bambam Icon=bambam Terminal=false Type=Application Categories=Game;KidsGame; # TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. Keywords[ca]=bambam;nadó;nen;nen petit;joc;utilitzar el teclat;ratolí;gargots;nena petita; Keywords[eo]=bambam;bebo;infano;ludo;premaĉo;muso;desegnaĉo; Keywords[es]=bambam;bebé;niño;jóvenes;juego;teclado;ratón;garabatos; Keywords[ko]=bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;뱀뱀;아기;어린이;유아;게임;키보드 매싱;마우스;낙서;탕탕;퍽퍽;팡팡; Keywords[nb_NO]=bambam;baby;barn;spedbarn;spill;tastaturtrykking;mus;dodling; Keywords[pl]=bambam;dziecko;niemowle;gra;klawiatura;mysz;bazgranie;rysowanie; Keywords=bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling; bambam-1.2.1+dfsg/bambam.en.desktop000066400000000000000000000007501436045143200170700ustar00rootroot00000000000000[Desktop Entry] Name=BamBam Comment=Keyboard mashing and doodling game for babies and toddlers. Exec=/usr/games/bambam Icon=bambam Terminal=false Type=Application Categories=Game;KidsGame; # TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. Keywords=bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling; bambam-1.2.1+dfsg/bambam.eo.6000066400000000000000000000062061436045143200155670ustar00rootroot00000000000000.\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH bambam 6 "10\-a de Septembro, 2022" "versio 1.2.1" .SH NOMO bambam \- klavaro\-premaĉa ludo por beboj .SH RESUMO \fBbambam\fP [\fIOPCIOJ\fP] .SH PRISKRIBO .TP \fB\-u\fP, \fB\-\-uppercase\fP Montri MAJUSKLAJN literojn. .TP \fB\-d\fP, \fB\-\-deterministic\-sounds\fP Soni same por samaj klavpremoj. .TP \fB\-D\fP, \fB\-\-dark\fP Uzi malhelan fonon anstataŭ helan. .TP \fB\-m\fP, \fB\-\-mute\fP Ne ludi ajnan sonon. .TP \fB\-\-sound_blacklist\fP=\fIDOSIERŜABLONO\fP Listo de dosiernomaj ŝablonoj de neludotaj sonoj. .TP \fB\-\-image_blacklist\fP=\fIDOSIERŜABLONO\fP Listo de dosiernomaj ŝablonoj de nemontrotaj bildoj. .TP \fB\-\-wayland\-ok\fP Ne malhelpu ruladon sub Wayland. Vidu la sekcion \fBNOTES\fP. .PP bambam estas klavara kaj musa ludo por beboj verkita en Python. Premo de literaj klavoj montrigas literojn ĉe hazardaj lokoj kaj koloroj. Premo de aliaj klavoj desegnas bildetojn ĉe hazardaj lokoj. Musotreneo dum la musbutono estas premata desegnas hazarde ŝanĝantajn kolorojn. La ekrano forviŝiĝas hazarde. .SH NOTOJ \fBPor forlasi, rekte tajpu la komandon menciitan en la supra maldekstra angulo de la fenestro. En la Esperanta lokaĵaro, jen la vorto: forlasi.\fP .PP \fBKonsciu\fP aliajn manierojn enfokusigi alian aplikaĵon for de bambam: .IP \(bu when running under Wayland, it is not currently possible for bambam to grab all key presses. A consequence of that is that if you use GNOME Shell, pressing the Windows (a.k.a. Super) key will activate the activities overview. Please check your environment. As a workaround, starting with version 1.1.2, bambam will try to detect if it is running under Wayland. If this is the case, bambam will display a warning and refuse to work. You can disable this workaround, with the \fB\-\-wayland\-ok\fP option. .IP \(bu bambam ne forbaras aktivigon de virtuala terminalo (ekz. Stir+Alt+F1). Vidu la ekzemplan dosieron 50\-dont\-vt\-switch.conf se vi volas forbari tion. .IP \(bu there may be other yet unknown ways in other environments and window managers. .PP For the above reasons, starting with version 1.2.0, \fBit is possible and recommended to run bambam in a dedicated login session.\fP .IP \(bu One way to do this is to select BamBam session type from your display manager settings when logging in (look for a gear icon). .IP \(bu Alia maniero estas uzi komandon kiel \fBexec startx bambam\fP per teksta konzolo. .PP Por malŝalti aŭ ŝalti la sonon, tajpu "silentigi" aŭ "malsilentigi", respektive, dum la ludo. .PP bambam ŝargas bildojn (GIF\-, JPEG\-, PNG\- kaj TIFF\-dosieroj) kaj sonojn (WAV\- kaj OGG\-dosieroj) el la jenaj dosierujoj: .IP \(bu la dosierujo \fBdata\fP distribuita kune kun la ludo, .IP \(bu \fB$XDG_DATA_HOME\fP (kutime ~/.local/share/bambam/data) .PP Dum serĉado dosierujojn pri dosieroj, bambam \fBja\fP sekvas simbolajn ligilojn kaj subdosierujojn. Tio faciligas uzon de dosieroj alilokaj. .SH AŬTORO Spike Burch Marcin Owsiany bambam-1.2.1+dfsg/bambam.es.6000066400000000000000000000066431436045143200156000ustar00rootroot00000000000000.\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH bambam 6 "10 de septiembre de 2022" "Versión 1.2.1" .SH NOMBRE bambam: un juego para machacar y garabatear con el teclado para bebés y niños pequeños .SH SINOPSIS \fBbambam\fP [\fIOPCIONES\fP] .SH DESCRIPCIÓN .TP \fB\-u\fP, \fB\-\-mayúscula\fP Muestra MAYÚSCULAS. .TP \fB\-d\fP, \fB\-\-sonidos\-deterministas\fP Produce los mismos sonidos con las mismas pulsaciones de teclas. .TP \fB\-D\fP, \fB\-\-oscuro\fP Usa un fondo oscuro en vez de uno claro. .TP \fB\-m\fP, \fB\-\-silenciar\fP No reproduzca ningún sonido. .TP \fB\-\-sound_blacklist\fP=\fIGLOB\fP Lista de patrones de archivos de sonido para no reproducir nunca. .TP \fB\-\-image_blacklist\fP=\fIGLOB\fP Lista de patrones de imágenes para no mostrar nunca. .TP \fB\-\-wayland\-ok\fP No impida la ejecución bajo Wayland. Ver apartado \fBNOTAS\fP. .PP Bambam es un juego de teclado y ratón para bebés escrito en Python. Presionando teclas de letras se imprimen en sitios y colores aleatorios. Presionando cualquier otra tecla dibuja imágenes en sitios aleatorios. Arrastrando el ratón mientras el botón del ratón está presionado dibuja en colores aleatorios cambiantes. La pantalla es borrada de manera aleatoria. .SH NOTAS \fBPara salir, escribe directamente el comando mencionado en la esquina derecha de la ventana. Para españoles, la palabra es: salir.\fP .PP \fBTenga en cuenta\fP que hay formas de cambiar a otra aplicación desde bambam: .IP \(bu Actualmente, BamBam no puede determinar todas las pulsaciones de teclas en Wayland. Como resultado, al usar GNOME Shell, al presionar la tecla Windows o Super se abre la descripción general de la actividad. Por favor, compruebe su entorno. A partir de la versión 1.1.2, esto se puede remediar por el hecho de que BamBam intenta determinar si se ejecuta bajo Wayland. Si ese es el caso, BamBam mostrará una advertencia y dejará de funcionar. Puede desactivar esta función con la opción \fB\-\-wayland\-ok\fP. .IP \(bu bambam no bloquea el cambio de terminal virtual (por ejemplo, CTRL+ALT+F1). Consulte el archivo example\-50\-dont\-vt\-switch.conf si desea bloquear esto. .IP \(bu Puede haber otras formas, hasta ahora desconocidas, de hacer esto en entornos y administradores de ventanas. .PP Por las razones anteriores, a partir de la versión 1.2.0, \fBes posible y recomendable ejecutar bambam en una sesión de inicio de sesión dedicada.\fP .IP \(bu Una forma de hacer esto es seleccionar el tipo de sesión de BamBam en la configuración del administrador de pantalla al iniciar sesión (busque el icono de una herramienta). .IP \(bu Otra opción es usar un comando como \fBexec startx bambam\fP en la consola de texto. .PP Para quitar y poner el sonido, escribe mute y unmute, respectivamente, en el juego. .PP Bambam es capaz de cargar imágenes (archivos GIF, JPEG, PNG y TIFF) y sonidos (archivos WAV y OGG) de los siguientes directorios: .IP \(bu El directorio \fBdata\fP distribuido con el juego, .IP \(bu \fB$XDG_DATA_HOME\fP (generalmente ~/.local/share/bambam/data) .PP Al buscar archivos en un directorio, bambam \fBdoes\fP desciende del directorio siguiendo enlaces simbólicos. Esto facilita que bambam use archivos en otros lugares. .SH AUTOR Spike Burch Marcin Owsiany bambam-1.2.1+dfsg/bambam.fr.6000066400000000000000000000066711436045143200156010ustar00rootroot00000000000000.\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH bambam 6 "10 September 2022" "version 1.2.1" .SH NOM bambam \- a keyboard mashing and doodling game for babies and toddlers .SH SYNOPSIS \fBbambam\fP [\fIOPTIONS\fP] .SH DESCRIPTION .TP \fB\-u\fP, \fB\-\-uppercase\fP Afficher les lettres MAJUSCULES. .TP \fB\-d\fP, \fB\-\-deterministic\-sounds\fP Produire les mêmes sons sur les mêmes touches. .TP \fB\-D\fP, \fB\-\-dark\fP Utiliser un fond sombre au lieu d’un fond clair. .TP \fB\-m\fP, \fB\-\-mute\fP Ne jouer aucun son. .TP \fB\-\-sound_blacklist\fP=\fIGLOB\fP Liste des modèles de noms de fichiers sonores à ne jamais jouer. .TP \fB\-\-image_blacklist\fP=\fIGLOB\fP Liste des modèles de noms de fichiers d’image à ne jamais afficher. .TP \fB\-\-wayland\-ok\fP Ne pas empêcher d'exécuter sous Wayland. Voir la section \fBNOTES\fP. .PP bambam est un jeu de clavier et de souris pour bébés écrit en Python. Appuyer sur les touches alphabétiques les affiche dans des emplacements et des couleurs aléatoires. Appuyer sur n'importe quelle autre touche dessine de petites images dans des endroits aléatoires. Faire glisser la souris tout en appuyant sur le bouton de la souris dessine dans des couleurs changeantes de manière aléatoire. L'écran est effacé aléatoirement. .SH REMARQUES \fBPour quitter, tapez directement la commande mentionnée dans le coin supérieur gauche de la fenêtre. Dans les langues anglaises, c'est le mot : quit.\fP .PP \fBAttention\fP il existe des moyens de passer à une autre application depuis bambam\ : .IP \(bu when running under Wayland, it is not currently possible for bambam to grab all key presses. A consequence of that is that if you use GNOME Shell, pressing the Windows (a.k.a. Super) key will activate the activities overview. Please check your environment. As a workaround, starting with version 1.1.2, bambam will try to detect if it is running under Wayland. If this is the case, bambam will display a warning and refuse to work. You can disable this workaround, with the \fB\-\-wayland\-ok\fP option. .IP \(bu bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See the example 50\-dont\-vt\-switch.conf file if you would like to block that. .IP \(bu there may be other yet unknown ways in other environments and window managers. .PP For the above reasons, starting with version 1.2.0, \fBit is possible and recommended to run bambam in a dedicated login session.\fP .IP \(bu One way to do this is to select BamBam session type from your display manager settings when logging in (look for a gear icon). .IP \(bu Another way is use command such as \fBexec startx bambam\fP from a text console. .PP Pour activer et désactiver le son, tapez respectivement activer le son et désactiver le son dans le jeu. .PP bambam charge les images (fichiers GIF, JPEG, PNG et TIFF) et les sons (fichiers WAV et OGG) à partir des répertoires suivants\ : .IP \(bu Le dossier \fBdata\fP fourni avec le jeu, .IP \(bu \fB$XDG_DATA_HOME\fP (générallement ~/.local/share/bambam/data) .PP Lors de la recherche de fichiers dans les dossiers, bambam \fBsuit\fP les liens symboliques et descend les répertoires. Cela rend facile le placement des fichiers d'utilisation de bambam ailleurs. .SH AUTEUR Spike Burch Marcin Owsiany bambam-1.2.1+dfsg/bambam.ko.6000066400000000000000000000071561436045143200156020ustar00rootroot00000000000000.\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH bambam 6 "2022년 9월 10일" "버전 1.2.1" .SH 이름 bambam \- 영유아를 위한 키보드 매싱 및 낙서 게임 .SH 개요 \fBbambam\fP [\fI옵션\fP] .SH 설명 .TP \fB\-u\fP, \fB\-\-uppercase\fP 대문자를 표시합니다. .TP \fB\-d\fP, \fB\-\-deterministic\-sounds\fP 동일한 키를 누를 때 동일한 소리가 납니다. .TP \fB\-D\fP, \fB\-\-dark\fP 밝은 배경 대신 어두운 배경을 사용합니다. .TP \fB\-m\fP, \fB\-\-mute\fP 아무 소리도 재생하지 않습니다. .TP \fB\-\-sound_blacklist\fP=\fIGLOB\fP 재생하지 않을 사운드 파일이름 패턴 목록입니다. .TP \fB\-\-image_blacklist\fP=\fIGLOB\fP 절대 표시하지 않을 이미지 파일이름 패턴 목록입니다. .TP \fB\-\-wayland\-ok\fP Wayland에서 실행하는 것을 막지 마십시오. \fB참고\fP 섹션을 참조하십시오. .PP bambam은 Python으로 작성된 유아용 키보드 및 마우스 게임입니다. 문자 키를 누르면 임의의 위치와 색상으로 인쇄됩니다. 다른 키를 누르면 임의의 위치에 작은 그림이 그려집니다. 마우스 버튼을 누른 상태에서 마우스를 드래그하면 무작위로 변화하는 색상이 그려집니다. 무작위로 화면이 지워집니다. .SH 참고 \fB종료하려면 창의 왼쪽 상단 모서리에 언급된 명령을 직접 입력합니다. 영어 로케일에서는 단어: quit입니다.\fP .PP \fBBe aware\fP에서 다른 응용프로그램으로 전환하는 방법은 다음과 같습니다: .IP \(bu Wayland에서 실행할 때 bambam이 모든 키 누름을 잡는 것은 현재 불가능합니다. 그 결과 GNOME 셸을 사용하는 경우 Windows(일명 Super) 키를 누르면 활동 개요가 활성화됩니다. 환경을 확인해 주세요. 해결 방법으로 버전 1.1.2부터 bambam은 Wayland에서 실행 중인지 감지하려고 시도합니다. 이 경우 bambam은 경고를 표시하고 작업을 거부합니다. \fB\-\-wayland\-ok\fP 옵션을 사용하여 이 해결 방법을 비활성화할 수 있습니다. .IP \(bu bambam은 가상 터미널 전환을 차단하지 않습니다(예: CTRL+ALT+F1). 차단하려면 예제 50\-dont\-vt\-switch.conf 파일을 참조하십시오. .IP \(bu 다른 환경 및 창 관리자에는 아직 알려지지 않은 다른 방법이 있을 수 있습니다. .PP 위와 같은 이유로 버전 1.2.0부터 \fB전용 로그인 세션에서 bambam을 실행할 수 있으며 권장합니다.\fP .IP \(bu 이를 수행하는 한 가지 방법은 로그인할 때 디스플레이 관리자 설정에서 BamBam 세션 유형을 선택하는 것입니다(톱니바퀴 아이콘 찾기). .IP \(bu 또 다른 방법은 텍스트 콘솔에서 \fBexec startx bambam\fP과 같은 명령을 사용하는 것입니다. .PP 소리를 끄거나 켜려면 게임에서 각각 음소거 및 음소거 해제를 입력합니다. .PP bambam은 다음 디렉터리에서 이미지(GIF, JPEG, PNG 및 TIFF 파일) 및 사운드(WAV 및 OGG 파일)를 불러옵니다: .IP \(bu 게임과 함께 배포된 \fBdata\fP 디렉터리, .IP \(bu \fB$XDG_DATA_HOME\fP (보통 ~/.local/share/bambam/data) .PP 디렉터리에서 파일을 검색할 때 bambam \fBdoes\fP는 심볼릭 링크를 따라 디렉터리를 내려갑니다. 이렇게 하면 bambam이 다른 곳에 있는 파일을 쉽게 사용할 수 있습니다. .SH 작성자 Spike Burch Marcin Owsiany bambam-1.2.1+dfsg/bambam.pl.6000066400000000000000000000065411436045143200156010ustar00rootroot00000000000000.\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH bambam 6 "10 września 2022" "wersja 1.2.1" .SH NAZWA bambam \- gra w klawiaturę i bazgranie dla małych dzieci .SH SKŁADNIA \fBbambam\fP [\fIOPCJE\fP] .SH OPIS .TP \fB\-u\fP, \fB\-\-uppercase\fP Pokazuj WIELKIE litery. .TP \fB\-d\fP, \fB\-\-deterministic\-sounds\fP Wydawaj te same dźwięki przy tych samych klawiszach. .TP \fB\-D\fP, \fB\-\-dark\fP Używaj ciemnego tła zamiast jasnego. .TP \fB\-m\fP, \fB\-\-mute\fP Nie wydawaj żadnych dźwięków. .TP \fB\-\-sound_blacklist\fP=\fIGLOB\fP Lista wzorów nazw plików dźwięków, które nigdy nie mają być odtwarzane. .TP \fB\-\-image_blacklist\fP=\fIGLOB\fP Lista wzorów nazw plików obrazów, które nigdy nie mają być wyświetlane. .TP \fB\-\-wayland\-ok\fP Nie zapobiegaj działaniu pod Wayland. Patrz \fBUWAGI\fP. .PP bambam to gra z użyciem klawiatury i myszy dla małych dzieci, napisana w języku Python. Naciskanie klawiszy liter wyświetla je w losowych miejscach i kolorach. Naciskanie innych klawiszy rysuje małe obrazki w losowych miejscach. Przeciąganie myszą z naciśniętym przyciskiem rysuje w losowo zmieniających się kolorach. Ekran jest kasowany losowo. .SH UWAGI \fBAby zakończyć grę, wpisz bezpośrednio na klawiaturze komendę wspomnianą w lewym górnym rogu okna. W Polskim locale jest to słowo: koniec.\fP .PP \fBUwaga\fP, istnieją sposoby na to by przełączyć się z bambam do innego programu: .IP \(bu bambam nie potrafi obecnie przechwytywać wszystkich naciśnięć klawiszy gdy działa w sesji Wayland. W rezultacie gdy używany jest GNOME Shell, naciśnięcie klawisza Windows (znanego też jako Super) włączy podgląd aktywności. Proszę sprawdzić to w swoim środowisku. Jako środek zapobiegawczy, od wersji 1.1.2 bambam próbuje wykryć, czy działa pod Wayland. Jeśli tak jest, wyświetla ostrzeżenie i odmawia działania. Możesz wyłączyć to zachowanie przy pomocy opcji \fB\-\-wayland\-ok\fP. .IP \(bu bambam nie blokuje przełączania terminali wirtualnych Linuksa (np. CTRL+ALT+F1). Jeśli chciałbyś to zablokować, zobacz przykładowy plik 50\-dont\-vt\-switch.conf. .IP \(bu być może istnieją jeszcze nieznane sposoby w innych środowiskach i zarządcach okien. .PP Z powyższych powodów, od wersji 1.2.0 \fBjest możliwe i zalecane uruchamianie bambam w dedykowanej sesji logowania.\fP .IP \(bu Jednym ze sposobów na to jest wybranie typu sesji BamBam w twoim menedżerze wyświetlania podczas logowania się (szukaj ikony koła zębatego). .IP \(bu Innym jest użycie komendy takiej jak \fBexec startx bambam\fP z konsoli tekstowej. .PP Aby wyłączyć lub włączyć dźwięk, wpisz w trakcie gry odpowiednio słowo: wycisz i zglosnij. .PP bambam ładuje obrazy (pliki GIF, JPEG, PNG i TIFF) oraz dźwięki (pliki WAV i OGG) z następujących katalogów: .IP \(bu katalog \fBdata\fP będący częścią gry, .IP \(bu \fB$XDG_DATA_HOME\fP (zwykle ~/.local/share/bambam/data) .PP Poszukując plików w tych katalogach, bambam \fBpodąża\fP za dowiązaniami symbolicznymi i wchodzi wgłąb katalogów. Dzięki temu można łatwo udostępnić grze pliki umieszczone gdzie indziej. .SH AUTOR Spike Burch Marcin Owsiany bambam-1.2.1+dfsg/bambam.pot000066400000000000000000000314461436045143200156260ustar00rootroot00000000000000# #-#-#-#-# bambam-py.pot (bambam 1.2.1) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-desktop.pot (bambam 1.2.1) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-session-desktop.pot (bambam 1.2.1) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "#-#-#-#-# bambam-py.pot (bambam 1.2.1) #-#-#-#-#\n" "Project-Id-Version: bambam 1.2.1\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2023-01-14 07:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "#-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2023-01-14 07:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "#-#-#-#-# bambam-desktop.pot (bambam 1.2.1) #-#-#-#-#\n" "Project-Id-Version: bambam 1.2.1\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2023-01-14 07:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "#-#-#-#-# bambam-session-desktop.pot (bambam 1.2.1) #-#-#-#-#\n" "Project-Id-Version: bambam 1.2.1\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2023-01-14 07:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "" #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 msgid "unmute" msgstr "" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "" #: bambam.py:123 #, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, python-format msgid "Skipping blacklisted item %s" msgstr "" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "" #: bambam.py:311 msgid "Error: Wayland display detected." msgstr "" #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "" #: bambam.py:314 msgid "Press any key to quit." msgstr "" #: bambam.py:328 msgid "Please read the following important information!" msgstr "" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "" #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "" #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "" #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "" #: bambam.py:382 msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "" #: bambam.py:390 msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "" #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "" #: bambam.py:415 bambam.py:422 #, python-format msgid "Using data directory %s" msgstr "" #: bambam.py:426 bambam.en.desktop:4 bambam-session.en.desktop:4 msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:428 bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:430 bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:432 bambam.6:26 msgid "List of image filename patterns to never show." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:434 bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:436 bambam.6:17 msgid "Use a dark background instead of a light one." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:438 bambam.6:20 msgid "Do not play any sounds." msgstr "" #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "" #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "" #: bambam.py:450 msgid "Warning, sound disabled." msgstr "" #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "" #: bambam.py:487 msgid "All sounds failed to load." msgstr "" #: bambam.py:493 msgid "All images failed to load." msgstr "" #. type: TH #: bambam.6:1 #, no-wrap msgid "bambam" msgstr "" #. type: TH #: bambam.6:1 #, no-wrap msgid "10 September 2022" msgstr "" #. type: TH #: bambam.6:1 #, no-wrap msgid "version 1.2.1" msgstr "" #. type: SH #: bambam.6:2 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: bambam.6:4 msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "" #. type: SH #: bambam.6:4 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "" #. type: SH #: bambam.6:7 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: TP #: bambam.6:8 #, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "" #. type: Plain text #: bambam.6:29 msgid "Do not prevent running under Wayland. See the B section." msgstr "" #. type: Plain text #: bambam.6:36 msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "" #. type: Plain text #: bambam.6:41 msgid "" "B that there are ways to switch to another application from bambam:" msgstr "" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, no-wrap msgid "\\(bu" msgstr "" #. type: Plain text #: bambam.6:51 msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" #. type: Plain text #: bambam.6:55 msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "" #. type: Plain text #: bambam.6:61 msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "" #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text console." msgstr "" #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "" #. type: Plain text #: bambam.6:72 msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "" #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "" #. type: Plain text #: bambam.6:80 msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" #. type: SH #: bambam.6:80 #, no-wrap msgid "AUTHOR" msgstr "" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" msgstr "" #: bambam.en.desktop:3 bambam-session.en.desktop:3 msgid "BamBam" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "" bambam-1.2.1+dfsg/bambam.py000077500000000000000000000515471436045143200154630ustar00rootroot00000000000000#!/usr/bin/env python3 # Copyright (C) # 2007-2008 Don Brown, # 2010 Spike Burch , # 2015-2016 Vasya Novikov # 2018 Olivier Mehani # 2018-2022 Marcin Owsiany # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . import argparse import fnmatch import gettext import math import os import pygame import random import sys from textwrap import fill from pygame.locals import Color, QUIT, KEYDOWN, MOUSEMOTION, MOUSEBUTTONDOWN, MOUSEBUTTONUP # noinspection PyPep8Naming def N_(s): return s # TRANSLATORS: command string to mute sounds. # Must not contain spaces, and should be be at least 4 characters long, # so that it is unlikely to be generated by a keyboard-mashing baby. # However it is recommended to keep it shorter than 10 characters so that # it is relatively easy to type by an adult without making mistakes. MUTE_STRING = N_('mute') # TRANSLATORS: command string to unmute sounds. # Must not contain spaces, and should be be at least 4 characters long, # so that it is unlikely to be generated by a keyboard-mashing baby. # However it is recommended to keep it shorter than 10 characters so that # it is relatively easy to type by an adult without making mistakes. UNMUTE_STRING = N_('unmute') # TRANSLATORS: command string to quit the game. # Must not contain spaces, and should be be at least 4 characters long, # so that it is unlikely to be generated by a keyboard-mashing baby. # However it is recommended to keep it shorter than 10 characters so that # it is relatively easy to type by an adult without making mistakes. QUIT_STRING = N_('quit') class BambamException(Exception): """Represents a bambam-specific exception.""" pass class ResourceLoadException(BambamException): """Represents a failure to load a resource.""" def __init__(self, resource, message): self._resource = resource self._message = message def __str__(self): return _('Failed to load file "%(file)s": %(message)s') % dict(file=self._resource, message=self._message) def init_joysticks(): pygame.joystick.init() """ Initialize all joysticks. """ joystick_count = pygame.joystick.get_count() for i in range(joystick_count): joystick = pygame.joystick.Joystick(i) joystick.init() def poll_for_any_key_press(clock): while True: clock.tick(60) for event in pygame.event.get(): if event.type in [QUIT, KEYDOWN, pygame.JOYBUTTONDOWN, MOUSEBUTTONDOWN]: return class Bambam: IMAGE_MAX_WIDTH = 700 @classmethod def get_color(cls): """ Return bright color varying over time. """ hue = pygame.time.get_ticks() / 50 % 360 color = Color('white') color.hsva = (hue, 100, 100, 100) return color @classmethod def load_image(cls, fullname): """ Load image/, handling setting of the transparency color key. """ try: image = pygame.image.load(fullname) size_x, size_y = image.get_rect().size if size_x > cls.IMAGE_MAX_WIDTH or size_y > cls.IMAGE_MAX_WIDTH: new_size_x = cls.IMAGE_MAX_WIDTH new_size_y = int(cls.IMAGE_MAX_WIDTH * (float(size_y)/size_x)) if new_size_y < 1: raise ResourceLoadException( fullname, _("image has height of 0 after resizing to fit within %(width)dx%(height)d pixels") % dict( width=cls.IMAGE_MAX_WIDTH, height=cls.IMAGE_MAX_WIDTH)) image = pygame.transform.scale(image, (new_size_x, new_size_y)) except pygame.error as message: raise ResourceLoadException(fullname, message) return image.convert() @classmethod def load_sound(cls, name): """ Load sound file in "data/". """ class NoneSound: def play(self): pass if not pygame.mixer or not pygame.mixer.get_init(): return NoneSound() try: return pygame.mixer.Sound(name) except pygame.error as message: raise ResourceLoadException(name, message) @classmethod def load_items(cls, lst, blacklist, load_function, failure_message): """ Runs load_function on elements of lst unless they are blacklisted. """ result = [] errors_encountered = False for name in lst: if any(fnmatch.fnmatch(name, p) for p in blacklist): # TRANSLATORS: "item" can refer to an image or sound file path print(_("Skipping blacklisted item %s") % name) else: try: result.append(load_function(name)) except ResourceLoadException as e: print(e) errors_encountered = True if not result and errors_encountered: raise BambamException(failure_message) return result def __init__(self): self.colors = ((0, 0, 255), (255, 0, 0), (255, 255, 0), (255, 0, 128), (0, 0, 128), (0, 255, 0), (255, 128, 0), (255, 0, 255), (0, 255, 255) ) self.data_dirs = [] self.args = None self.images = None self.sounds = None self.background = None self.screen = None self.display_height = None self.display_width = None self.sequence = "" self.sound_muted = None def draw_dot(self): """ draw filled circle at mouse position. """ r = 30 mouse_x, mouse_y = pygame.mouse.get_pos() dot = pygame.Surface((2 * r, 2 * r)) pygame.draw.circle(dot, self.get_color(), (r, r), r, 0) dot.set_colorkey(0, pygame.RLEACCEL) self.screen.blit(dot, (mouse_x - r, mouse_y - r)) def process_keypress(self, event): """ Processes events from keyboard or joystick. """ # check for command words if event.type == KEYDOWN and event.unicode.isalpha(): self.sequence += event.unicode if self.sequence.find(_(QUIT_STRING)) > -1: sys.exit(0) elif self.sequence.find(_(UNMUTE_STRING)) > -1: self.sound_muted = False # pygame.mixer.unpause() self.sequence = '' elif self.sequence.find(_(MUTE_STRING)) > -1: self.sound_muted = True pygame.mixer.fadeout(1000) self.sequence = '' # Clear the screen 10% of the time if random.randint(0, 10) == 1: self.screen.blit(self.background, (0, 0)) pygame.display.flip() # play random sound if not self.sound_muted: if event.type == KEYDOWN and self.args.deterministic_sounds: self.sounds[event.key % len(self.sounds)].play() else: self.sounds[random.randint( 0, len(self.sounds) - 1)].play() # show self.images if event.type == pygame.KEYDOWN and (event.unicode.isalpha() or event.unicode.isdigit()): self.print_letter(event.unicode) else: self.print_image() pygame.display.flip() def print_image(self): """ Prints an image at a random location. """ img = self.images[random.randint(0, len(self.images) - 1)] w = random.randint(0, self.display_width - img.get_width()) h = random.randint(0, self.display_height - img.get_height()) self.screen.blit(img, (w, h)) def print_letter(self, char): """ Prints a letter at a random location. """ font = pygame.font.Font(None, 256) if self.args.uppercase: char = char.upper() text = font.render( char, 1, self.colors[random.randint(0, len(self.colors) - 1)]) text_pos = text.get_rect() center = (text_pos.width // 2, text_pos.height // 2) w = random.randint(0 + center[0], self.display_width - center[0]) h = random.randint(0 + center[1], self.display_height - center[1]) text_pos.centerx = w text_pos.centery = h self.screen.blit(text, text_pos) def glob_dir(self, path, extensions): files = [] for file_name in os.listdir(path): path_name = os.path.join(path, file_name) if os.path.isdir(path_name): files.extend(self.glob_dir(path_name, extensions)) else: for ext in extensions: if path_name.lower().endswith(ext): files.append(path_name) break return files def glob_data(self, extensions): """ Search for files ending with any of the provided extensions. Eg: extensions = ['.abc'] will be similar to `ls *.abc` in the configured data dirs. Matching will be case-insensitive. """ extensions = [x.lower() for x in extensions] file_list = [] for data_dir in self.data_dirs: file_list.extend(self.glob_dir(data_dir, extensions)) return file_list def _prepare_background(self): # noinspection PyArgumentList self.background = pygame.Surface(self.screen.get_size()).convert() self.background_color = (0, 0, 0) if self.args.dark else (250, 250, 250) self.background.fill(self.background_color) caption_font = pygame.font.SysFont(None, 20) caption_label = caption_font.render( # TRANSLATORS: the string is space-separated list of all command strings. _("Commands: %s") % " ".join(_(s) for s in [QUIT_STRING, MUTE_STRING, UNMUTE_STRING]), True, (210, 210, 210), self.background_color) caption_rect = caption_label.get_rect() caption_rect.x = 15 caption_rect.y = 10 self.background.blit(caption_label, caption_rect) def _prepare_wayland_warning(self): font_size = 80 caption_font = pygame.font.SysFont(None, font_size) for i, msg in enumerate([ _("Error: Wayland display detected."), _("Cannot lock the keyboard safely."), "", _("Press any key to quit.")]): caption_label = caption_font.render( msg, True, (250, 0, 0), self.background_color) caption_rect = caption_label.get_rect() caption_rect.x = 150 caption_rect.y = 100 + (i * font_size) self.screen.blit(caption_label, caption_rect) pygame.display.flip() def _prepare_welcome_message(self, dedicated_session): header_font = pygame.font.SysFont(None, 56) header_text = _("Please read the following important information!") header_label = header_font.render(header_text, True, pygame.Color('blue'), self.background_color) header_rect = header_label.get_rect() header_rect.x = 150 header_rect.y = 100 self.screen.blit(header_label, header_rect) header_padding = 20 text_font_size = 36 # Draw an arrow starting next to second/third line of text (the text that speaks about the commands)... arrow_start = (header_rect.x, int(header_rect.y + header_rect.height + header_padding + text_font_size * 1.5)) # ... and ending below the list of commands. arrow_end = (30, 30) arrow_rect = pygame.Rect(arrow_end, (arrow_start[0] - arrow_end[0], arrow_start[1] - arrow_end[1])) # The arc is a quarter of an elipse, so the elipse bounds are four times the size of the arrow arc bounds. above_arrow_rect = pygame.Rect(arrow_rect) above_arrow_rect.bottomleft = arrow_rect.topleft east_of_arrow_rect = pygame.Rect(arrow_rect) east_of_arrow_rect.bottomleft = arrow_rect.bottomright elipse_bounds = pygame.Rect(above_arrow_rect.topleft, (arrow_rect.width*2, arrow_rect.height*2)) arrow_color = pygame.Color('red') arrow_width = 8 pygame.draw.arc(self.screen, arrow_color, elipse_bounds, math.pi, 3*math.pi/2, arrow_width) # Account for the width of the arrow arc. arrow_head_start = (arrow_end[0] + int(arrow_width / 2)-1, arrow_end[1]) arrow_head_end1 = (arrow_head_start[0] - 20, arrow_head_start[1] + 40) arrow_head_end2 = (arrow_head_start[0] + 20, arrow_head_start[1] + 40) pygame.draw.line(self.screen, arrow_color, arrow_head_start, arrow_head_end1, arrow_width) pygame.draw.line(self.screen, arrow_color, arrow_head_start, arrow_head_end2, arrow_width) text_font = pygame.font.SysFont(None, text_font_size) texts = [] # TRANSLATORS: the substituted word will be the translated command for quitting the game. texts.append(_("To quit the game after it starts, directly type the word %s on the keyboard.") % _(QUIT_STRING)) # TRANSLATORS: "this" means the word quit from the preceding message, in this context. texts.append(_("This, and other available commands are mentioned in the upper left-hand corner of the window.")) texts.append("") texts.append(_( "The game tries to grab the keyboard and mouse pointer focus, " "to keep your child from causing damage to your files.")) if dedicated_session: texts.append(_( "The game is now running in a dedicated login session, which provides some additional safety. " "However it may still be possible for the child to accidentally quit the game, " "or swich to a different virtual terminal (for example using CTRL+ALT+Fx).")) texts.append("") texts.append(_( "Make sure other user sessions (if any) are locked with a password, " "if leaving your child unattended with the game.")) else: texts.append(_( "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. " "The exact mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key combinations (CTRL+ALT+Fx) or " "hot corners when using the mouse.")) texts.append("") texts.append(_("We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game.")) texts.append(_( "Please consider using a dedicated BamBam session instead " "(look for a gear icon when logging in), which is safer.")) texts.append("") texts.append("") texts.append(_("Press any key or mouse button to start the game now.")) prev_rect = header_rect prev_rect.y += header_padding for paragraph in texts: for line in fill(paragraph, 70).split("\n"): text_label = text_font.render(line, True, pygame.Color('lightblue'), self.background_color) text_rect = text_label.get_rect() text_rect.x = 150 text_rect.y = prev_rect.y + prev_rect.height self.screen.blit(text_label, text_rect) prev_rect = text_rect pygame.display.flip() def run(self): """ Main application entry point. """ program_base = os.path.dirname(os.path.realpath(sys.argv[0])) dist_data_dir = os.path.join(program_base, 'data') if os.path.isdir(dist_data_dir): print(_('Using data directory %s') % dist_data_dir) self.data_dirs.append(dist_data_dir) installed_data_dir = os.path.join(os.path.dirname(program_base), 'share') xdg_data_home = os.getenv('XDG_DATA_HOME', os.path.expanduser('~/.local/share')) for bambam_base_dir in [installed_data_dir, xdg_data_home]: extra_data_dir = os.path.join(bambam_base_dir, 'bambam', 'data') if os.path.isdir(extra_data_dir): print(_('Using data directory %s') % extra_data_dir) self.data_dirs.append(extra_data_dir) parser = argparse.ArgumentParser( description=_('Keyboard mashing and doodling game for babies and toddlers.')) parser.add_argument('-u', '--uppercase', action='store_true', help=_('Show UPPER-CASE letters.')) parser.add_argument('--sound_blacklist', action='append', default=[], help=_('List of sound filename patterns to never play.')) parser.add_argument('--image_blacklist', action='append', default=[], help=_('List of image filename patterns to never show.')) parser.add_argument('-d', '--deterministic-sounds', action='store_true', help=_('Produce same sounds on same key presses.')) parser.add_argument('-D', '--dark', action='store_true', help=_('Use a dark background instead of a light one.')) parser.add_argument('-m', '--mute', action='store_true', help=_('Do not play any sounds.')) parser.add_argument('--wayland-ok', action='store_true', help=_('Do not prevent running under Wayland.')) parser.add_argument('--in-dedicated-session', action='store_true', help=argparse.SUPPRESS) self.args = parser.parse_args() pygame.init() if not pygame.font: print(_('Warning, fonts disabled.')) if not pygame.mixer or not pygame.mixer.get_init(): print(_('Warning, sound disabled.')) pygame.display.set_mode((0, 0), pygame.FULLSCREEN) # determine display resolution display_info = pygame.display.Info() self.display_width = display_info.current_w self.display_height = display_info.current_h # TRANSLATORS: Main game window name. pygame.display.set_caption(_('Bam Bam')) self.screen = pygame.display.get_surface() self._prepare_background() clock = pygame.time.Clock() self.screen.blit(self.background, (0, 0)) pygame.display.flip() if self.args.in_dedicated_session: self._prepare_welcome_message(dedicated_session=True) elif not self.args.wayland_ok and (os.getenv('WAYLAND_DISPLAY') or os.getenv('XDG_SESSION_TYPE') == 'wayland'): self._prepare_wayland_warning() poll_for_any_key_press(clock) sys.exit(1) else: self._prepare_welcome_message(dedicated_session=False) poll_for_any_key_press(clock) self.screen.blit(self.background, (0, 0)) pygame.display.flip() self.sound_muted = self.args.mute self.sounds = self.load_items( self.glob_data(['.wav', '.ogg']), self.args.sound_blacklist, self.load_sound, _("All sounds failed to load.")) self.images = self.load_items( self.glob_data(['.gif', '.jpg', '.jpeg', '.png', '.tif', '.tiff']), self.args.image_blacklist, self.load_image, _("All images failed to load.")) init_joysticks() mouse_pressed = False while True: clock.tick(60) for event in pygame.event.get(): if event.type == QUIT: sys.exit(0) elif event.type == KEYDOWN or event.type == pygame.JOYBUTTONDOWN: self.process_keypress(event) # mouse motion elif event.type == MOUSEMOTION: if mouse_pressed: self.draw_dot() pygame.display.flip() # mouse button down elif event.type == MOUSEBUTTONDOWN: self.draw_dot() mouse_pressed = True pygame.display.flip() # mouse button up elif event.type == MOUSEBUTTONUP: mouse_pressed = False def main(): gettext.install('bambam') try: bambam = Bambam() bambam.run() except BambamException as e: print(e) sys.exit(1) if __name__ == '__main__': main() bambam-1.2.1+dfsg/data/000077500000000000000000000000001436045143200145645ustar00rootroot00000000000000bambam-1.2.1+dfsg/data/alien1.gif000066400000000000000000000073621436045143200164340ustar00rootroot00000000000000GIF89aPG ,&$+(-10,-*1R m r&Q'r'J./N(4q Rlq%~?8A;G.By9AU/FrL_7M.5rq'n6.GGG4LK5kPGTM3dIrK5~kpk&NKPNQmYdqnQOjXhogXqop /)49.DAn/L4M6l9d?UHWISOhRjeZlrcv (/ @]I0R-N4a /EW+Q;{+ePqJzLztuizGs/: ORLunnw3: 4433)=q/O3Em5P6DHT0vb3LP,f5VN^jfTuoVMZglUvj=- ,?8I7T0LNT2k o0~KOKW[beOpPmu|~{nr.0<0-)(7OKytNLuQnwʐό-Ϙ-џ3Щ3/ϔRЎkҪKԿLʫpʲp]xQy3 4PsO4=$d\~Ȍ2@3)L(:P5#5y4A>9p1GI0FARe34"iCcN"bҠ:I둅 Gv4=i:L!"R9܃7 5 7$V ` x,8ڰ jC,Ā0(2CŽC4"J 75SO=h$5@ 6B"$r~, 9x 5TZ 좊c҆fÈ"/sKֳҒdC Z3R#KR 43 )9ϸ@0 -9dȓ&5<܌7'kCM5 4+40QJ+@5P3^4'r Fgs,s"܀C!8L7H܀ 0IJ0X@-sJ) 4c8_>J0 a]3-9=v29 v}G|"E #K-NX@ӈ7; ӈ9A ,7E m8*RbEbpF0fIO:A1u4Tf| p (V*ϩf@Zt/@EӀa HdθP4!#B4{$ntIDn&H &F3f 6@3ȁ Yp]9 \E)N`$]YҰ4iGũ%nި7fdF" l0 7c X .p?ր#*Fq T*YРG Uv mh W B0H ` 0XX"ar[d,ii +^1   ƀ%-/Z `4q0r` ,f<(X8 P ֲBJ F@10 L%* 2`C栈8 qƒʄ lu+VpCP@6*4 Ά3j 3p/ 4$T8@Dq|G)관0%s"pJTPa0h ppYGQB , , xd8chP\68 ?8a)?R'x rxZVVPBrDd40Dž :E9`@Y%Q 8 aw),,X ֑2ZHI 6 a'y ,Y5 @d(pȾB@5rE"0Bxj Т)8_H!nHƁ lk|:ρ6ЅTa MCx$E4BFBp+?@y --:NZn{\C p.?`fЈ=X Ձˍ<,`>A!,Ī{ʞHFxƔ9LXm@=HO*[Y|`,b H@HVm7h $ uh!ddw 0]gco ( 2P^l d `p ! &^;{p3|> Du#@ pXH 'x( ._V@I_6c<@[mHK:|A@@LG=0y0P ofP pŰ ؖ?``l@ "mG^@3pgG`H16mguZIP|K& uXK@hI`F">KFrfZaAXVW!Z&vK =iZUMY!%mla&lc"&bt+ qo') ٔqaQiȗ`_i`TIU˜vY#ifsљ"&shI>1%?9#ٛ;bambam-1.2.1+dfsg/data/bear.gif000066400000000000000000000334431436045143200161730ustar00rootroot00000000000000GIF89a"2&6)7 (8%'=!)9,5+:%)5 +5+(6#*;));$+<%,2'+7#-8/8.=4)4%-=,,?.,:$/:#056+11,6*.:"0@-.5'/?%0; 2<)065,;..A2-A1.<'1<)0A,0<$3C(3>*2C30>#5>@-:.2>01CH+<=.A(5;-4:90@03@23;*5@52@72;71E-4EC/8<1<+6A63A34F15B@28/6G=4976985C18?56I77?;5I/9E;6@>5E48E@5@:7FJ3BD5G2:KF5BB6L7;H?9M@:DB9IE9D;KF:PS7MU7HJ:LP9HL;HA>MC=RD>HF=MH=HQ?=L@LFAWGBLJBGJAQT?HV>MOAHO@RFCRR@MLDDOCO]@D[@KZBA[BRSFBNFWWDRYDM[DHRFQTFMTEWMHRWFIPHMZDX]G[_GVYKQWKW\JW_JSZK]gILeITUM]WNSbLPeLLeL\aN\cNW[P\_PVdQNeRahR[[V[jQacT[mQ\_VgbVbnTSfVXsTYmVZlW`jWfoVfhY`rVaq[dvZen\ju[kn_fz\ar_^v^az^is`nu`imcpc]uembnbiwds|dh{enckeufgihhshn}jxjsrmjnlxosxsnonuqzprowrqsmr~txx|w}wxzy{{yz|~áĪ!Created with GIMP! , H*\ȰÇ#JH!2O|eHɓ(#[Q:v?O̔8sY[@ѝ'N۸ƅCLxJJu9s|-WmڨiV3f̨-ٔzQʝUʩ#G۷ضmY2hΠmj¥KrD\rFNo~6MiR :pGZM{`2˙lҰa,iS'V,W.cՎ.m¿yҘWV,uͺ5teDZcg/8_}M#XiWLqM^1.N(-!tN(bE@}W%|< 0Wˌ48+C#/5րcЃΈLBTN8 i˕we,%)l)8",,ihQLgE4iBt6u00ބ\iJb%lY /tk5bJk\uisPܟΉbJ,hCL2%)RK}K+R.Lhi8jékcuM1Ȓ3" +t"J-p _"̊cW-)#h2hCԱ砳-,i 1m'" -H$H‰(J++Ǣ n#^qÙgM]B~%wܑF{Pb%ԱFV 1-`*w&t s2$T}JoCXi^3OSM6*dҲ-[H4'rsnt=Gt+"J&8Kw$HBA!8^ԝbt2aO_3v:n=c7ìJ&jQj$b)ԑnwC( (d* 'LMH!?w>vLR窆ήq ;Ï?6XrwP-A SЂЀ% Z,O!ڪ-6靯r 0BphP@HL+$׉M4C3N︇q?}`3 NB p#` iȃP.ԠY/h]$/DѹI"%< z8!@{)C1YL:T#$:1 Ew( 68`<= J8F2 $FШEb# ؅bvA tζ8qC"(w=6]3Øt3G?YJQ%( -@! YP nXc # %1]q%a<:4oܛDfrr{1])ИO2Sθc$7BtAe /֠(t{` Yh>% c( VWH,tV5{hEAr먢p $+tG8m8cXŢ@*N+! ౏A< ȅ,^Br0: ]U-dA[ 06Ĥڊnru)u9l2Cz~$Z(qDbSb a°,U-c; Ȕ(WU[Ec"3 Q *wjfA9AbhOx 0,5G , tʂZu B/=C=C )]ENA}MI* m-3|@P" krbqaH'KQ Vps+M"@R"sU+\ ߹@ a ;Zބ#JAw+w#Fjאdfơ (8 jN̓.)xiT, fiR|bjJp;XWPM^DKfnf:!ȪZ֊ͨ4{wʌSW cBn\_XSz' )ğ, A0FāSE >r @t#Q:L!k|X^qKH= ӕa+gU¸NvBA5<}TNB{!RQ,h cXr: ]n3TХ<|ܟ (EWSnF[^]37rĬ{/u`rS6c* ] XD!JF LA #'ta H2!wLbۃhJF rl`w3G8C-\ \^_Q."B '/D10 d PjX7<:0bЀ@@` }r$LQ@]@|u|k|7M877@y9 ).@(cD9&# *D1*E c P  C p P ~ ( qf\eLuO'V'G~h7Vȍg%c ܐ`b- 'yx$GdG80gD 𕻰 Ա R j0 `P C`Ȁ DpS {   @@xrYU$rH`(prkVt$_dǤ@BU@4HGPd0GhĉB/JxPaF;vHtRo(ļ ĉ,JZ۷$:HBLyKKl.k0FHƌAiVz-Ƙ1OBdF͛6Y@\ u,`w<:iz cċ 3-؃O,3ͺp> F@=v D5f"r6r ԺC.^P'8: aJWH$Z^B&yb#+46z.K/ PA^r#5{c (S -"$>̬=8b3X`4 (Po*`B$`(!'(6bXC5@^"`D9[deI|1 1^\JIZ(CJ*ҭ r007 L>x)-hc,h8$&nPkL Bѷ*h4DR>x"M%cPj"C R8C|\NNY&1JIY ǜa)3,e˼tOP+&t(p̓CdW袋x5|+d= 4д=>!PS(c=s D8F$Od5!DjՎ/,D`fؚo.75,+hYh.riE %#JT`EԮgի@m=wl n/dZŠ2@8-԰CB#)<#1@@$ĒBx% ar ?=sl{~V0R ;R`(K! Bzr\%Ey&/+0өầVaL %2aa ]+I3><;f2m > B6GQ9)F֔KcNuZ!̪ ö1A%BV҃=P2q5p ?% j+Ө̯4{9,@G \bx%8NhVȅ0t15@6iqA7[?39hY6ASH_uJ,:BZ@%dB x@)G!*H;8>h0\`^o4%) 4bkc/=RQhH*?Lŋ26+#,;sJȞ>gJflF)H3Aedp\ rhvPĐ^ 8EqKř" 2X6X oEE;%,'*eCFc*g=xM؄PVPig`nlOP$^3fB\P5 hyEAV;t:OGaTH̚XpFhF *VXU8cm bop,Ok<1[I2lXDyùÞq=K{;$Dѓ!JglF 7/o(ga@d 9GlR.ha7zCxGԽ#{cb"&%qɲ$Lڀb,܉tFԀ (<Md8irbd% _(BG1MZ}c1c$! ߛ= C-9K+@bGA$d@:;=.Gψ3@x2 ;(Nh'!pXyxu(&`+{+P|Җk 80j( +35=ՓӒD@j-Ct_DRP x7pl2P-*PT8S8fhhf ryPdTb,)Q˿n 5UY7+.!pVK'xx"0xEi;=C9)؃8X,KX؅}&trjq0!CVV=@ 2\T N1kM&j)^@"U.`nQt(:H6AE@e6t̺|8uҳuFM2HPԐՌ_2Uڴ*۾m35 35FPCx91:1((ͯ]U*GjÍ=5Le2̞]ݵ(F1>(>1`! E0:17˰r <*Pս$ݣL ,A>l,0+_ց0>0 ݳXIƒ;BS ,Lg4 ͝tOhAݒ_5`V8YB9}a A:a0>ۛc*%@,H&S#p/ )%.R. 88{n+tOϤb;a(>^R CFVH@+ KKF|93:O86DTvh8]5U[" 3xT>)K%^ayEP0F&7( ff(ٻf%RhS'xr(yٷ³gC ^0. -9݁.ܯP(.볦i jr6F7C%V-:7!0Ξ1yV0%@a{U[Jegklh Ńس9 ,!s[^8 h`[h6=S5ʲؙV6W B{67ت(OTTN䓐p=aUcYN疃%Hne=R&(Wڹ<𭢏p23pf4e{ q5ZoDT]V~RـA~G$~q)!|f ~2JC $شU rni%rzN¬5$)"(N(Q`P/?[0Lsl-x$5׎ z9Q;/0k#Pl Z+Ё?&=+r56Eza <x.fTD+Ɓm90H4oST_QʂV$S \RszQr van LYFɊyĝ~V?M]<`#1ow( &Pn{wj_^0 @Cv cX5WJ*xSyQb5l{wetO6= _;! gyyЀ*f}2$}Q.wv˞|R{c=ˀZHzE0za@f|<{l(RX<&$cvX#h#XM Dت60b2x,ȟxGp%?=Ѩ_2VV_}\VG=cn?hK6Pg1y@"Шx~ E~-ZȒ„ 2l萡#7hH G4sBP@H"WBQ; q'n4Px$RNTTF@?(J+8h[|GrB>FlH@ ;t "uBR*Dds0, %idB.Lie >U!!PJ7pJMYpj !X$jH =zs V!^C(XtahgwoÕNN\x!U4uD) mya /B@ 6Tp~ Sbb%  =AKIHF*d G!Ba%*|X%^QG3jU(E41~,@GE$/9T/:NK[- YB"ؾ.GCD 9:`5/eAh pN9؅.{ tU& ij58 n!/.(x|2Sk`!T04(ApN O֠哟 0  Bg*V@80&BV>Ϗt&iB7((Z"Bg2T^a T "K +?ƌ>jT<Vjh@FP1M#Mx*TI6~^M=\ j*^ rrTFECDuzv W$ ؒ S6D O0: 1ԂA8m&έ`S=RӪVJ$x[PP-nrd,Ȃ)rvO-h;!݂@-`1HRK2`Eo$Ի^qf$ `$->moM! GR"8&,0S'jh 0l`wAnI&NJ "_ V@BY>t`'PD sGܝ6>={-A o(sA'5k$ AP0 Fd`;X(qug>|.hA P` " 7 ;ذ7\N0O7 5Rfl[ª ڄ L ZXI  v dvGÆR@gAM:҇&TaMn-` ;u ?w#{Y` o00Mc`?XEHW#P9XD)U-H C&d="i[#M 0`REi !` ]i Z" 2F@;bambam-1.2.1+dfsg/data/boom.wav000066400000000000000000000304221436045143200162400ustar00rootroot00000000000000RIFF 1WAVEfmt ++fact0data0¾}vngaZWUMKFB>:9833333338:ABFGKKMUX_jt~xvqaUj}xxxºƿ~vnjaZWQMFA>83/.(&#  #&&()./2389:>>>:2((:MZjq}º~tqnnljgea``_ZXXa`K:AN`_UMKGA>KXgq}~}vnja_XUNKFBA>::>>AAABGKNW_nten}¿~xvqnjjgeaaa`_U:BZq~~xvqnjga_ZUUUUUQMF>3(  (3>GQZalv~¿ƾ~}>&3B/&(((((&&&##   (&3FXjv}vqjejxeMA)3KA8/.(/BU_gqx}xtvtqqqqt}~v}Ɗ}U&3Ma`>&:`lNXXB)(2. /8 9XF/:.8A_FGWZG88FU_jxxjU)&FUgaaB9Wn²”ѳȳdzݡ”¹׿ҾѳΩ}anljx¹ºjW`_gvvgeeK3KKB.)/:>)(Kjvtqv`Xn`ZNAKlnqnQQQ//9QWWA :K9):99/# )8FB>9FZ_KKanlegK:a}ƨ~taeja`_Za```a~e`jxtW83G`eWa}~tZAUZZXUXUNAWx~XG`qƯnZNMB8)   &Zjagnlx}ǫqaa_qxqZ. &KUNN>.2꺃DzƾΡȹnxv}}vlqqjjxxXNKU_ZWM92:AUajqte9 #&3BGBABWUBQj}jajjlgWNQG:2))(&&&& &(&&&().2:>A9339:>Mjlaqκ}gqeUeq¾ƺ¯~x}xjUN`ZUA33>B3:B39NWnxڲȹxjgt~xt~xnqjgxvj_KFXjaenn~~xqljnvnjjgjaUZZWQUaUUZXjqqXQennq~jqveQQMFGF>:8/  (()3 :A# .8AA9FGG`xxlqvjnnj~~nqͳ}v}v_MZjg`aljnqnvxtlZKMQF. #)2/3K_elxteagqxƿǯv~~}vƹnXXglxxvqtοǾƾ~Ҿl``q}xZ8# &8N`ajtººȺ}vtnaglaWK98A>323FUQX`Q>>F:) 2BGMKKXe`UNQUZajnjZW_`ZXXUKKG3 &BZjvtlaXUKFUeeZQKNXaxºƾ¾¿ºµqjge_UUWNFBMU_x}x~tjaZMGKWejgWFFKKF:23FUXUMKKNUQK>) (. #A_ntqnjXKFMajZFFWZZZXZaZMFGUWQF::>3&)8GXjxǹ}ne_UMB3.&   3MQFABKUWW_ejeajqlaal«ؾxjZQG8.(&.883/(  .AKKGFBN_aen`B3:MU_l~qj`ZXKFB:.((((&(../39:BNUQNNNX`jnq}ȵxaajv}x~~xx}~x}vx~qaaaae`XUQKKXaeejjlg`WMKNWj~²}llZZjxҺ¿}jaentqv~~gXWXM:39BGKGAFGGKUX_`ZXagZMA98>KNNQXWF9>GWajgjv}x~}ngglnnntx~tnqqnnllt}xqnqtv~}ttqjgjljgea`a``_ZZWQMKKGBAA>BBFB:2//(##  (.2228>GNQQWWNMNW__`aejq~tga`XUWXWUQQNKKKGGKKFBGMMMUZXX_``aaajnnlnqqqqv}~~~xv¾µȿ³q`UQUZ`_Z`gt~xnjgjnnnqv}}xxqa`eaXM:&   #  &)(###&.23/(&&)2>B:::>:.&2>B>BXeaejjjg`Zevº¾¿¹}qlgjqqngjjjelx~~xqnlq~~}xxxx}~vqxxj`WUUUUMGKUQKGGKKKKKB:33.)./333//2.&&/2...&#).)).238:::99:BFKNW_agjjejqv}ǿͺ¾}}xxxvttqnlntx¾qjlljgeaXNUZ_ZUKABBBAABABKKFFFA:/  #&(./..8BFBAA93:ABKGFGKMKKQWXUUQUZ_aaejntx}~}~ƺ¾~~tqqtv}~~~}}}}}~~~xng``ajqvvxxtnjea`___ZXXWWWQQQNNUWWWWX__XUNKKKG>999998999:AMUWZ____``aajntx}}xvx}}}}~~~xxxxvqleejlnqv}~xx~~}vvvvx}}x}}~}vvx}}}}~~xvtqnnnqqlgeegaaaaeggjnqqqtx}¹xxvtnjje`ZWUNKFBBBBB>83222222/)(...((((&().)&      #(/338:>BFGKMNNNQUWXZZZZ_aaaegjjjjjgggggjjjjjnqqqnnqx}~¿¿¿~xvtqlga_ZXUNKFBB>:988833333333338833:>BFGKMUWXWWX`aeegjljlnqtvxxvx}}xxxxxtqqqnjjgeggeaa_ZZXWWXXXXWWWWXZ_`_ZWUUXZXUNKGGKGGBBBBBBBBBBBBFKNUWXZZ`ejjlqqtx~ƿxqjjjjje`ZZZWUUNF:3......)()../239:AA>:9::93..)(((&# ##&()...)./33389::BGMUZa`XQNQQUWZ_``ZXZajllgaaglqnlqqtvxxxvxx~~xtqljlljga```_XWWWZZZXXZZZZXXXXXZ`agggjjnvx}}}}xxxx~~~}~}vqqnqqqqqqnjeaaaaaeeaeaaaaZZXWUUXZZZZZXXWWZ_`aa_ZXUUWZ__ZWUUUUXZZXXXWUUMKMMMMMMMKKKKKKKKKKGFFFFFFFFGKKGKKKMNQUUWZ_`agjntxx}~}}xtnljjlljgjjjgggjjjjjjjljjjllnnnqqqtttqnllnqttttvxx~º~~xvqljgge`WNKGBA:8332////28::::>>>:::>BFGGGKMMKKMNNKFBFMUWXXZaagjlnqqnjjjljjea__`agjjlnqxx}xtqqv}~~}xxxtqqnllnqqvxx~~~~~~~~}xvx~~~~}~~~}xtlgggjllnljeea`_ZWUQQQUWZ_`aaeeggggea`aegjlllllnnqqtttvx}~~}vvvx~}xtqljjlllgeaaaa_XWXZ_``_ZZZXWQMKGFBAAAA:989AFMNQQUUXZ`egge`___ejnqqqqqqtx}ƾxqjeaaaaege`ZXWUNMMMKF>9389999:AFGKKKKMUZ_aagnvx}xtqlnqlgeaaaaaagjlnqvxvtqqtvxx}xxxvtqjjjjgeaa`ZWUUUUUUQQNNNUWWXXXXZZZZZ___ZZZ_ZZZZ_aejgeaaaegjlqtx}~~~}xtqqx}~~~~~}}~~}}}xvxx~~~~~~xvxxxxvtvx~xvx}~}}}}xxxvvttttttqqqnnnqqqnnntx~~~}xqnjg`ZWUUQQQQUUUNKGFFGGGGGGGFB>>AFKKFA:3/22//../2//..///239:>ABFFFFGKQX`eeggjllnnqtx}~¿~}vqjaZWUQNMGB:999832//2222/.........///////2338:>BFGKMNUZajjllnqvx}~}}}~}}}~~~}}~~~~~~~~~}xxxxxxxxtqjgaaagjnqqttqnnqqqqqqnnllllljjjjjjjjjgggjlnnnnnnqqqqtttqqttvx}~}xx}~}xxx}}}xvvxxxxxtqtvvttttvxxxxxxxvtvvvvvvttvxxxxvttv}~}xxxxxvvvvvxx}}xxtqqqqqnllnnqtvvxx}~~xtnjjjjlljjjjjjnqqqqqqqvx}~~~~~~}}}~~~}vtqnnqttqqnnnlljgeeaaaa``ZXWUWWWWWWXXWWXWWWWWWXZZ__Z_Z___`````aaa```aaaaegggeeeglqv}~~}}x}}~~}}xxxxxvqnnlljjgea```````__ZZZXXXZZ__ZZZZZZ___`___````aaeejlntttttqqqqtvxxx}~~xvqqqnnnnlljgeeaaaaZXWWXZZZZXWWUUQNNNQUUUQQQQQNNNMMNQUUUUUUUUUUWXXZZ_``aaaegjnnnllllnqqtvx}~~~}xvvxx~~~}}}~~~~~~~~~~}xvtqqqqnljjjjjjjjjgeeaa`__````_ZZZZZZZXZZZZZZZZ__```aaaaegjjjllllnqqqtttttqttxx~~}}xxxxxxx}}}}}}}}}}}}}xvvvvvvvttqqqqqnnllllllnlllllnnnqnnlllljjgeeeeeeeeeeeeeeeeeeggggjjjljjllllljjjjlllnqqttvvvvx}}}}}}}xxxxx}}}}}xxxxxxx}}~~~}}x}}}}}}xvvvtvvvttqqqnnnlllnnllljjjjjjjjjgggjjllnnnqqvvvvvvvvvvvvvvxxxxvvvvxxx}~~~}}xxxvvvvvtqnljjggeggjjjjjgaa_ZZXXXXXXXWWWWUUQQQQQQNMMMMMMMNNNQQQUUUUUUUUUQQUUWWUUUUWXZZZZZ_`aaaaaaaaegjlnqqqqqtttvxx}~~}xvtqnlllllllnqqqqnljjjjjjjjjjjjlnnqqqqqqtttttvxx}~~~~~~~~}xxxxxxxtqqqnnqqqnljjjjjjjjjjjllnnnnnnnnnnnnnnnnnqqqqqtttttqqqqqqnnqqqttvvvvvxxxxxxxxxx}}}~~~~}}}}}}}}}~~~~~~~~~~~~~~~~~~~~}}}xxvvvvvvvttvvvxvtttqqnqnnnnnnnnnnnnnlljjjljljjjjjjjjjjjjlllllljjjjjjjjjjjlllnnnqqqnnqqqqtttvvvxxx}}}}}~~~~~~~~~~}~~~~~~~~~~~~~}}xxxvvtttqqqqqqqqqqqnnllllljjjgeeeeeeeaaaaaaaaaaaaaaa``__ZZZZZZZZZ__```aaaaaaaaaaaaeeaaeeeeeeeeeegggggggggggggjjjjjjjjjjjlnqqqqqqqttvxxxxxx}}}~~~~}xxxvvvvvvttqqqnnljjgeeaaaaaa``_______ZZZXWWWWWWWWUUUUUUUUUUUUUUUUUWWXXXXXZZZ_______``aaeggjjjllnnnnnqqqttvxxxxxxxxxxxxxx}}~~~}}xxxxxxxxvvvvvttqqqnnnllljjjggeeeeeeeaaaaaaaaaeeggggggeeeegjjlllllllllnnnnqqttvvxxxx}~~~~~~}}}}}}}xxx}x}}}}xxxxxxxxxx}}x}}}}}}~}}}}}}}}}~~~~~~~~~~~~~~~}}}}xxxxxvtqqqqqqqqqqqqqqqqqqnnnnllllllllljjggeeeeeeeeeaaaaaaaaaaaaaaeeeeeeeeeggggjjjjjllllllnnnqqqtvvxxxxxx}~~~~~~~}}xxxxxxvvvttqqqqqqqnnllllllllllllnnnnnnnqqqqqqqqqqqnnllllllllljjjlllljjjjlllllllnqqqqtqqtttvxxxx}}~~~~~~~}}}xxxxxxxvvvxxxxxxxxvttttttqqqqqqqqnnnnnnnnnnnnnnnlllllllllllllnnnqqqqqqqtttvvxxxxxxx}}}~~~~}xxvtqqqqnnljjjggeeaaaa`````___________```````aaaaaaaeeegggjjjjllnnqqqqqtttvvvxxxx}}}}~~~~~~~~}}xxvvtttttttqqqnnnnnnnlllllllllllljjjgjggggggegggggjjllllllllllnnnqnnnqqqqqttttttvvvvvxxx}}}xxxxxxxxxx}}}}}}}}}~~~~~~~~~~~~~}}}}}}~~~~}}}~LISTBINFOICRD 1995-09-25IENGMichael BrossISFT Sound Forgebambam-1.2.1+dfsg/data/chimp.gif000066400000000000000000000073151436045143200163610ustar00rootroot00000000000000GIF89a6O*  !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~! ,6O H}+)OʾHn@FPf bɁxAGA؀KN4Xά%>mL&4_en;:C EMF rE)_袚-p{SzuK% 4!lѦNGl\`VY7+4E|bEH$g.XJG,a.]zA#+S JZجEY"FQi*M?|Ϊs-U2YhJd}h gn狕X|j,QBF3pv@ M#T ҋ*18P@1r ; IDZg@!'tP s")3@p M42a:Dg0z HSL&M1 ?r5Pg,"1: pH>q;tS:݈ +z҂("N> vpdPN79=I+_8d "H$+1":S?hJ1  1"P4K_!|k#)0L >"hQL NPC&lX"&P %A!a?l؎>R)9IB WPi%*4_Pb@=#?J.6Vذ>`E0%!D |P:81SM4W\p$>)%!':D*a!68 +8sM:&a V[XLlq@sK )Hw:Д6Dm1wF/[1/:sss_pF !B-Az P#ڸ{#Pt`CgP$y$Š B'+z4zp*’眷 "g|NMA$Ph@EBt%&C%Є+l!BQ|!MVV"^@`$pP7HnQ`C Atz0D P"^G|p Ā%9zN @ B-Bb9 Hxx'l(^=| R:Ё+b/ aIpSՇ,abl,\ ;%  C >FA5J Ѐ 9 g`DŜE у"2(!@xyfҁ +Љ8f |IBc8P 01e2 "fqbb p"˂0)%B#t H% Ā7"DZ0Y 1(h8T Tk ZsRP0% hb0@Ђ bΘE#:B4 \`$\-4/iЃ$\uCBp42 a " `3@.[ibnpqn} 1B7k @CBƆO3 F|Rg8Hn{zx&:L6[EBYհ*khuPLFܦHq Hě!) yl 2 P8Liva DXIPࠈbHSմ!"l-t!n ^Q R7 =CY@ʱ^hڡ520 g֎Pc Gp0P ( Ll wF`!,㺢ơ.  6pC1VnB"`;WHP=l1W ~SVX1DA ~B @0QTH.b&P 2p \Y1A:13A8 $Ld1 h7XЗ` h1 A AR DA,`M] IL44"` " }*E3ҁ )@TP$83t@78r zD)aÆ`gh眶E DH)Zg/ e0Zp  u` ᠵ1p0Q0` ! 0 0 B%S?`[#0'zP |BCYw `y ˥Kl 4.7O4IUmS% 4.P%&R3uq@ .Ҁ.S 982`p `Y)4 h;bambam-1.2.1+dfsg/data/dog.gif000066400000000000000000000515171436045143200160350ustar00rootroot00000000000000GIF89a9%7B5BG79C99@:@G9@I?::CC4FE@CADCX (% )Cx}+Je˙s۸M{:?'||,X g[t։.U^R#V;uAaH|\d҂=ݾ}ĒELĨ&]o~6?H=Vz껴cGl֬|}t{ 2K=tR*3Ӹ0W$'=^;Đ,P };pcSqc  B=N/DE=ϔԵvI5ꠣ7@19$ѣ>C Xa6 F!7S737Ġc91߼:^!C 4šN:8i* 4D5VؐQ8K,Hbx;A2дc]JNt7MiE?@ 6O=*1Xk,A]z::m2l 9j_%5".۰S7x6-DKd:hc7yZAA! \|m3%>픒.i8SRcL+1Gj 1C @]C9Iz+q;kMF@!#pAu\(kpZȄPAHȒD8 "/¡ CdnghF hpP!N @ Ir1` $@6/Ia̙&* vآԘ,Pa Q8EqcXQ&q5wSsAx j02`>A X%B04FR;lHjP"FNp/D}(9,a+Ap c OA >+x\ p%;|p/a p"`PT 1F >5d^B;auDНj0`dKx^hg~e0B&p @B1PQlb *OJ" P-2I]$C =H,|N⯰9ȶ.%F `c$&E+ U7ThD˙ A" @p1,\ ‘>1,ҔqINaTa T1f ^8B 3Va@ XEpP'TѧUp07l敱mR(@%Y\DpBK9,c%V zH-%v##s&[RX0'ˢNXÝ`D! K7A㬦13 x#@wO䯊o2 IA iV胿rz?ÔFApL0WO *A. @1 D|}ayh VDv _B@*S350 R` ke`5 0g1p>p6Q?v @I P" ^6&pZp!!6`#F":@<x7@Pc6%t@ d G @j  D?>0) e0 Q0 0y @~Qqe6DD?-D0kFpCDX|.` .# KoD d(q[Oɠ; >')'%r{`z` ` M *LIA`9 }@qv>k@:c 4]` Yk` 2dBD6 V V 9@W@Z9n涗HO@@ X @ܠD` O4t``"0 G(!i Iw[fP'i#Wa ` }0 >Y )dQ3i+ yYp (u p VWp ɀGPp4; 1iK`YX@JijK?gj'|X0 urDb& k;- ^sߐa>}@4xnIYFI  ` ` b8 yp py@%p(LX8ybK|\y16B0/wV0 PoXp 0?r;35p*pMT] RC +NzfzM P J3}b I` bǠ ?p $R8G1fLqTZ'voXdfld]*#CS#]" 75 rPmP 'u{p.L =X`% R< DH x ?A:;4;D5NiKctwjcJD hd` <0ȷ9Ld   tMY`- OWwKqp7>@` d1AVn _\I),P< 0 R X-@\$ﶗ7kЃP )00  +b @ PڪG2!z +UGx^&MN90 0 0%9%8̓k` [V =@<6 y=DU5ھ:Ѕ K Ǡ2Gs{Lb ` `xPē*HDxƪd p pI9 ۆ[%S94mJk ^zF;'` ` KfW ` `{%R-I0 f p^wy1+CwCW C d6 F`03_V`mzmP}>4`87 p fڐ ԠQf q 'q ˕[ՠLD'H<:C)v@ 0 DSK Pr,Շme/V P XpZ;\v5.<= 0!pF| &W`P inb<)SÔJ~1}oKd0 r_68A46.-G٦bXu% GD_+ЃcgjudBKpXWp| `8-7J7`1QP =tC? >L"N] b|D1 .rK1Xl"떯Y|q 4"\`" eh_FA"l@PA[="($@M1#1r++8%Q  ,gӘ}pq"": z䆈0J8˚5.Dڡ_!‡%:vxxq&,X1;v+,NAH# U0 T!~OD@G`Ɔy ?@aeIFm'lX‡N8 DPcQ!+, 09-E~EY-8IJ@T@eE`iTD,2p!:+N 'O,-"p!6X*~0|p+(2"@l'\ 8pX@Dz h?.SF9DG}4f8B [o"XRbSQxŒNh(7://q .X3Za>ȡ{/*9S35JN !D2ᄌfcPAbV9eS9bR/6Q|Ha4clp!PxC%J\U!X$PomhCjslprs4% lac*G*r!,eY#/ cp1^4SWLi901OMybRa%O@HiJ]"AdN\ɂ[ Yd 2v+ IuZ\p:j (xk/xpme3k!`7*=GUL 28㣕o66"a0BIߠpw 2ρPJ`0tC\q B "$Ԟf4u. "KG3`8N>Hb *&T4#Wp"0GG-a/9pODX/Z`n/"X<a Ѓh &XAYD}u"@ ,߲҂\PvTA+@ص"ؠw @6Ui)`'A,8A t|#i-x2g.v)a ##E>=%]p!8.A!IY"`>%Rva >:)a( E:POogB-+%50 =̱ :YaV)w,C 1CË>q pjNEwU⑔v';Z%,sr6I FY> P>Y?BXE/U+:=N @.@,b@7l)RJj= Z0#A]o$ jX5a󬲂/Ug*P $hBj"AGZ[zŽ2K@1ЁbXB = 3J ݇$AV'իRƅ: TVQ17vLI5v=''n V`1"Z:pb V@\Xf|) :8xD#B`FWqkR/͚} *+%I ,uӏxٯG=cTUL 6<cGgT1 ^hE /A 0`\ G,6x+R܈?$q?+(Xˆ'(i<Ҝ]D:TKMD8 q^cU , 9hm t' >DDpΰ 8.|"d +nVeP컦! BZ tЃ]_Y-ǽVt4 tӝeO( xb*Ö,]֓'/G NDi8BB551\N-A_C s@dOY˚ lnzY{j,*Q!AwK:{ eh}q6( V᠂%ERd!yWQI['X]  a!EC|YGp䮩XVQu:yr+Gpg+FB ^,K5Z _P7X.r gЃKmP6u[.]]@PtS}tl?%R:Y@Yk)0>* d8F{?[0l ?>¹Г7:J$p·& (8 Cz8 DC? GXXpRސ6?Т36p:Y#A!* HȬz$5%DIjɩ$t81A $ 48f0iT"3+pː8\>X@ ;;M0,1@h1@puˣI8 C)C-p='i8D_8pTXƆpُ%*~{`,/# >D D*9TlEҙ3y5(~ As@!w!!+ Qtd@\5FhĂ!Dp!n1GªҁЁ+,ڰwr M#8!"(:Ꮝ2>?s0kHkn?s LP2:xi J+3+XFA>8^T@+ಹ Ħ02K;Is2NҁԐz xKK?PCiD K Ir ɩ MY>P5MH"L_l';*\+2ǑB?vxY P@YMXdK"u` T/낲|=, 9!/\͓d 85rLBH U5:<= D -A+E0coP"s.)"֚B595J?1( &0<*SqHYL <@VCʤeJ7]L#XDqp(kR"՛40NXF*@h'^28ɢ@s9+*`:@H)N9a C89@/[{ X)#pjpfupqpWq="+H%555-[M~:Za T !IUS ֟/ A.ij0zK*"ﱂLwshaNs)8Qi`2yY§0ưNr pS0@:C n: "/+Y8>|+t?5\q%j?1f|M̲*F5XBTЄcX0w8c0"QN21łj@5k,ФZiO,nԌo{\c̴@=+[0D;Xu.0MHK8 ^ނjP5p@chU> -4D:] ,f+}@HK +Џx#P,+U%5$c'TEp܏ٚ)es%M"-b"@8`=GA:0Q0p@jHib{n- ,q((@\.`>Bym7 []O8Fi(0:f iP"NS3SqaL(:kQX:F_tc0dhWv-'8!2#eUc5XY8,~2ʏUaN'**<9{" * nPm5[guÛdT@8:`:Xm\[ov9+? qI4h?I7PYDං:aWu=0{T,ӴZT,(a62@K0M UpY`Ht9jϦ^ ;)U^hq'D;(Xa OѲ )mY2)v('ף5ccL ̦^n)ht2"L$j+Q+8eCV? ) 6k8֏.L̰ DUip5P5x2h;^2.*3XCi(sTni0YOac0n0t( ڏEC cδJ zG ż6nK im,wp*+(p.+Ѓ--cMe4B@"jcl_Fq":[!ֲ2@H\.c y>@ȹ$5D(Q35(0o8vbp:VzۣT:.^TēOwanX*2HYVp0cP$jj+̈^ WCL}U-[F -#$HL޶@1 ]Z 7_1#+]S [\ǂ)Ҷ*Mk^.H=KlUv)^S Ł3,b' /TXƠP̏ Y&h[asQh85 KZ `nn<Ȓ\+d>"2:;(V~jHtVX8[2l!Ĉ/Kiネc`bʼn>aTؠQF 4be,pqc%5H5SDN%JxPbE bMBQFAʚ)Xaq *cx +6 KdpɎ ć-jZ)h2慀\ICKɖ>t`ctG)B0XC{DQ DDn&a pR #XFzjxC|)A-0)%Đ+ෛOA\S#x1Au- *$33b B 58!#WT H`:lH- TJXpbI|BC >x*Dzt,(k%tyXA_Xݷ&AiS)yp@FM }4s; $84(]b^` ^AމBJ~H+rDpZFtW- /%l!}D`W} XX!" \K`tG:1"t-8̒X2ڴ{CsFqb}* !_d"D@1D͉ 0aH-R12/J]0GEcM%l D^P% 1ŀN6 5N!db10X O$dhyt qp=`;1 2KDMAGȊ(t ,k(Idʢ>`?e$EWdLI{ 'Ah;5QFư~!I;~-[1z`"~ bWs$Q1 Gl@N&%+X- D(Nh1lE^a}V21Ef0YC ᥍Ա.Fef'@4 OIF *_H&Rg8L # 9mp$ A9 -{lDJȄŠx [wR-KG`l}38d|~ўYV>hω36 hJl@2d()Pb$ 0:4 0؝>.X1<1 O/@.a1w3P!5d !i(X'd | [0 ('tH#݂-hȨYnfՀ5HJTX@%sĒVk,_AK fQ@B QU5PdRd̖;G b $\6du)5U/ aĝ>: $!OYO[ @ڼX^]& *>xa"dW]!\ePX[ RT8d,aTa4ʌ[B&i1`,V fDS< +2{a| 56D%2Q G >|tg{H|z >_b0qK"L X#wQMWT8F+`1]I[ſ4PiLH:B} s 7` Cpr@`(XT t,z7 f EV֫DoQci\V[=A 2O32Q Kp~:*`C\w46TJPm` Y~aoh(u#kMF:58eEeaC`90Yh*M ~֖^`! ` k- ~!"!0k NhA O=.pKbXF?QpE4q iS_h~R- NJS ėqb};l *Vv=šCZMUAБ&*YHy%,?@,HV 0/BASa."DȢd,fYF~bh4z7 N|Df%P%" Fڃ*uL@i ]C h'B) a p$Tt 4~ ͷX3`.|B1+Ȃ ,.U4L/340,L,/ Cah_p$ mv(SX d|4-\XEw`PmЈpTztZu' ,*eAS@SyX\W.#Xr13l)B1,p.`A*//3.3`(H0\1 C8/ B&4h \/d5,)x(H$eȁ!GpL*NBBUc_1DC-|/,'*@"'h1L1Y-C2÷8,1X"XhGQTB77/)B PJ l%xBRHPOQ "P+$3N"AǍp 8d`\A]/.Bp!*`A4B*A)#6LB+3Վ9L*B HIВXGwD2a*! vDO,AVS-"!KJHB$!%^y|@|,9tO | "ح.C1/ ! T,T6-/(1ùB/1WFmF:Gu mDKJK Α-3/X5d!LD*`f]=t Y$U5!A7XB%B%` Ԃ dܤT*/ @ݨ 'Brh| @Н#*/hhGЈ IB$G-"DDʦ80 ب \Z%03T)X .XBMAڀBB0YQ250 /@1X"<|E@):;PCXt|,0 01|A}biDHB!$ ܉X#q)H/,1*T3T'T @iЀ \B¡18ͼ*(X("@W^SZ*06 ÌɊdjD$<]DkQ9,/6ȳ#\3C*fhZ@|@ ]%ZB9(^R -(Lـ(xB0+0/01W (XB"xD$ž,'8\XbGa83B-t)|A%BY- êqT,/Ժ2BY1֏F)Z:8Ixn",<1'*B%D(VOaAS 7: zȗ-10,+gd|F}cP34*| Yšk&Ba09BaP1Cj{AYA<z.Qg!t>"U)! ǚ[` +8444</)*Apaɇ{1|BҷpՎhch,8Ģӆ7LBHEYB&x-B1,,A4z\ K, R,A=A7/3,<)\A%@X|I}Ntq0N̝GM5m ' C1\+!0\%@"GHpBBHb8]Z‚ Ȉ\A~XY``C'񎜊a='+Y>X '"Hm'A8n,Axd8?DeZ!0AJ M!.:T#,*I'8勒j`DheC:A=C=)* F,l 5,PV@cXB+4D̍z 0b:kC8PCO-X*QM5d!Z@?H.,󬐁c$.h^Q(p4'(B&4b<,NO$zG _CEXB#/5oB!TB,$T@nɮikԚD$(hlf:bު/(_'HGi8X= DA Ktq;D}MDŽ//b6"܂4&$OVQxlw`AD" GFXB8(.ЬbZH/<0B o28oF7DCz h 8s/p}Cj0tڎ4T*T J6T_0-IRPA:ˣ>E-ZcLA 8c9CHp3BdS1]C.C CY#@sJg$Vn"Q=dh:ð,"!\@aAp:E (fZq(B؏Qþ3i^N%A`8kI@U, Mw^ҝ-=H='h6hB.Ag~!s 6FZz%)X 186 m\tF\zU#5CofBQC;4;Ѓ1B*Nma+0m/!4FI).,7h6C4_ѵQi&`p}U1fF=/4p/>>=B/4mEȁ4nH& 830 1CD8Ad\+ =M؃=Cv)FB}CÃ=.pzCGpzkAA+}`μ;LM r?cvxAȰ @7`AF?sС3f *jكOG|d!#X&%@t 4NB7qDhF%VXuKYr3*-jM3똷XI$ *xDJ8YmBxC)>WO>{+H,Bq0¢%K+8^Yme7,ѱ$ 'XE[񱅪̘(opf‡͚%TJÇ 2i֤~8s边 n"TܡOc_{8ċ5Xag| D2tYD5DXBѬ8i@l_F'6? D!>pC-@ks o9dQx챧/}D8.F,N, D i :X"YDY`QeT2qlOC35(L2c.8$$O8)DhFG"N*A|#cDsCtFYlf.w[XE7Ê>a FDcYHœQ`OOL-N8)UVAE>yʼnyy^ G Tc1 8bZ1>>YM"7aj `kС0}!ǘ`aX fQٻ=CA$9~@ƻ+ZicY>M5O(!H}ALJ #E," +Oligɝ1iIBf ƘVQ,)CC߰pU8!t_,A sd= 8b11(71 EBF *_&֠=H-CQUb|Q{1Ja jWQ7,VG`Đ,&oC`1)`!+"D!-i* fZB~oXc32?I2 Xa E1f H3 }I)*ZD8QH̢?kPLp_P#59(BfLaPGvcXX?԰\Ts!%9=zd/n̋ \*ŒCM28` `/XD5_f`ڶx:|Lw ,o˙)=jBp(CDT,3q FmVv;4 'pق41L0J['ѱ# P̢uEM vڜܼ(6  [$&4kjLJ?|dE7A;%f%{#'^ͣXS3!A:RϘLuhB~H`ItvArpCzq8>r{ğXnLt̴"9/ ^XTaގjۭFg=ܼ##UnZɣP9p@#pלZ) _򾜯B"br8\G_!~`vQBJސ1Pܟ}jz h#Kxh&;?nVmϤ- ̪Сȫ/ /"̎foa!6pl`llbo-a9v a@ k()62Jaafȭ*MҎA Apj9a8nzܡ֯gJ6:dPAN~LB9o(0:& k cϟr܌ijtn  e!(BPF!fAa9TjL `y,"BrVG l a bKR.L:e[zp˾8kX# `na"b"gw1zA!0!o IJa9F:"ޡ"A TA,p H40M"H Bdj -Fb ap"] xl!.g6bIB,! ]q/K A*A:dآc@ώfZItr|ojN&!" 1 .ʘaؚMJu al n.ȡ "o@tE/0; ),e2*rA ? SR1#!bb!F h)d:;a|;S㽨ᡲf*na{S }8 0nQS -`a5 ftS0y i!?AJ6f!L*Th&8'9|a FO4`!|!7u3kC b(*B:uK))8anr؈ L1!М:M ̩# |@y/\(,qmfF) * pgH״;|"}Hy( )2APѡu")̎Ao r|ጵ zx+Mrn`N %bga!z!~,"k &yaEw r $3H9ğFa f E9CƖqYyٗ/Ssy{Yٜ;bambam-1.2.1+dfsg/data/frog.gif000066400000000000000000000452361436045143200162220ustar00rootroot00000000000000GIF89a$ #+'"(' 0%-' 3&.(5%+(8& =)9, D*7,4. K- F/C/A/?2T/@4:6?6Q2:8E6 A9 N6 L6K6F8E; T<FAU=K@O?U>T>%MALA"`> _>GE!b="]Cf@\DWFWGQHNKnF!gK\MfL mJ!hMfL-XR"WT\P-pLbQdRUU0^UwMpQnQ|O cT%iUn[|XVq\&xZ(p\.x\k`j_.cb*l`'gc\l_u~<~Du5~[zGQaW)3;~^<)'(37=QKL_TjPV>5?HGH7'6+8C)I[uZ*ieAIaSgSjRvě`ʣLͥU1ŧ_̣s^ȦhB̫5ͧaǧuowPɫQ«jèXëyɱ9ͮK˳$ˮZDZJϴjֳxо/ҶyӴѼA̸xر̹ӷ͸߹rͼYܽsdvmÄčŖǪ͍ΫИџҦ٬۷!Created with GIMP! , H*\ȰÇ#&T!ŋ3jܨ *|yɓ(SآGp@@r1^]؁)i!OP 6aS 0 , !mL'&0dR8ECAS *H4РZ`B ӉP5\@ )<(1RU.d.e|G0$p &@pA <-<b *0s n,@āJP`'%8 NPLG pA#@00 G x':=\ PQ^0&@?/IڇV\B QP/kx@xg{0Ld2 5HT'dpJ``!mpC@ @W@0< CxB} @- 0>0&%"RA^ H~"4a>A P8hw_1 ?<(J W 6  A0K]C`fsT!X7SGQH%6I`{Vw< 셂9AH8(xT(&, s@؟^ UC] BA XqC,^Kj+Df4cx61$XRj J᧥DlKPeD)Z" P8K*88A0ԥI Q@ eP$P<|2e0E,PK8b(X.tA >)A9b-1Vl`F7Qz D%J< hD/NQRF8`a 0%$QJlBb&X# OnD@  @2xA\Ѓ'|A 4^`3O(09zxP#70 hCq*Z>A 9Fu`<ܱJD4OAҬ~@Q EPC@" >TБ@_nP8p`o)A2`&̖*| ƀ@|x+`0 dPP+ '8CGff0cv;9c8K 4!>%. = hPpO/|P&@2xwD*@,8dfp$/5X@ $w/@!ND, ,l DA bD W`25F7a`vl" h` PG`W, l' ]3$D Z .` HH` 4=EA]t!h 1AVa! C|`Gvbv 3Ґ"0*X `f`z7vCk`~ aԙ@8Ѓ+2A(?a4Ht@ kBДA F@ `s7'8҂FΘ) x0XAe%@t`B {yȆ6aw0 Zd|р ]#GDi);d fCV8 ' @RjˑyRzv!0 4@6k|!Cxwd=_p )(:p ( mp ݠ t0z z0 I'SLf~ 4  @_' dj06 @B)zD3 <2% 2D^w9=Re<  8>+_ǐ ۰ ǠB7pv 0B9 ?PQ  dL T~d_I}0wF@2}d P5#I@@  h 4!PPLh7)i 0F`(Ppmz p m @1` 0 !z>p6QP:PE*8I t1 NGI. %A.p!)P4:'p%@5y6X 0D/">(Fbz:kH@`'p p . }h0 p# Vj0bΐ xE7JB!pOc!J"w2rLӄkZ qre'@΃8Pm P p :7"<@^e %} p Q j ~ Dp~p m+0` o'WQ# I>`pBpڕ@֥c`bZer:Dd0"8p ;^7pP\ P$E;D4@Q%Lڐ w8P9͠ @ WY&  ð  >,5Ep2c./ע:2@= p"] BrckuѤsyP%@x#NXȠ%^P $D@6θ@ܰQ A k" cmAT >`!p/I+=FR}J"6`B0DpJUZiIf2Js|@+#i%^*% L pO0y0 @<t@Wzf`ܦj'Yz"PRB @ PRw)6G 3j7pJ`Qu^sex'J .pxzPs@6` Y@ yk Y JfUzw h_(  ="ܐ@ @ pw 'N0yPk2+r3 bz0fj:^3p"7ۤee{ IPl` d XP p  @P%repm0@ \)Pp;eP jҙ}N}V`,PDЉܓ%бCw6m57#aQkM433`iF(1T'sgPK `8 pt @Ԁ ( p ʠ[ @Uƅ)P0jO pP \Ajh0} VO;<5'=!@ Ooec@#OX% #`!1/=K0^oeKmmY @`P; @  V@y2, 8)d P V y Ր0Za  }  P/ -Z201ʴI0 R7j.p `1pP1V psPTx%sgDt W,#`"#@B!CDjBb2B+@Jˀ 0K``9 m@6M:$%  `~VSf- Рp0D ѥ{X@ ~`p` #(!d*+ 7,[3%pP .` @ `N @ @  0j%+C=0 0w()JAk&|M|@ 8`YpQ8PE6@(ٸO#TU{G *]72`qݬ l` { g| U F{ W@ Ԡ  P `\9 -a zX ׀ tPWp=A p-  0 HQSjPpp >!pO$ HKR5cTg $B^2d7U!G| g rgȐipXmp ׀ pֳ0`00`; ܠ p k   ߰;S) ʀp _qaj ]lȋxcV7\ ֯ :Lzgl g[p Wg   G+[ p0 P \wN  `ᆏ7LLQjټ}ؕo߹`f,:܀!)j!!@$@'c,q ( (R)N4khΥ3rpzDiuX~I}NaC \`F/[E2s᳧_xӇo8rx… ]ƜYfΛ B 2| W^e|gO!2Pr2D7nt4&M `Q|).XN&5pZx h G^Qg`roΙGFqZHJh~$nQ4@FlH0! ⭮ d(ӁNCS*xsa9(!0#("/XDK6$92**b f@9.o'TR@!噴T!Whp 'ÍDxEpF]Z;cSfYd!Ǖ\L *x0 #H '(*H'j~ H d$a8A%hFW88 9J)>fW9\L,B 7BL^I%[lQ٠PFl \eGSO0P6K#P:@A.Ѐp Ў %@)G=\" A* pL0J+1D!|lId 2iP= Q"h<w#ψcec)>Iqp4FW!q5a)H]P <( , ;aN0,BA` ` R@DRP6 ^X&1XXbv],3ftd|hE7 X6nS!x c D(8 E! @uʣD{ 0QA A \o ( x–8$@A@ JXN8BD``mu0$G`8Y8,n"ȆL9\&WHW "@S!ܠ-@s 8U*h>`hexE(:A,0¡Ԡ $@ʔY h Ё, yh ưn`8d 84w'e';1+q+  7!"h( Bh.`'>}3z;!{_! L L-A Z(zkXpD1(  8:8wDpqv:6PC ,=z,!tYҘ5!@/nU+lP@@< 5(h\Ԃί~nU@U8MR+5pu7|oXe\rP˜yΊ3 @3 e eV`F`<F=Z7*MOpw }i-&`.`4'0/逕:LڃH,&P6PiS, )OH8~,胝ton [vshcZx#l{x'vS= p`6>ЃHΥ\VhUV0Fx$/("r$p/V9`Ȁ 86t&hXV؁|>PGpUgpը'yltC yu=ӄAx7@Ѓ/%GXBƃ= *O?I(H2.y 8 `.8/33h&q#)8؀` X 5HUa`jlQq|/uh7~x~8cÖ<Z=7v2J\<;97=h(ˢ  Ab-Z",&<5,0M'08& *XN80J5P) UXxЇ)x p#`S|g~6=]=pغuV&p*(ډ@tЁK^J 0!hHkA68P/8(X•AiȂ& x5HbvxԾ>kN܇~HJm?P7ȃ%-h707`s7S0 d]` e.'xHJ & P (?'F5JȃeH؁ б؀ m&`x `T8HNT0^p'thA {zuvGȃ"PJ(os\z/Cg7P  c t8&=HA7.q7x*4/&T8D]4]go? @v1(K ĉ U_B`&2Ud>;UspcyJ2wXmu}z4$y=@s2*2820Z%۪ 0W1~؀H2H0?50C56 ؀ ƂAU(Sh \5Mta |Be 5q(4˙7v͋,3l̩f ]|׏:w'Р>ͼAD'c(3'E0!Rd)(  (EjQ (OK;Px l'<¤FB /Tx!S,Lp"ԦDmW)R4I0;RT !JH {.\y yѢUOѨÏ?̣MN2eZ|d\OTpjT0}G}: ) Np/HH`C p IA#TbJ!PyQq)b)x31Î.LC @I*qi-x.,J((#:r5yIN9ꃏ> >݃=fګQftEj*l) TPTW U Tф 8CN@ C>|`T`#_x0*C~)r/ 2 2 ( k!/pb.R :€H-#%?>s0OOCVGO8M$ Z$A'@8ާ xph__E(Q l lFnHΕdALGp &&.jc8&;HQk1'` B'23"y"s<#∇?},xF<vpWȠ.8. ll>d(,fQ P@*#&q+=D*'@i#0(@|az#<@@<U*43'Xp,!#J(ŋz o8а/q{#?T zwqz΂TȠ2 o@6=2H14"8"(lM /* nPh}pL Td@ ܀<z, o0T bh Cц)"P T@&cG8xrˁ tdJ|(?Q fÝP`"$< B ◊ : xPP2A H`-C5Ƞ*T )09̡_@ A  *Rh"\x0@_`:B`BPScRC3-CHInyӇD }XpqB7.5>$28 EH p|a@p DƓ >S ,H`2Az8CNP&n2L V R}1!b/ā|8v\{#ݎ$9Aʖ)hH> NpB ؑX(Z xphA, )AhW(G fI ;8 2iiQBELt(y頁 X"), @ TBi7a A$ȅ8gJ<1yDGMalp0 l0) NЁ JЧ@LV(HX ;PIhv@==L24 E (Ѭ X\ -Epv!P nbv3aOáG>@xP|,.M66l#P H Dآm +mp9MP@'XE y` ~ xCPC$#an |`8 GD)T r )V8A A9`n'Y~`Q Z$C91=$#H;Ap$&qw0]"Ǩ?0 LDހ2v$f-2#@IA`17L0@ GFP"!h`l Pe"C5CO1<ȃ0:C?|^=c5pXU |GAl@8ɁF|(HI=@`EV !ư T x 9@ D ,Ń<*690$B4&,< HB/B6b4<9TOC5LGcdž]u9t@u @Ld@H8 k=O  @DV LDxkY uEB=!X@49@C0\{ (D0 (*H03 \8 /3D-`A 85@!2^46=>Ɓ\@4 P9?* 0á. >%_Nǩ ru @|AԀ TA+Ae l 0]XRZY\ ~i\A,9H><;).C(TAPyg.~28! xHf$`A``>ؔ2H3҇& N|_P pJC۠4Ԁ"CTh@ !Q 5!\8@Br'-"x"<4)t 1cYHڀ  Vt|(}$-P|T8A$ _@ ( | |4A).Q#(9p܀ 4B<4pD u1@:/,2B'@7؋XKd(,]p72k!tB'P4_@%lBIA^Ȃ(4Haq0@\E@T% H.J hmH @kUnp\ =ǔ9 ` L |Q)3 C*(3(2 B%^tWD4*$A4 xQs\L 2Ad!DB @AM;8 p)p#D6LZ44LApm;.H:0x8-D\@5A AB)p1x7BB-pؤ5'\Xm7#x@5AThTH~GhKt B He$dT B7BDL p A@ HB܀p*C( 0`9Ab00M<1%A A70ׄ?9@GH,%/&ു"SH)RC.D\A(3_L Th7v !y,Q 0!c-D//(8!!dЁ'!{-G'P$HYB!{T79%pI%DQǁ`X@ S&tH @_D ؀` DS9l@ - =ԫNA<"$}#=>C ' {?)"|C8„G2p@LőWKI MD?PNrY\1`Ȁ wxD2@WL+|NHGHdAY @ d"\pXۀB"$(P2~58)2#;WlX 2'LB=;l26=̍0X=D# >RTL l_<|A4ŎȀOJWAegAHV J@hQ'ѢEtqdּ|иDT#Q %5D5Dʗa|aSJ!Nzʼn!V|r)̰ȏsSOF:jUT7nx/NxR:jjxR%5jف%N8G 08qTuB P+kCW#BpITgQ#PYNI:4i\~*֋Pl%̧Yތis-p‰mhk]?RF'lYgƘ)Y-fnvQx 'sx䑧u]X\CH|JC@n0@8O( A` `6␄U`S$a6X4XY!'oQ&pY }&a@ap>M/эg4E+Z a@T8!@P 2>I,/ Xcx.>,4<1S`rKJ $,"cT 7:xJO ]8iE*pE \' nfEԖ^ F5T^e+u , .;4~]B**'< O >TC2|bӀs V"ÝWhA X+Xg `4D[" a eYC$09Q%K!t+"H-` MF+j4_"tp#l oZJ4Ba@2/paE+#T_8cuoTTaF!pzN"mЁZjXK,e,C a Olި3=e, FXH c{acwUv JnEq")J7QpIKE./x v(-aZ̨4y]C`+XM'BFECDKNLLNTUUY^\[_bgjklrwz~~xsuupjfed_]]YSPMJLJGEGHIJIECCGIFCCEDDDEFFCEIGECA@DFECCEHJMOMKLQW[\^chilruvy~|}~|yxvuvxwtswyurpkfdc`\ZXUSTTPLMNJGGIE@@DDB?<>=:;<:9:9:====?BGJIGJPTVWWX[]``cfcchlkiiikoqqooruwxwuw{}yvuttsnjhhjmliihiikmjghlmjgc_\[ZXUTSQPPNKKOQOMORPNOSSQNMLLLLLIJKKMOOPTVW[^]]agijjhhlonlqsqquyyvvwwxywtttuvvttuy~~zvtrswxxwuttwxxwwxzzwqml|fVdfRJ]gNL`]KM[ZJGQRNKNOGDKMFCNTIFQTLLZ_Y\efbfnrqpoptxwvwvuttuuttuvusqqpooponmpuvvyyxz~~}{~{|xtrppnjhjoqoklhgkkghzgYgn^PYleYUXTOOXYPM\bVP`k^QZikcbjjaakmghrunlqqkimrplmquyz|~}}x{}}xz|yy}~|yyz{xxxxxxuoq{~yykonj}}dapuf\hrk^XYYSQTWVTVZ^`abceiptrrx|yy{{{}|}utyyttz||~{{~||~~~yzyfdw~qeq|t{}z{||{{ztsyyohsu]YfkcY_w}hTYltg\ewuc[cllgeinmc_dlmiiotvx|{|~~~~}}{yxwwsnr~|{uv}tvzyrpty|~~zwvwxyy||}y|}xssvz{zzzwrooolhjmkffhhgjoolknpqruwwz}~~~}~|}|}{vutrrssqsvy{~yxzwz}~~~w|zto~nxv~polvyjx]pssn}|{o_sv~{pyucu|y}{xwn{u~heslzveupr}vuez{|xi~|{owssvtggsfl|cohuwrhbh{{~}mhouo}pnux{rr{rpsu|u~{~t{fwy}xk~gus~tqu|ztd|t|wt{~~z}tyurt}zupzvmen[jn_qcuqoo|dvara{sX~qsg~iq}jwlwwxlyco]zsqfy^qxfmjxpsosznxuq|~nry|uv}px|tvswmzssz|{xvovus|{z|yswumqxo{so}}cb^saflfamh`slfwvhnwstxusuk`ljjvvyly|ywzsy~}~zzxww|ywyqvsy{vpbuzzy~~}{{}uuurwxy|lq}xssd__ui]\eidvovvsltntksksrr|sjoglmohmgoqotkdenevqwttptjupmmtq~}z|y~{u~{{}po~z{mu}|vx|v|xyzzw}|}uyqsrnq}~|~~~{yuvy{y}zyrunmkhml~pqrtsrqxqpvr|xntppmro~z~z}}ytywvs}{{~|y~{|}xv{yzutyxtuojzzvv~wvw{}|~~}|{}z{v{{|~||{yyxxwxxwslrsrrpvxsqpq}jm~rbjwq^cqolqzxnuyxpt|xpvtsswvrtt}}}{|vqkruorsxzsvvyxukmorq|jU`vjdnuhfxuivsjelsealnhacrh[ktmt}{~y{{~yw}utz}y~y~zjbtyh^`h`V`nkbjuqjt{vt{y||{uy~z}yv|z{y}xzv{}}{xpquskgvvV]mpegmomqzo{q}zs{~z{~xtsnponkiedltsjoxhvwuvunnzveboohcfmkqsqoosvqlnilnurmhpmouy~z||zwuyzyvvzvwv}wt{zlv~c]n~qnq|wwmqvsi\befigd`_ennnnqw{|}z|}{ywuttwrt{}z~selquqe\Xbfj`\cllpqqoqz~~{uuuwrrsuy~x}|z~~|||{|}{}|}{x{{{|}}ngnrmdi}{_S[lvo]^ku}}tqw{u~zww|}}|z{|}~wsrolkghkfcguxolxtlv|lfovtn`_goqpgfmwxrnpy{wpooqrjcfnrslkx}y{|uw{}z|{~~}~{wqx}pmuvu|}wxw{{vnhfghhdfmmnpqqsuxyz~~}~}yyyuoqpljoonpw{yzwqsvtooqssttsnoquy{~yxutu{}~xwrjkoypcpytwi|mcf|}i{ej|nay_q]N25BZWfe8-$mRPBR6\hϼ̫mo_\}VkoMhj\}̴֩eW6T>Va^G/6(6=$88TSDIC}wLYh~|j luxodTol_]O}`vNu`WKd_erOYk_mu|ųǺɤɹӽ{lDp}r>*@H8KHrK&Al@4?-@=27DZgWHcnxͷƾղqm]L[JUfDG+57SNTP95=I]hS\U_[bp^dhvzĹѱĶϾpxm~um`LPEZN.:6DL/8AVE123OVfaF@2,IBFikXSNeJKXZ`dWHUnz{pglxfqgwpzh}uy{frzsybBTSAZhSSa`>L9FB>;:;HC/@4CGSC):<7GBYRhev__Cjylxnusx{g}wuyxuʽ|{`epiefonpztnzkke]{o[RRGVSK;KN?CA?:;EF?31&-0866)!/73+&04/?>LBHKG;[kZnerzp`ie|gomr{sȪ°DzzvzmfivjgsqifeKIIH69GEFD?A1MEX[OUNBYVGP8;6=>E1II?6HIE@:78KNV[`ULFMAEYbbSda_fgtg`t|sxoyz}¹ȿv|}{nvzs|}tgm{xfp\LW[Zea^MPMdcRhfGRWV_`TJIHYNRADUP\`ibdc`j^VY]jmm~µŸzy}syyzurj_\b_TWXkZGT]^`caOPOdbWYeVGE\_OLT[_YSZ_ldPcm{v\np`Y[BMYYQUevlgrnrtzmsznntb\`cwls~~{rx}~nqz}{y|sxxwxqpxy~uutoos}semyĿtod^[d^adqxxkpu}xsimt~r`lgXKFS^[G@AXVXLO\a_ICQfaLHCTZRJUgZfd^w~tkryo|tml`c`jggdvsop}|zy{x}{ox|~|v|wrrkjqprwvxy||y~uzzumhe`iUZTUb`dahtyptlcds{jnustaUonqxxr}w|muoeigaifaeiy{nmrx~}stdbbgvx|{w}|~~yutjhgjmqneoniheacc`goz~}voninqrvyzyyisabVO\aPNPUet{spda_dbadcbUPUWZ`kbgmnvz}w~uz}vttsggf^b_ppo}|}y~yr{{~xvuxx|{|vxxzmlfk~{|zwmlgfhivv|~zrqllf___]\^cnq~~x|u|}wnvz}rlgmonqnyzzwyuy{znjdch_^mms}~~}|z~qrmcbYZetx}{~ystqik_\eedqx{utfj^t~d}{sq[ngp~ne|b\bhjmajGYbbemb~wurzzTu`iT`f\CR69aVdjevtl|mt\vjdam{vwrk}u~vztp[}dh~}{yijPxuo}mxxnp|stZiqSKklosZxey{potYogbkm}yxwugXbisixpm}euvde~l}~w{yqquwvXscdMdQOfpc`rgpp}s`lX||t`ncrw]`Px{bmvyfxo|wguqnl~bJt^nsbzzx{ygfrxr{}ne{bwfwpy~|y{|}omuicadhYZ_lc}mestumimyTa\`fXPWVa_c]pgbysgyyupn~qwjj~dzoxvyzomcijs~szv}mzlrttspx}s{xli]ejdh{hkctz|vvjiup~}~pdyiz|vw|{|zvfwkrotr~}{{px}rwx{|w|sad^RY_U\TY[cY[fgklju||~psjvoofmda^ffkfonsw~uomrvmoplchgkqmxnuysrlhtrxs|zv{umtolziytq|{~y~sroikujfihnultnoolrpjiha]]]glnfb`lglgphsp~}wtyvvtys}y{wpuq}ozyyxz~}yznqrwzrrxq}z}xnuqnoiminnlioknrqwzpzompfcqlrwoswpvt{z}~yvuyvy|{~vqss~|tw|suoiifgminhjplhppx|zwy|}w{ws{zvv~zodihosmgjksvmgjfvz|~|}}{zw||pdagcjjag`huv~tt|}~~|wonotxxzttyu~yvwrr}tokhlmhilhpnnkjlvyTKOgtlYXYjrkf[MXaij``inw|yrv|wuqmiglwuqn|w^U[t~ubZbo~vp]]]llk_X[`rqsc]chstvjmltuxqmux{{szwxyyvu}z|~jfiyz}nferz|mabeow{tldnvz{mirwz||{{|wx~zyrrptvvw|wyzxsovtuorswxtywx|{|{sxwf_dpw{vf]fv|yrmrz~~xvvvustppppprru}}~{|z}xtooqspngemrvrr{wqdVZiprj_[aktobXTVfmnj``lv|{tuvwwqmqsx}zywupg_ailmaXV]hsolc]gmnneadegkllmmklmnmonquzzz}|ywy~}vssuwokkmrpstv{{xtnmppsyvsrtqqnonu{~{vz|~xutuwwumiijkkortw|{{wx{wtux}||ywwsvty~}x{~urpqtturz~~}}~|||vtprutsrstpliijjkpy}yxrqruvtoqswyvrmlovvslnruokiiopppljijigdhot||{z~vkloofYOTY^WMJO\iqtyÿ}sib`\[^^]YWX]cgkr½xplfea_ZTOMLILKKQ]hptwxy|Ž~{wmeZSOIC@@@EHJHEB??@FLTZbhlnppsv{ynlv}s[GGR_`RB:=FJD4-/9BFIMVcmsxſxspmif`TICAA=:89;?<8988556:=CFKMLJKKOTW\fr}|rhb]XSRUVXX\]\ZVSTUWYXWWWRPNMKJLPTY^^YTUY[\^dks{Ƶ·{wyyvruy~zohb^XVVUPJFFC<62211489:=>>>@BCGKPVXYXSMKKNOPT\djlqz{ywsmkkjfa^\ZVROMMMNKHB=74/)%%&'+1662/14569=ADDCDFEBDNVTMB98964225CEGV<*2IEg`_egienyɾ̷y|ztxx_``Q[^TCDHGU>5:BF(!$#DRN>@/*0BD[gbUH_WRNe`fpcfo}r~|³̻~zqaxsosd[L@?S]E\N7=@-DKJ=IK3719-7=04@G.0:8EUG:?B@P=`JbOY@RKUaWWpqnw{ot}t||Ȭǹȶ˰vvxlmm_QSXLE;HP60?27DJ-@AF8B@8,,<;=570$:=:;!5*D:;@;1/<;L?29%0E?4ENUbMMSnlbqjpzj{|xx~òƷѻwvkrltnrwo~x}ony`e~r}j`an_Wh_aglMPWSIIOHJI==%8.<;)1/%=D9N:@?DLP;PPH?KRQOMEJTTZei`]\]Xdy{m{pgjfxlhu}{tpzkltproimbWiwsel]QfmksgcZTHbbPbZBOXScf]^QS_^gZ\NL[WYDCC>I[[\Vb_`gqafscgmkk|ni_VbZdiqmqpovrssyyp|y|mpewlnnss~mot~s|y}}{jmkcjrw{vuwx~}zzfflmmmgQOOab``k\LOQUYYXSTWYVPTVFNCJTPkcUarhnmmnqu|vjk^jrw~{hfdjxurwcajjuzfeeYcZTXbidssqoplxxw~zy~{}|ws|||}wqu}x~{~wus~zz{{sqrlvkolurvyz{t{~vicbgfPLGJNGPPZ[_ZMWWY[VZ[hhidicg`defojlp{x|kzxlwtopx|o|}w|}vzyx{}}~zxywttvoxu}|ws{{~y|yt|{yysqokgdq}zxr|ztlsxtoZ]`js|u^`^ij{mT^U_u~plbYQ[clneqnju{zzulk}t~tryupo_mrrqn]cjnv{qvz|wsr||~|x|~ss}xfdhmq~{z{tux~|vw{{}loslrrxzuzx~wohfeqb]OHX`mrwkh`Tjh|wrruflrquxunrswz}{vywqsv|y{z}y}z|yxljpz~xytiwu}votvt~|{|~}|tz~|~{x}~{{mot{y}}tt}~~}|rx~tpmzuupibc_ftxxsjt}|yqwx|wzz~{z{wxrmlwmooprw~{|y{w}x{||w|~}x}~zzz|~~y{xuhnoc]|v|Uiyxutzztj~sw{}xtxdy}kexgxpizovVue\^joebz|yyo|txvvdqugfoi}ywsr|]nsrrxd^a~tclxp\njt}vywyrtr{{{t~zww|quzap}momo|zviĚ~zou|sgq`lumwt}{xp{kc~hfqWmujkvbou~th~ioz]g]Nifl[qZhwrjtjulsnydsWuxznl}lvoweis}hup{gx|s~s~jrrxxqsemvxss|oqy}}}~x|ytl~~oqn{{}{~~upkrpevv|xpyxszv~jmc|nuylbvgyfsunwwgjppkfhkpm`jimvnjdmmtvvwortx~}z{x{v~|{unvqesry|wzvt}tuovkvouwtwkw|tmlkjrmonuuhzhs|v~quknjmkjm^ba`gdiadeisokggjsjtpqilsumqvsnwpxtstsq|y~{}~vwsqyuxiqsvyzqunvy{}z{|~{{{tyxu~u{{~{z{xxw|zsysstz{ywvnokkniscbguz|z{prtoxxswljlso}rxqnkwpx{rutxq~~{|~xpwvx}y}omqwz}~|}|~}|xxvwxvxrovzzzvy{{~z~w~|~vwsyveZeprc[Vbpsrdabmu{shilwz}z|}|z{w|~~|twtussw{pXTWhur^XOZornaTTUisotkbw~{s||~xxsu{uy}}{|nmj}wh_^lzyka[^dkqnhjmpvxuvrvv{~}~||vxwwuuxvmihmquymbelsqh`\gn{zunmpvz|~vuxxzvuqtpquvu}~~~|tts{~sjpuyqoty{uqkdhikjjosolfhnmtstqy}}}~~{vyv}|qmnr|tf]dnvmha[bghc`WZ\_glu{xwvqpv{z{{~}}|{~omp{~xqqornsmkjhfgiqvqlfdfju|~|}vx{}{y{}{|{y{wurjkntzwmc^afjlnnmidfkqtxxyxz~{xuvvrplnprv}|yxy~}uspv|{vtusqoprtutqokhilpvxxy{z|{wyv{|~}||~~|yvopw~{slfdinspnea`bddgiov|}|xvtvz~}~~~}~~~}y|~~{}zxww~xuux{}xtrrtwyvrmkkpu|~zxuwz|{zxwuqpqswy{~sprsrj`VSUWUPE<;BQ_knmms}þ{yvpkfhmv|uslgaZULG@94248?=><;:84337>ELNNMNNRSUWY_dkouw|~xwtrplgd^YUQQONKJHJIGD?<898856:=BGLNPSVWY]^adgikjklot|ſ¸~wqnkgbZSLGDCDHJJGB>=@CHIFB@@ADEFGFDDGMSV[[ZZYXY_hsz|zwuvz}zy~zsnkkihgggffhihd_ZSNLLJGB=;9<>@CEGFFFFGHHIHD@>?BGNT\cd`XPLKTds}|q`TR^owonu}{yvrmfa]]\[YQLKPX_b^WNHFFEB=720135433568:<;98532344210138;>@AABDJQZ^][Y[`dgggghimptvyz~Ŀ~|uuzztqptx{|{ywurnhb\XVVUSOKGFFILMMIFDBBBCDC>;7669;=<:89<@DEDDIPZac`[WVX[^^[YVX\aehlpuy}}zurooqtwwuph`ZVX]`_[UNLMS[aeghfc^ZXXXXUROMMNNLKIILQX]`a_]]_aba_]YWVWYYYbknh`\^eltyuj^VV\beea\XWZ^acglruwy~|vw|zh[Yaltxxtomortqnllljgedfjpttqnlmqw|~}zvtsrpnlifcaaa`adimprstvutronmljgb_]^^^]]^agntvtqooqsrplgcaadfgntqg\VX_hs{wiXLLWbikdZSRYagijmqvz~}yz}}m_Y_m{}slkqx|ysmihjkmmljjkmoponoqsuvvspmmmnomieccdgknqstwz|{ywusrssrnidbbcdedehmsxywuuvyzzxtmgfkqvyojkqzsc\`kw{vi[TWbqz|xtsxvmjlt~r`RNWgw~|rf_bmx}yqiddgmrsrnmpu|{wuvxyxwusuz}yvurpnopqrsv{}}~~vnkoty|pe__fsq_PKSalqndWNNWdntvvtqqu}rgadnzveVS\l}|rnorvy|}|yslgfjtwqqw|vrqqtwyzzwronsz~}~}zwtrrtvxwusrty}xuvxxvuuwx|ysons|sgaadinrtsqpomlovyx}}z|{tmjjow||wnebdkry|}~{vpmou|~vqt{}{{|}}{ywuux|}zxwxz|}~~{wrmkknsy}{sjb_`cfhhhiloqqonmou|~~}wrmlnrw{|zwttw|}wkx{{ux~nzuarntdqcmqfngyrdu{{sxl}s}hq~ievwxhdpxwyxap{x~p|rs~|i{txq}pluelw~}{|xtv|v{utodeyYjv[wqi|{piuu{VZtxprwbpcs{um}~y{|wy|}{}}~xiykt|uvytpysp|~kfpt{{h{rxkt~dzqqwvfin|myyvot~iqtj|twq~}v{pmvnzw~|qz}vXte_romfd}|t|k|~y{v|~zky}j{yqew~uslvyru{tmex{qxzw{ox{y{p}w|~}urxzmro~r|||z|iwz{wiativqlw`ialapkpeur{knospv}zyvxx|{gi|osw~zq|pxuzu~y~~~~{txwxmmvhmeoxy|zv|~}zw|n{zvu|~r||x~vr{z|yk{kkvxrxzz{}}yuxvnuzvx{x~xwyvz}}svrurrplekmoux{~yw}w|w|uoqsy~uvr|wzt|ssxn{{surr{}~~q|~{wyxv{}v}p|z~~~{|||}uturxpldaddlfmkgimuzz|oplu}z}vwqzpvu}rzz~wtusz~}|}w{vuxz}uqmoowszzx}}x}t}~}t}{{{rimoptiglx}ztmsw{zwq{v}|{z~}|x{}|{vxv}{txpkrjnmjopk{{|}kkpy{|pjbjt}zsfdklu}uyxqztoxv~~}|xu~||{{}|w}~u}yptwv{x~{}wuu}tts|{nntww{qnnq{rtpktx|{stuswrokgkrsxuttsqywyy}vuy{yxssqrrsy{snv}zse\_`nuvqnfhqw~~}zz}xyvy{|~}~|}}}zyrnstzz~}ng[dgnpkkacdqsumlgmnuuuroouxwtquy|vuyuwxsoqrzz~ssv{{{nnnvyyslkjrvz}zy}xvtwy{{yuttz|ytz{~zz{z}|yuvy|~{{~~}}{yy|}{urnppprnlooqtprppuuuz|}||rpnpsvtqoswx{zywwy{~}{xvuuvxwttw}yvqrrrpgedgkqonijqz~}~{zvqrx{~~{xxyz|vruuxzxxvqomikimonmjknqqrlkjmqxvtqmmpty|~~xxzz}{xx{{}{{|}{zxuwwz{ywxy}}}|{zx{{|xsooty~~~~{yuwuw{||y}~{yxxwvutuxz}~|ywvx{}}yuqrsvxxxvvvwxwxwsutv{~~{|y{|wtP{pk[Xirc{gh~k}X|izrwi^EIW|sf?'WaU8];38Yuwȴٳ}{[zibggJX[x}hlճͽohR\dcj`V0RB=,>9IV86BdxDTaviȯy|~iak`5(5HC^KSO`QaliŹͪ߾魴•qPNp|wWW%'1VT[_N"/1l^4K/5CIaVgplYaүسįʙǶu~waMgOUb^M9F=G/(-.:6;:;0I&&3PKFDGFo\[zdfm|˱t|tlq|gpeQLGf[U?&8+#FS97E/&E0:7,DIMLWC/9JCe]Z]_b]vtfkͽİû}vmw~je^HQaTKFGAJ72ASU6'%!$EKE>7AFag_WQeVUWikpv_bkxq||}ptwld{wtj`]KKZiJeT8JM;U]NJYV=PHKILE9?CM9;?EWVJ620$:;33/.A96AA4*9;CXRPS;EZHEOQafNTWtm_njw~{|zuȭ|yhblVVVje`jUAMFIKFJONJK@IEAO>*1 691GB.=@?QGMUINVW_^MJ9LTTemiZJTOZrstldraluy{_nulqo~vmsxo|ypglZXOqvjmh\dlrsngeniapcgoLYPRUWTVCLXIYX]V\bWaUHJFCSRJDTFMBYHFMXMWZbhaeYW`SV]_[WZYltqrumeflww~pcijbrvzyyrz}}qyw}}ny{~|ldfkc_bZKNScdmklaF]^joofOPIagcdcdVRijkysimq{vthd`blxszYhty{}oqrxobas{uxfPVNcgtedf_Tclv~hqdghpk^ceabkhp|xiutqtvxopfv~x{}zz|urdnlhhc`ceoqqkfbYfrsm^X_ee`fW^cfaentywz|z~vioq}rqekmgnsxyviqsuxqhuuhqpec``nmfeedfoortxptnnnshincllx{umlk~ulyy{zvvop{rwuw|yyv~mlhl`c\b]]Zbj}skg_cdddfvptfd`e\clbgjomyt}~}|sxw~y~ykmpohqw~|{}}~~xvxvwtsf`gezujms|uuuzyupiddkrxxjegkfphbbmquuuohgemo{ulpajcddmnnkkp{}wxnqqnpz{{|x{~qpnqopysopztx||yy}{x}ytxsihlonrzzy|}~vrt{}}vyw|||{{~rnrsuqy{x|}~v|trlvstimissz|{{knmlqx|yuhhhbefkrkhx|~z||vxvtwwswvx{x{yplhpp{}|y{wtt{~omb`gtv|~ukr`or}w|p}otx~iz~w|vps|v{r}xap`qO}Wmzycyuxvuitpzielk{`vZchkp}{lpujnjkihXseY\}awbodsastYvqhhs~{r}s~~wvxunxzn^oalpnzq|{|u|k~utw~hnxiz|~z}q}~{prlwydqecfnywtc{n|o|btqngoz\]]nqmifqvq|wz~~tp{gfckp_lYmjoro[zmyok~s}|w}hv}{~sq}yu|w|~~x~~wry~vvoyxso{|r}~ut~zzysy^poayfetg{nkdviw|{cwbghphkq\egtfy`kkqpulyaysz~wypzy|~~x{x{{}}{vwxpsj{xwrlqxp}zy|tqysx}nmyzrzphlntkds_vwvvpfxkr|z|qihntlipkgpmguhooz{u}wtqqtwgnblix{pniiqpyvuuzuzzyx|y{rw|{{to}}|zwx{z~w~z|{{zzz||ywuqov{ttxw|y{xvuvoqhopwzwyqxosn|qzoysrpoghoq|wwkbhkpnvstwz~|}z{x|~{|{|}~wzux}}}vsprrxu|}w||~}}|xuz}~wzz~z}|}~~||}xyy~yrmifpouvzzuwuv{|}~~||~{~~trvyy}vs|wxxy|x|zxutsy}yzyrxxsldYbiwxse\^nkjgV]agt|}~|}~~|~}zwxquy{{xs}y|l`Zcty~mb]cmpnnbfehhlhsppqmrss{|wxyw}}{{}z{|wsuvzv~wqfht|zsjdihlmnijfklqsusrup}|}~~z{~}~|y}||{~|vot{tpmnpqppsnpnsqsrrtmppuy{~|zuz|}|~zwx{~}xqkou{wofhow|zwohb\_bdhjpqtpnrs}~~{~|yvwzy|~ztrps{uidcgnrrvojf^`_fnqrtpihbdjmpqqrtsztwvuvyzxz||wnmtuypnkmpsvxutkc]X\akqyvsiccemu{~ywtu}~y{~||~xz}|yux{{{{}~ztmlou{~tmejmt}~ytpouy|~x|~zzw}{y{~}~|zxwzy{unnps{}{uruuutsuwtvurqqrswyz{}}~~{zxy}yv{}vspqx}|zvuv|{ywsrrqrswwussrtwz{zzwxvvuruwxzxtrnotw}~zuqpv~}}zogcafdb\RLGHKLMKGHR]irwvw~ƾ|uolnoqqqpmllou~wogaWOLKMQQONJHJMRX]cdilsy~xuqnmhb]VUSSUTSQRQPPPNLJKNWaksxz}}uf_`hlnfVB509DMLD90.6EQVURMPYenqmihp}{voh]SNKKMOMJD?=9AEMTY\]\^ckt{|yusnljikjgfb`_[VNF@?ADIMNNMKKIIJMPSWWXXZ`cfgfehou{ƹȾxmb[XWYWTPKJJIFA??@AEHIIFCBA@@?BABA??DJSZ^aa`bjryxuqrtx|}yy{~~||||}}|yvssrrmf]UOMNPPOMID@=;::<==<:87887531258=BFIKNQV^dfe`XQOR]kwzuhZNNZp}ȿ~|ytniffilmmje`^\ZXVUSPKGB>:88:<;73/-.1564/*$  #%# )2;@@@??CHMQSSRQPPSX\_`acfkrz¼ytrtwz|~{wrmhd`]YVUUUTQNJHGILOPOMJIJKKJHE?941122469>BGKNPQQRRRQSWZ\\[ZXVWZ_ekopomlnqtvwwxyy{}~{vqljjjjihd^ZXZ_ejmnnmlkjhedddb_\WUTUUUUUWY\_bdb^[YXYYYZ\^_``^\YWX[`ehhhgeeeghjif`XTYPQ\`c`bdhsy|yxw~|zqx}xû¼~~}{z}~~}iqflkrxyuuifojkkjedjnYS>4?HQ\SIE/-;I`n`ZU@IOWllXSWONV`c__SSeovwunqbmuhumkefjnoqikpty}{z{xv}~psdk`un|x|w}}yztw|~y}{rplifka^_[_fgtpomfc__kips~sdWGNKT]gmfYPMO\fpskd^SS_dfec^YR[^hnljijv{}szz{xx{utrmrvuzx|{|z{ljlq}||sp}|}}xyywyyuwwy{umorvysiXTLT[bjibSLHU[jqsonfhahkjhmlmqikjou||~{|usrttruxwv{}}{}uvuv}~~|utuy~xllqxyxqooojnjnmorxtwuuolmptwzqf_Y\`lt{|vne`bcjosvwuqlc\Z\cnv~xpmnw}|{}}vtnloswyyz~{vqnmmnpuy}~~|y}}~}|zrmfdbfiossollmrv{}|zzz}~}ytqqv~~zxvrnifgglqvx{ywsrppruw{~||{zyzy|~|yxxttuux|}{yy}~yyyuvnt}~{uxjkkoprnxixwy|z~bewtr~vwlyrw}Z|zu~s|}pkmwg~n}qjyq{\kmfszqfk|l|ujzzartzyz~tsz~hkblbr^ye^p^fly^z|tnqrr~twtjmzizxkwzztzvpzu|rwkvm||ubkdubymz~wq|{hf|lnd~zozhrpnurt}|wr}p~nw~ntsfvi}hqUlihhz|infsswjtoqutmyuw}{z{~g|}zti|nx||y|tukqwwvm}hwny}~z}koozvy{zq|x||}l||skfujquto|cyzossy|myk~v|rqr~tknkxg~elkkmi`n]go|xvutuoy}xuzmzy}~z|up|w||s~xtxyt{v~}t{vxxprkkqqw}~{}~rnrtqzy}qyqoquvq|wvp}sy}v{u|szpmwgsusprdpbkisuvijcqpqrsnfinjxkmmwxrztuy}zz}wx}yu|wzz}z||w{{xv}quuyu{}~~ukpgvpvv}||zzx|w|w|qqs|rp{qvqswyyw|tur{u~|yzuu|yyxqplllntuuustswz{|~ywvpstw|{wv{ywusq~uw{wvzytv~}xtu|sw}~{{{}{~~}vtvw{uwvtx|zzyxrupmxtrvutqpormtrtv|{}ztwswv}z|ystqsu}zuoturplhhjnmnpmhsqz~|}~ytqvqoskprpvrpoghtlnphjhgt|}gfiq~~}unty|~usuuwxyqqotrw|{{{}|~~||}w}}{yurvux}{xzw|y~~|szv|zqld\behhab^\fcgkhioqyuu{xy~}~}|}zt{|}wzz~~~zrrpwx~{}y||~|ylklw}|zpkdkkssvrrruyvzuxw}y{~~~~~}zvz}z|~vvstusvqnlns}qickqtxogc_bielkfkjiqpqy{}zxtwyxytvttoquswtrnnptyyqnrz||}zzvttrurqojoqswxrrpmvz~~~~|~~{y|}{}yxyvyx{~~z}y|~|vrususrkmfc`_^abceaebglsv|zwzuxz~{{z{{}|||z{zzvuqssw{~~y{x~~zppqprrrrqqttwvtwvv|{|~~~~{wvuvy|}}|z~|{}~~|ywuustqronoqux}~~{ysnmnnnqpommmprturrrrqy}~|zyz|}zysrmnpsy|||~|z{{}{xvvwvxzyxwtsportw{~~~}}~~}zwvwxz{{y{||~~~~{wy}|{wtqpprpomgecgnu}~yusu{losmq}gn|U|gr^tmiyuba28Ljeun60NfPKbO:Tjб¶ίwnzNkjOb}{Ovs~xulVX^VbwYT3M?2<>?VYCBN`}^^elɯsbzrkk`^BG?QTsGJA;TUJVY7]OEMMhbold辰ܼζɏl|vpUVAPacCC7035&=9<43@69H12>PLOJBEfTCfXLaetvvtżǮzzicpShdQ_\LI@aWSO,GC.RbD@OB6U?PK6KGTRcT=>TIjo`n^ULemVxgƴ̸ѶĽz|l}nrjtdigPZXLJ:A>VK=FMYC$622^c_QB0&(86N\VOEMSII\YiqZai}{Źëzrwg`vp~|oe^UetjxnRLJ7ELPFLL1,014BF6FJTEGM>YbRLIKIXIi_z}|qmi]iZSrkxqkZehjutpx|~yӿ·ĺ̺ʾ·~vbnofdebf[ZYcUSNQkSPZJIOK0>7A*-% +<@C;C=0@>UD:995$>ZXOd_llOKMflYndf|wgɻwdvdfsj_i|wjhujjdynkvkP[TSPGPSPRRLINI`[FVEAD7;?%;=5IB5G==CGW[MPBQ\[iwsdUVOPcjql]safsrnx~|}uupvtyx{ȿ|~w{xvqkcTsrb`aOMZZTQLQ`a[wnasWX^c`f^YJOUPWUQMNRWa\LNRH\b[WXPPC\NHHW;BGMPY[UZ]^fmsqkojpunqxrpdkfvklqxmt{|v˷z}w|~wptp__gdZUJNFHOVX>FASZhj`ZLY`gmu|bR]V\noe]X]fjvz|nqpvz~poptafiXZ]kpuogaadhmhyzxrlj\bmrwlqetk~xlqwwqzqjus|}rwkWdkqspunx|}{}}~ntqu|swzwqrz|}wki\[X`_[gqso_`hrsgqbmouldhfeeiifjlp}}u{yz~wwptrtpbhumcori{}rsvsdil}usjh_dcb`dkqjgopqvv{{rww|}rk]qvxsv~u{~~v~vunornooyzz~jj]heiac`i^MJ@NTX_`soukhlojs{woomnw~paqkoz~sbfo{~}{{vstu|xyrz|tnut~xcb]itrx|~{{trmrosw~}|~txt}~trpttrqzzuyy~||unjec``cmow{tpxxwwxzvxso~vys|sdoy{|p{z|wpooqsuoxyrzzzz~}|u~zuuztnnihnp}{x~|v}zsvvx}y{xsnidl{{|}~{{~~|w|}tspqrz|uqjnjhfkeg\efhktv{}t{{zqormev}splovzz|{xyzvvw}~wyv{|juww}|{uvnptx}}{wsrmq{~{z~~z~|||tpsovarsjqsivtqkstmt|]jjwqyolyxn|syy|qygakdqjfnYUjc}^e~wna|wwrpbq_rfotmls~mwymkyktmb|vnkyu}ztzrjux}t}uwrxy~qgowg{rrgmUrr~qu{{nvru~~{~x|wu`fpzhcw_j~i~wuwtugmZkqTpcYxwwrxbloolcfeoqnckih]{qnagwr~jdzzo~tqb}vm|yx}~{{z{w~}~|wxrts{bpy{smohrnunid^hjskrlt_ijmtijot}zr|nlyf`rnrvwp`hb}u~psovmzrikty}v}~}{{|z~~}}{v}vvx}{{{}zkrelw|rqcos}|yy}y{}{{x{mt|}qi{ceoyszxyyux~xstkrovlkpqqclqox|rqjhhnjkknkrgsomkhjgpqtrvu{y|~pqt{zttw~xxy}|}z|}w}v{|}{y{xzyt}o|}~zwwtvypkiik{yv|xttqsplrmlropstoqqw}}~xw{{wo|xzoyzvxzxtqnutz~}}ttx{||z~~|~}~{x~{~}}wz|y}~sy||rxuqxu}~{zuwpz}y{~wvvz~{~wpxzytzxssrqrrpuw}~|~~}~~{yux~~yt{y}~~z~x|yxvwnupnrpmtooupnswznc`ahrvwplgjjgvruzoy~{~{y~~}|}{}uwrsrsty{yxllijrop|yz}mcZZ^fpozyskb^\_ckplsnllkiop~~|{~}~~}{w{rrty~ticblsuxyolegbcdchintvrrljint{|yynrrx{{y~uulqysifdp}~vodbcjlvy}~zsnllpt||{vzy~xv~}{}{{z~~z{{vsjgikx|vh[^^hr}~vrf_Z\djt~zprsy~}||{zvsvw}}~ywtngfirzzqc\TZ^kw~~xpd[SV\`lruusie_^aiq}zvy{~~|}rplsx~vn_ZZ`hu{{vj`VQS^cotzzsopgghjsyyyzwtvsv|~}|~}z~}vqknu{{wponmottvzx{ywumkmsy~}~{z{~|z}}||xyz|{yz|{}xzw|ywpllpv~ysljktuy~}}vokjorz~~~{|~}ytrtxyy|xwurssuvsrrrv{~ztnlmnqrxz{{wtwrqsonlknvy{uomhkpv}{|~~wlc^afmvvn_L=48?ISXZYYU[dp}ÿ~~}}||}|uoke`[URMGEA@ADIOUWVTRQTY_iqzztle_[WVUVTRMGEB??AEIMQVXZ_dlt}ƿ|g[Z`iqxxkYF927DR\]WK?9:EUdnrnhcaix÷ule`^][UOGA;86631/+("!#'*+,,/4:AFINT[ahloporv{}yttqolhc]XUQNMKLNV^_]TJB?BL[hnlaSB89DVhvxncYV[jy̿ǽ~wojda^\ZUSOLIHHHEC=84112455689=?@@?@@CCEEHKRW[[]_``_^_bgow|}~upr{}m]NHIMTXYWRKD?=>@DHKMLIC=8336=ELMLGDCFKPTY\^``aabcegijjjmptxz|}}|||}~ÿ|xvvyyxskc\VTROMHEBA@?=<;::8766888642.)'%%$%'+.49;;9531027>FLOOKFBACHPW]`dgjnruy}~zyxxxwutttutrokiijlmnlga[VRQRUWWUQMIFEEFFEB>:76668999886788889:>BFHIHGFFEFHKNQTVY\aeilnqqrtvx|}{yxwz}~yuqomlkkjihgfedcc`]YVUVXZ\]]\[YVROLLNRX]aba^[ZYZ\]^\ZXVUUUWYZ[[ZXXYZ]ekkeYNFDJUbklfXKDFP^jqrle`_dlrwxxvutstuy}zpow~|zyz{||{zxvwxz}~~}~~}{yxxyzywsokjjkmnnmjfb_]]\ZWRNKJKMNMKIFEGKQUXY]ab^VLC>@IUage[MDAENYbggd_[Z\ahmqrqnlmpu{}~zvvx||vokilqw{|{ywusqomkjihgfeeefgggggfhlookbXNKNV`inmf]TNNU`n{|rhbcgow~ytstx}~zxx}xssw}{yz}{vuw|}z{|y{{tprw{wvx|}vqnmpt}teZUW]fotsng^WRRV^hputph`XQNRZfqy|yrib_clyumjls||uqopu{~zxwxz||{xtrqqqqpooqsvwwtrputjeekuzqlmt~zwvwz}~}yurqrtvy}|ungb`_`chmruuqja[Y]fr~ulggmv|zz{~~yvuuwy|~|yxxz{||{ywuttsrqrtzyqmklotx{|||{zwtrru{uljmv{z}~|{|~~{z|yvvy|~|{|}|zyyyxwvutssttvwyzzywsrrtx}|vqmkjjkmnnnnoonmlklnqux{{xtpoptx}~~}}|||y{~kmqg~svs}|v|u{xzkoqiqhqovsjuunvqm|`p~`x{{s~swp|{wq|zqZiqjezmepqdn}~o{kxuqxuesdq|nprliij[zhw]sj{^q~fxm^ty{~p|x~fqfzh}t~~{zwthx\nyqdufzehp~^f{s_enqfkqgNgoh|pt_uz`pbw{qm{cgvjkf^tclum~tmsl|vkupesju~~|}ru~wxus}uly~v~y~}{{~z{|otnzrsckzg}uqvq}~vms}qj~yvuosz|aitsotrvvrvgtjk|x{rxtm}{yxx}snvlw||tpwz{qusyn}x{{swqwns{~{{zyyyy{{hpquywtst}~}qu~}zsrvqr|qultxqtxfhhqnsu~njsfrqjuszuqdpgcji}gs~}jtzvup|m{vntvzulpxt{nxus{oozjmss~}}x}}t|u~ypldnplvusmtmnsqhkjlqrprjyxq~{wsernv}~|phomsuuq~yuvnwppyorxsr|{|}~{u~~zp~y~|x{uv~{y~~}z|t~|}~tz}}{||{{~|sywy}}w{xsspronssrtsu~z{xszuz|||z{~v~|z}|lknmz|}}{xysrzwwyvt}}wogjliooooqq{svurw|xywxvw{wyv{~~~|~|}|~w{zzyigWagszytnihjdejdgmn}~||xww~{{zz{}y}vszv{vwspyy}|}~{uynprrjqkoy}xpgomuzytttruqrotu{y{uw{}xuppmnotx{vjc^]]`ekns|zxxposnnqotrrvx{||~~{tpnv~|~yy~~ywnrtzwonort{|w{v}}~ww{{w{wxz||ywxwyyzx|xwz{}|}wtnklmsz}snhfhqux|vtronqqw|}uvt{~zwyvvtuqqposuvuwzwsg^UUU`mu||wpnmorxy{|x{{{z|}~y|}yuoprxz||z}|snkfiotzyrjhdejnw}~}srpwx~yqninnx{{z{vwwwxxuooijhgijq~~umhginsw|~}~yxwuz~~{{z}}zwsqnhhffkqvz{{xuwxxtqkf`_[\cjrx}}|umiihjmquyxzyx{||}~}||xxuxy}~}}~~}|}~}{wussv{}{z|~}{zupmkmsyzyvvw|~|xurqqrrrqnkhikpu|}~{vqnmortwwwwwy||}~}|zy|~{wusqtty|}~|{{{|~|{wrnlknqw~{vutstursrpstx~~|{{||{xvqqqswzYuicxrhyyrrveX5>Kdjx^9*aZVH`CPNgxؼ⮹áufveM/N=M^zi[jLq{k~ϯk\Fd_bgrWP6FJ>2D?SdDLOvZstɻպ̦ܿ|piuoL]Fih[R9E=<8PW[zUc\_[nmepxʖmf[|jV49B6/=NY\o]DM^]zv|}wrֽŽz{ycRVS^\[aDD=FQEA=+(7)"$8%#0@A#*GSTB?+#5ALojWM>WOR[hikiWco{³ӵŽǬ¶ɵs~{pqzpoXarinK_[EgoUSZM,B5>@DA;>GN9CFITbP7B94K7]Uq_jR_Nbp[fqre`_TYjcjqfzltp}y|nu~ǸǮk}yx|s{oukecVhmVRaU\b]?VOA<<4636EE9-&(34.4;:B8/51$':HS^^RU?Pi^`fkmpTW_|sr~xǫŶɮû˯ѽ|{}{v{ira_pSBRXYZPPhVWR]VO\C9G=6067MJQMEFEWQ[Vde_cgomfZ^nZ^fnu||uz~txytlktw}u}|peqw}zt|}ow~~x{|qmgooqnstx|usuzqnda_ergprur{ubgqty{yq{xzt|~}ssgmu}ruwvzvyprrnhsyshginqooq}qsswkeRR[[moxt{{zzutme`anmspinptwz|z~ojmq|yvvseojlprnmlnonmiln|wrq]f^bgsxyunsttxvwpgjhpsxvvwtxruuy{vtopqhhppox{}qqjjhgliimupx}~qnu|}yywrvwsst~~}wrt~}ys{}vogonvxzw{spttwyryxrdfjpwwu}~srnt~wy|qvrjmkkspxsytwrwospfoxuvsorrw}y{}|~yhspt~z~x~syurr}rw~txjo}}y|oyrq]kF`O`ziksllcbW~rfgxdkv`Ztfgssil`VuiglpcaW~zmg^n]vdqnktz}k}vugzny|{uiow}{vvfoqzri{nslhomqy|khu~zgra}uirsy|lv~xy{emy~xpxrs^`|rtfhz]kriqyh{~dnWp~`yfxqkxeiunU`T`fd\rdma~||pi{nnldqhpy}n{e~uv~xxq{}w{vqwnry}qouj{ynrTmivTqXS]_baV__Y_uqj[Qf_j|rhm]lrrsrlonik}gyz|pug{zvqwruketjqw}v|{nsorum}{{su{qgxvw~y{v{tqw{klqjz~{zw|{~z}}ty~qvxwx~rwrvzhieqlqswcggpr{p{~t{wqm{o}p}rzw{r~yqusjtqwx~~~uu{~{jleUb]eit}rvo}n}x{y||~}u}~|}{t{|}vy{}xwsvjnoxww|yn{mlouv|wsrxpfjeae`cY_]efnpsitkjohhbdcolmw|xvwy~zw}zoqmv{||~}~~~z{~{uuz|wy}xvnqcgdhriek`ifjpw}~xrfgdirzztyw}~}tus|}}~{|}xzyoxvy{|yvssozu~{yqszxptt{{}utwz~xqxx{~uqxuvwtutrvwnqtuov{|x{|{wsuuyth[ns~vxkhZefokhfhpyxq~|}z~zwstrvuz{|~wspjfotvohVV[kv~sodZ[aisgae_jwtytlvt}uzzvmpv~ynieoxy|pj^cqt{spltx~rumr}yqst{yx{uzsvu||uzy|||pprw||xyy~|~vworsz|~y}{pcilxjb^iw~vu}|~uupowwwyvrreafjyvmi]UX\ktssfWVQ\lopjea_gtv}xqkhnxy|~}}|{|m`_jvs`^arvrrsyvv~~{zw{||}{xwsnuxy||usmmuy}wrqu{~~xrq|le`itvdXV]gx~zuz|~|wvtvxspomkqrvtppos{}kaTT\l|~pb`alt}~ypjiir|||z}~{|{~~yvv{|qlhmywnnqz{uwzvqpou||wtvxz~{{|zsqnmpqty~xrmmopprtwyzyvqttu{yzvsuy|~~zsmw~snkpu}zwsuz}tpnquwxspnorttuttrprrvwwsnfdglry~{vsoonrxzyustsuuwy|~~wqquv}~}{~zqnprvpaXQQSUUXXUSPTX^aiszvld`[[\]```]`dnv~ü}vpkkkihc^[XWVTUVY]ehlty~xrg_XQKIFB>;<;?ACJLPSWZ\^cfknr|~zwutuxxwqidbbdfd_VQPSZagknruzzspkga]XURONMJHC>92/.../.,.0569:>BDEEDDFJSZdjnqu{}wy{uhTF>CO^jiZF64=IYa_UG@CN\hlha[Z_gnojc^bmz¿|vvusqpmjgecca]VNB9200///-+)'(*,-01/+))08=>?ADMUYYTMILQWYWRPPXbmx}~qffmuzti^XX\dgd^VPONOOLHA=;=BFHIGEDDFFFDA<98;AHORTRQRTX[^_``bdfjmrwy{|{yyz|~~wqlfa]YVUTTSTTTRQMJC=978:<=<>CFE?70-0:EJH;,+8ENOKC>>DMV[^^^`bgms{}~~{wuvy|~~zumgca_^\\\\\[YYYWTSRPNKGDA><;:=ACDCB@><;;;=?BDFGIKLLKJIJLMLIFEGJNRSUW[`flqrqlhdchp}~~~~}~zvuvvvuvxz|}}{yvromjgda^ZWWY\accb`^^^_`_\WRPPSX[^^[WRONOQSTUSRRSUVVVTUWZ]]\ZZ[]_`abcccdfimiljr^lgmuvoqlippv}{}~~¿}zytowrxuy{o`cTgmnf[OPS\fWWJACRXjXL<;S\EGIk{G_eõϵ˧¥sfslJ]Igj^_?REA8NMNmCOQQMdid|Ӽ¸˽ɏ̳ztcV|{wreA>2?VRoeC?CjUOmPZaG`ak]fҫı\i||nH`U_mZR8=:B.+9ENENAE-F50FPL?4GHgPUtScnxʻÞ˽rkfsmurh{v_\LZWS:4:)@A(8"9>F`]OKHeOTZgnu}ns{{{k|ʨȬv}rszuvditdzdD]]G_iXVgiCT@J:AICJVW=GFJRjZIVQJ\IfUkWeP`N^gS[gyhkg`Xwkrto|k{zyƲη~nuwtytv~j^iddbWnhPKRDNUR9TRI>BFEFKTH=2*/5C@94#<>PJCJE/2GOY]aY[Gbraddo{}hliuyñǸz}wvfszh~jacfMPf_gJNUSRF\RT\[?JHN<=LKJIG@7C6KE2>52?:3;&:<>GI6KKNOX^YIHBNTTZbgWOZ^^lt|tixz}t}ø}}}ryn{tqqompi[qsdX^SWfngaUSUUNg`T_IEFPNSTPEHNLNPMMNPTUM5:<;OXVPJGC:IJAHYGMW^^fg__\b\cgngqnsxijsvs|{Ŵ{wyv}yiqrsznbquxyrffomjesiajdiogc^_bbZXWYMYVZ[Xm]d`aA?FGTTVTNA>AMHLDCQVNVLTTffnqq\Xbmz|yp|uy{vtr{}~|{zyw}vpz}ssnzumsvvq[_fqkVYKYgvqZTJR^dg[ZJJT`f_LIEQX_[]\WZhktiXZhj`mrl}~{fquvuu}~{su|{}}}y{}{z{uwwwswwq^r}|rjpyqworshkfvsqcVZfjqwqhlmsvraumsx}uyy|xsrhm|ypkqqst~~}qoruwpvpep|z|qdfiy|ntltru{nptsuqvkqt~|~}~x{~~wloru~qilmhlmvzvtvsuxz~|~wwyyt|msqt|wysukslpx~rhgjmqrgjjfppwqotrrox}wvxrlpppxvztwsktrinpvy||wx~|~|y~z{xv}v~{{|||||xw~w~wztpurwzxwy{|{zwqprwtmrvnofklkflmqx{vupnrzy~yvy}yxw}wzw~~}xw||~zy|}y{c{v~{~wxro}q{}us|a~s}}zzumsicojxaptrfwrnu{kwwsz~~wvrv}}s`noxegyuozqmmtmtkvlw~isrxqiypzl_lfphwwxopqkz{rm}{~~nxz}kj|nivqz]tmk~{szw~{t`pZid`ffl|mnl|w_Zp|ezjVwwk|logs[qgzj{fkljir|j{xntu~{yhyxspo|vx}myzx}w{|thktuqtyywy~zwzrv{t}wlrzhpklbrjostekjgrnm\bNqpnjffqmnownl{rplgxxq{u{{~xwvwm|x{}yw|}poxvtnwzwn{|x~}{bkqw~zqtz~zl{~wqloq|stuqx}u~mpzixzvmlolsyjtww|uvblkqn|rwyxrwlysm{s}yyvzzr}r|q~q~drimovs}vqytyz{{~{~qmu||uzzyvs|~qht{r}upuuxtmh{vvqxoyuuzvordgp`sglq{tvxyvpuruz~svwvynx{wtrzqyor~tr~|vztxu}y{{~~|}|qxwx|p{}}z}~~}z{zz~}w{}|z}ur~tvtnwtt||{y|p|wz{|~zv{wtv{{y{~z}{w}~zw~|{ywxvqxvy}xx{v|{x|tnxusz{|yvzshgmy}rx{}|pu{{u}~{z}v|~{wurxv|ekrs~piaiciff_]dsuupeglpy{wukfsqy|wy{}{~vtmpnsw{~|rjfmv}yynkjnw|qoutxysvsnxy~~}|zzyxrv{z~~|z}zo^[eo~xrhlos{qngjemlnss|v{vsy~~xy{~x{{}{qkkv||m``dmuztlkgmtw|ztqmlsu~~~}ssrowy{qibfpyrf_`qwwpaeksz}xwttt|~~~z|zzx{vxwyx|}|x~~}zpa`bjw}zj_`es|~{lbZ^lzuqot}~~}~|}z{}~vzw{|}pjbkquaWTao~}oe_blx}jdao}~}~~z|~~zzw~zrgfen{wja`cq|yndagr|~tpu~~~~~~}zz}{ww{}~}z|{}~}tmdejuvldfmy~xrfgkq}ypnt|{~~{|~{vv}ztqrz~~vkhipu{yzxrqnlmsx}zwv|}{y{~}{{||zvv{zvw~}xuw|}z{}tnlptxnorx}~yvx~~}xy~~zzzy{}}}ywvx~~yz}~|}~z|~}xusuy~zux}~x{|yuxz{|xnb[XXXZZYVUUW]binu|xtoomjeceghkrv|~|ztnh`ZWRPOKJHHGGEFLU]diknqx~|vqljfd`^ZUPKGIMSSOJGHPZekppszļwplhcaabec^VOMNPTWVSRSX]bfjklnrx~zuspojbWPKIJHFB@??=;744789:877;>CIPTZ^`abciov||vtv|}ueTKLR]_\QC9789CMRQHABLXbeaYVZaltzz|~ztpomibZSPPQQKFA<830.-.010-**,//01334469=BEGHIIKMPSWZ\aegjiimqyxyzojmsxwoeZVZbijg`[YXWVSNIDBCGKLGB>?FMSTQJEELTXVQNOU\bca`aeillljimqvxxyzz{|~ytrwyywqmkmmib]YZ[[ZWUUWYZYWROLILSVTK>4/4?IMJ@725=BB>75;DMQPMJMU^dffbachoruvx|}{yvuwy|~~}{zyyyxtoifeca\VSRRQOKHHILNMID?=>@CDEEFFEB@@ADDCA???ADFGHHIIJNSXZZWRNQYckmjgefikmnprwyywvuw}{z|~xroljjlnppnjfcdeggfb]YXZ[ZWRNMMMMLLNOPQQQPPPONNOQSTTQMJILPRRQPPSVXXWUUWXZ[^chjjfa`djoqqnllkkkmptwxwuttw|z{~yvs{tf`fu~weTTbsufQDGWgi^RMPWZWPJKQX\]\[\_aa_]]ahmle^[_flomihkorrolihgecdfijhd``cimooligfffhkmmljjkmpztc]duo][lnacszooy|z{xnvwd]ftzsf_blsri^Zboz{wrrw}zxz}vrrtvvtpnmnprqpmjgeehkmmjfcejptttsstsronoqqmiffjrzhZWewwfWZk{}qbZ`lvvmgjryyrgaft|wr}~rpu}yx|~xx~~~}yursw{~}xqnnswyxwtstsromllljhggjv|k\Zdpwrf\^gnmf_[\_aa_`eiigb\[akuzzz{~~~}~|}}zwz~~}|{{|}~|zyxyzzywtsw}ocbgosrmhhjklmnmkgcabfmqpmfbclx~|xvuvvusqppruy{{yvttvyz{{|~}zxy|~~~~xvy~zyy{}~{xwy}{upnoqsroiegmu|~{xwwxy|{xwvvtrolllmpsuutronprtttuvy|}|ywvwxyxwwy|~}||}}~}}}~~}|{{}}{z|xw{vfnp~u`xert}jeovxcyt\spxz{rm|ww~~~{{tc|thjqr|jzvvtj}~yryZwYoZ^qkcuU`v{|lpqq{ztzgvwouioyceyx}z|vs}|}ww}y||~oq{{prxr~~tzyvypyon~pgv{vfhsz[z|ercUa`Sodbsnqkrx|sydzqyod{gsfx}ln}gyrkvwf_zczt}fz~rstvu~k|~yn\z^v|}n~t{suxytvysz|ppporzi~~wpglg}uhq`kswcuxox~d{~xqewq{|bdfjswmwyvy|ttemfy{{s~{qvzw{~{svvuw{yxirrwvu{}t}|xr}{ylts||xmcetkpksi_jpurydno{~~yxxz~wnqknznamddtptnvdndllqwjyqtzovnoswdvl|ryuqyz}wz{}yz|z|~|z}~{viwwwz~sp{qlnvpoirnslroqqqw{z~}xv{uywx{soqxty}volgzz|~zv{vxxw}}|{x|~}{|z|zz~yws}~{sqqlwt{~yzvv~~}z~~~~~}|z{w{}}w{|~}~~zzxxx}|{|}|}}}srokrwv|pljwxwtwussv}z}v|y{}|yz{ywxz~zoowtuomifehhqvpnhjr{~}||yvz|{x|oijjpnaaaZa_^ffdfecprwvx~|zy}}~|yxw|u|xryruw~wwtvuuy|xuxpuuxswvu||urpwmjecegjnvxytwx}}{{|~|{|~{xurwst{sc_egkfa`\]c`fmeeiekrqxtu|}|y}z~~pkdigg^\Z\ddotwonqt|zvxu|ywrty{vtvwx|yyw|zzwsvx|}vnmnpnnf_`]cnuzzprv~}~{}{}}{||{|}|{}~}}yrqqquu||og]]_da`\UTXalurjeemy}y~~}zvtuxxzsf]Y_^cbZTSW`pxztkho{y||~|yxwttsqptv|zzuptxy{yxy{{zzutuv{|xpihlpnkc_`fry{}|}}{zyw}~~~ytppqsquxtmga]]bcde_[Y[`nuvrolnw{yy~~xy}~|}vqmhdeejmnmnmt{}~}z{}z}yzy||xuuuw{{}z{y{}|||}}zxy|{zz~}~zxxvtsqstsqmmowyux~~||}{yz}zy||}~~|xvvxyvsqpnpnkggchRget}kntdm~ixappizzHJXzkxu<2JjVYcO.FSqı´ȼڴ|{lsVa6Q]BZtw@^\atǝ˼Ƕ}}oWWcYdw[T/K1'60\S{|MI1fg2PB1.8JCRbgK:\}uyks~zɨzl^i\\flHE==;:2?;HLFM27:27H_XUL@GoiWmlXdi}tyfq|{ȼĬɪϹzpvhpodaYj\SO-F9%5H5*DC)7,)"FWIjjl}qsbyqȻѼµȮkn]mhoudJMM]LRF.;8<9'*#42(46?!CQUI@2--HHVilZOUZFAURYbSUYwkyagfpfuqȺǫǰȾйszytur|wuzql\\guotv]ECCDC?.6;O@=D5DPMICJLWSnclb[RXaUf\Tielg[Rd]gplfpoico|w|p~̽pttvuqmlcW\SQ^^KSQZBC=7.8PVU>;//ABCG-32QHJGC70EMgQGJ>?ekZf\urmq~np}z|~óuysfhbR[mcdHGOSTAWMMUR?HELKK[SJICA>IGY_NMAISNTegUHPTX`gkdYnanumydp~¸ɹ¹Ŵ|~{qvi{qlqmmjf`{|ofdZ\jmaXIJQUJ^SCP8AFKFC?B:AJFJQNOONQUR@@D>LVTQNHE:RJCDW@JTZY^_\_ilflmloz{}njes~vueys|}}îźwt|}VXkvnuia]dek`dkkjgamfbjozgg_s~zm`jv}zrgoinyvrxx|{ttuzoulpqtlg^dW`^WXW`ckbSKQSiplqgVc`qxucVa^fcUTTa`lZ^NKWad\kjlwrtqfv{m~zzss~zw|wwqy}|yvxkkrwtgoalmqeZYVYXZ[[_ZWZX[`W]WYW_\eopmgYZ_]bbK7I[aufIENVQYSbfrnoa_X_hyzlkuoonzy}uqmy~}xz|rtry{qxs~}xnz~|vwr{sqd]rc]dij~zrV\ZjgioefnxwzcKTd|{z{~z||zu|{|vtfmkxwwsnoq}ruszz||snkkqxicxp~|p~}x{}}zont}rb^bq}mgLLU\cef`dcWcV_[]rvkttuvzulpovqxrvy~}shmqw|ylqro}}ts{~~}roxuquuv{~~~|~}{~qq|wu~{y|t}}{ytsu|~{~zz~|}xy}~|ywwoxtrltszsqkkilouw~xyw{|~zyy|wuo||tr{~zutyxvripq{tla]\ityqobgfjnfwywu{z}}totv~{}|}u~~xqygyzwjrs~ryeNzxpjvvnjd|ocz_z~wISvdqVncrusku[~kl}c|qk|kuppypvxtwuyvfx}{kxwyn_xwzxvhovnxhvkjqfdxURrleZ{lsnm~x~e~lt~xjz}w||gqys{r}hxxwzuluz|yx|~lsq{muwsh{wucwezx^eoal_QY^jhleugnNkgntct{`}e}xxwurh~{hzWl~[kylnuhtv~xs||\zj}v}t|}z||n~dw}u|sktzky|ytu{}wfqtjlnpnbpmw}hz{rshnyug_xxfiwvryz||s}mv}t|~xyxywtukl|lnuxz|mwtwx}xlj``qn~ydruysopth{p|w{}{x~yytpdz|t~|}drzwpveoiquclmsu~tqwzywzketxpfyjdwdmah`lcxpr{wtuv{{y{x|kzppwvikcpugutsp~y{w~|~}wxv|y}r|ur~zmujsoyvtkyxu|smtqrw{plbfceY^W\c`ji`cohzoinytzy{ryzukptuwph{qrpjozw}{{xvtmrqyytx}ztsyrrv~wsqsszsywxyynpz~~wxtslrx}nrjnx{|zy~yw{~~ozrp|zxw{yy}}~}ywsojkh{zkagvvkp~zeg||tkirtpgcgqkiacfnjmqrrmnz|}~}{~~tproZ`pyqw|kmy}{pq~~{plknikhwtyp|~|roqxuz{oonx}x{y|zt{qrsdeccpq\_qoggvibk{vmfw{wnou|{zu{sqsx|xwtlhlx`Veqpom{|m`dluigoohd`fkhie`WPUgjlgjtz}xwts{~{yzy}~tqwn`ht{ou|w}~~odfq|{xtwstpvuuoqlluzy{{~{xsuvtqlhk}l][hvuqyzwogjrqsyyxrpru{~wffpzy}|}wqnku{k[dgomqqsqimiimorpgdbbilpkh\U\hrwvs{}}}wxuvvwxuryx~{yvuzj_Yex||z~zxmdev~}}wysqpnopkjnlopwy||}~|ywx}tsrqrponq{xfcgtyz~zxuwwz|yx{~}}wz~xqrwyxtxvplltsf]bjqxxusnlppsrrmpqqmhimpph^[Zhrtxu{{{z}xwqrpnrrsw|}}z{|voov}~wpqy|sustogehjmoklklouxzwwxy|}zvsw|~~yqqprqqoopy|sljov}}~~~|{uvz}yz~~{zyxxyyuuz~~ztqnt{{{{}}vpjie`VNLJG;32>INJLXdprx²~ywvvupmt|xrlh`VLBADEHGHLRVZ[^bhs{~snie_YVVUROGDAA>><;;7427BKH>>GSVTOQ^jle`dlttrsw~~{uqomkic]WUUTLA62256567788982/5?ECCFKOOOQWZ[YYY\\[[_ehjjmsy{{}Ƕtqx~zxutsvwwqmlnrqjc_^aa_YSPPNKD?<=AEHIKMOPPPSX\^\Z[ZZ[_bdcbbdca_`bdinpsuxz}|zyxxtplhghihd`^]ZVRMJHFHJKJIGFGIKJIKTYRD::DPRH:6?MRI9-/=LRMFEKU]a^YZairwxwx{~y{|{|~}yurpolg`[WXZ[[YVVUUVVUSQQQQOMIFEGIIHEB?<<<<=?AEHJKKKJLOUXX]cfb[VU]dfb\Y^fie]WYcnspjfjt~}|{|}urw|y{}xtqnmlheccddc`\YVTTTTRPOOOOMKHGHJLLKJHEA@?@ACFGFGIKKIHKQSTVYZXSPSY_aZSSeYe\\^bcoolnhixy}zyzú}vx|wptxuipf{~k^^sjeVHR[^\MGPHTE6=KMXLLJHGHDOYKS\Qa[R\QH[TScZfe`_][i^fhghparjboensprndnejplivswsslhhvqy|wz{zxypw|zeis~imlyqm[bowwwlswigksy~usv{vyty}~u|wxt|yxy}vrunnpuqqff_hgfbgdlphgbab_`iklgbhghlisngfxzse^ev}shddmrh^[iquqppsvlo{}~}xxzqoxvwswz~}~~vwz~~wqptrprmrlpifegfehejioijadaddiikehdilip|pgnvzoc]dovyqccionfhkrsw{ynjny}|}wqvrklpwwtosxyprz{~|ztvwwxvx}}~|}~ux{snqrw|~viedjmlhffmpupkdjt~yqqx}|}ytvvxzvsvvy{|}yuxwwyvtux|}zywtwwx{{|~|~{~z~}{zxwy|{|y|{}{|{{~}wutrssvvrkeceimljffjprmils{{vqs~~{y|zxvvwzyy{}~}~}}yvx|~z{}{wwz}xvx~|z{yxulg~zsjvmkxxjyxoxb}zzz~n|{}x}ukbhojn\skxm~mo|xqkj}zowsjgfOlczWXeca}Xkuhmoh`_icrf~{{x~lp|q|dyvtp~zvqko`tn}{ouw}{r|~vz{o`rxftuys^srtoep{zglosqqvqbgyow}{^hnpnowsquqz{}zzvmlzi~u{~qxt}{}wkv\~{uy~}zx|vysxzwkq}qwz{Wc|yk{{vwvqw{m{touu|ukx^spsgigescjesnpiejllytcxyvxnwt}wsiuv{q{v}jnpzwkol{{tnwydmi|noz{}j|w{}zz|xs~}x{}v}z{~{}z~lsn{{|wxpwmyrytsnypiln}rrqsaieksjiYbdgfkjhhjsr|}qqu}zwzwyvyxwvztxzzvy|r|xs|~|vzx||zpx~xuqsvw{x|z~u{wxsr{{~|xwyx~wz|uuqtss|v|}||{ttyv~~{~|w}xvvxxwivswqwjtyvwrturntqsvquwxw{}|}o}~z|z{uuxtyqjpnlmunuqw~~~zz{~w{|{}xousjrssyvyuzyy|y|z~rvuoxrusvwnswssrmyrttltts{yqyxwyz{{|y}~}||}~|~~~~}|{{|~z}{{}xyx|t|xs{urqnprmjokifdtoqyrddknihkttv~wvt{uwzwwux~{{|zy{{|{|yzrupmmkp~uro|tehegkekxruwxuzzzvvz{xx}||~xy|y}~~}xxy||}uuzzxw{|~z{z}wt}ywppoy{z{{z}|z|}~||ywvzwvwuuqnmiehrpgnuspfiljmwv~yz|v{{}z}~}~}~{}z}{x|zzvqoqpwxlqy|rmippnrptvqox~}qsy|wtmsytu{~|}~{vvwyvxyuropvttw~wuzyxz}zqs}~st|}|z|z}~~zx{|~z|z~~wrtrvsrpqpmlhklx}oopturnloouuq|vw}w~~|~zzvz}~}yuyxxzvttprqppr~tnmmornmifltuxzyyxvxyzyz{yyyvxxytrt{|y|~~~}{{{{~{yw}~z~}}vrxy|yuw}~|{y{z{zz|~|{|}}~wxuyyyustssrsswyxtrqpttwvusz~~~||}{|}||{|~|zyz|z{z{z{{{xvwuwwuwyxtqquwwvwwxyz{~{zy||xvttwyz|zz}{}~wyvv{|xplwy|nrgui_tspNLQhv~G39uS]SL?Ju`ź³Ӵ~tUpI]sLbmMmrrzїʵp|ykVrYlxobHUDBK7GCUMJQ[zqUkɷжǠq~yl[cbXRDVg;Q/HB0;UI[^IG\OQf]ob˽ĺܭڬϾwnnMREny^dM8:CEoglNB5kxG]VLLX_\cqv^}|ùǻȤpvgmYYVelSREFHH-0(.<4B".&&1:+JVYC]eTgeswtlqk~redXFDJ`c_Y3O_TTTRSbI,NDG/'TR\FVWB/5JlpYljznxv|½ǷŸûr~xhfTcgooeK]XfVUI6@9JI-3(36"+?)48BA/*%"91?glZWUdQO``lvhan}x{}ȥѺüŤƶƩr_fnx`NOaFAJ`jeO8VLJHED881G6KF0?5-AA2A&832DE.JGA>AOWUZU[g`n|wf^ftprvy~r{z~w˻Ļ{x|nmwfppnupdkaVgpm][LRjoacX_^^N`^Rg[KSYPUNLKHNQN[QZVR[Z]ILNMXf]\TVNGQREK[HTY[TbRSRXfckjpmzstxmpyzzudtvqqewmvz|u|z~|rdlmpjbjepb^^]X\_VGKOZ[VZaPJVQQ\cb[WX\WQW]N^[ae^vl`WbQ^[UV]dqxg]MSUlsvztahfknxomqzf^^at{nfl^njcgnoydaooxow~owzv{{wmtv~~}xounxyurellge[qqfbjshjqmf_hq{uswwypqrzvugqvyiiacijmnpklhnjmiuusollntohnmxzmhjqg{}m|{oqvtbw|ohsjsoqlrv{d`lefonvqq|}lqpvy~vzv|tjqs|xy{|uwj{||ykxz{}vpu~mqorr}oXc[fy|lihg^lglhp}aZkmyoY[[itpcWURYh^ljdhnhbaknrzxsr|~{x}|z{w{~~~xwuuvvwstx{}xtynmwsxph[qhylgpsa[YX_igbgfjhlcckwyjm||~|z~}}vp{~~xyw~}suqw{xzzms{zyx}||~{pt~~|}}uwnlgrntrlr|yvoipxpstwtqm~vxus{z{zrw~wusxyzyty|wtmstzxzwqxzvyqkjnswvqoou{zwx~~{yw{{v||uqxvy{wvmuz}{}||yqolvrnrujxz}{iluzmxwpnyx{~w|}krsvffuyf~Puzre}{txwtq~ijp]lx|fc_Llfuy|odpgnozrsjjfpffxj|qo~gg|yzk|rycxvas|~}e^shn]n||~x~}|~zxslcyk}kYzlx}eatuo{|zqfiq[Wvwtk[d[qpgoftflmaq|mgq{vq|zvtp{jy^{mp{xqtqz~zn}lyuvqZgl}{~w|lrx{qtqyx{|l~q}}g{rs~}xmgmkmieWpcy^|goqusyv|pt~}|qz~ziz|rn|gt||s{vmxm~omru}tnrlmfukoo}}wz}|y}|wvxru}wt{w}u~}}u{q}}owjnxemhfhvkomptgomvpy{pmpws~tnvqjc~|rpxtpy{ts~wwyrv{tr|n~isvzgl^sohuxp|xwu|||z~{roxwwmy{~xxvwyw|}}u}x~{|yxwvtw|nrwuhppx|s}{{}syx{~rzuzx~~y|ry~zsjzy{|vvu}}qq{|vpyorpptxu}xqv|~xxx}|sz~nns|v~}yzqz}x{v{}z~z}zu|{spttotzr}wy~x||}yt~zy{{xvsurjjnjwwrhjqolpstzrz|}ywuz{{|tqpstu~ukt}{vtzxww{~{zxtou}vyZprYYldm}g[toWknorqbnnmiporspsuxrwy~||{xz{}y{~}}}zxvtmupltrgqurynywjhxw{svxw{}{z~~{wx}}~{}uv}{rj}qchpu~wpmrjfo{xsspsnmwv|x}uw{z{~xz|{vp{}ujx|chusw{sprhhkwvjopknuvqpp|tt{{||~}y~~||wwwuoprr~iozcs{y|wmqljrz~uyxp}}~~~~}}y{{}}|}zxzy}w|}~wv|pmzljywwwuljlzxssxqknqw~}y}}~|~{{{vxxuvsssgqzkagyoiolj`grtgjuribsxslxvosvryz{}~~xvxztuuyxuwwnw}mpvvzpooyxs{zrx~z}~|{xwyx{||||yyxvwxxz{y||~}~{}vu}}urv|wtrrnswyxutxwprvzx{~xvwv~~}|x{~|{~|zzwzuqy~uqvwtqttrrxwwtswsvwwu{z|wu~~v||zy|~~xuwyzzz{z{~|~|{wvzxrt{||}~}}}}}~~z|{~}LISTBINFOICRD 1999-11-04IENG Deepz0neISFTSound Forge 4.5bambam-1.2.1+dfsg/data/iguana.gif000066400000000000000000000123131436045143200165170ustar00rootroot00000000000000GIF89am@>#+(18*00B:=CtiC\r>br.xNo#}9n7xLmM{ruxc}sgtO[f9h}|Uxjłơѽ!Created with GIMP! @,m@7'<2##7##'%'+22**66$$6%#>2?676*2)؍*2'$ļ'2=1<<7<4*55#HLnP儙#q1z豣9XxJňWFF1߫2 Jb=3ƈXU"T 1POګ+fĠ5]CوL<.| 2 P&xkq2VeU$"D!28m@VD=iPkWOŃV-KS#L֯%1(o7VpX!a?"hZ;6X60@*uҴ`0a(b5b]ۣB2~5Ǝ9Rzc?Qu@@\&4pW "p,ɐTWԭO= UA&0JC5P l?'<@C& tl%&}eB)`5C_P 0Lz N *6FQPpC ? DŽ'Bx'L$D HPK>]#D@LrϕZfieA&{0(J="}DUC 7 QX0" 9(! $Z "4 6\eZ C&̰B Xii=Vv@; D ޷ 5JF8E뮇9@:l@8 \NqGHJLZbi,_m ,0C C0D =@,:WoH3*+C/"XHE*(,!P 8lp5ܝ EZע PB  Zs<  8e.)t7 D "P@n}@4l! 8u lֵ`BA6 Vmy{k)k3M,`To@ȥ`I@ AxS%  \pA^0ÃP5 @`!d.*jےl c-2rt`ĢEX35L0^t#$@ưA ,^,P_"Pv P3 ':fU;B~70Ûт7ʴn" `A be~G @z :Ԑ7h1a $ D! >@AoP]@k/8%LP $R]%e)gvA xqptt$d8  I|BCG0C^0rXDL^a ?!`r@K< K)!6a<*֬r_yu$ `MC2ܩbF3r "}q]dS&G`jnvP@DY *@+8L20 grIUmŠc|p, q`: SI-s8@1z`"@YʦNP@B5O.Uy,.U&*8 ȺUaEb2Z2B 8@(HQ x)jŤV::y64$NbDڶ0-D۞mh0m#@\jB`$`#@4A4X!aչ%HxP&B@@b 5 dyJUj]|;k@"'@Pd.Vqy`س[$ VIIVƂ A,h |LЃ S (Gqgy'%8#!p@|%˲U~72^Ќ\5slY`2p[Z NH5a ӨaAbgx ,*żr*i`+DF0|69g\NQ҇@T@e$uF| ‚bp@b70R&=>:y8ވĚ~^(Nf4~"n}M/([7F2-y9!Nbr%ԍ]Qb1wi`h)&oHo#o.a3*p&,],{%0afT9v@~8'_G N@E1LdSE3;GjoEGkUGU7# x 4eVu0~Mp",~77_:s)(ZM5KUuFaTt8Hdw'G;8`8(3뒆#i5JIls) łU1gDxXUtPxwUiJjXuU<\rf/`#w{^ @@wHz󖂠foGk.K&[P71؆HPd:(38xUB~z{'L{9dF6UYGjW6`[`v5H#XfT$$ٶwI4>wTjP[7t[ )\5cC( pQ(/&M>(w [ws 7[gDku5;0G$3$hhG-Ԑq!P %i<ZY Ə:ׁUUugW,\XCj/XEH\pSy"PVHi])_i1)Gtky:ByjXxy͕, 2P /'H1lT:G6~kI`pThVg{87efXHI\T  i$/6>iZ)Q (X1 YgVy 鴖7ɟvu\ڙ4&i)hER9  `Fi0yyiexiY_'JJMC,Z/QrJ֛LT0x#rw{ND&If攜ЙIZi%Gѣ>J$j:Jt:mt?~w"Ge?9 @DfCytS:^)`zI㥝Q`!+Zwa CS6JB,0J5rPIw@YiN ɫpyr$ JE֗# Of$*&UK"`?&wĨJn,c\z j; ?Y:4JB c>ov%-FDZ%ծz J1`zDuFrS(0]:N PYGeY5n>#nFY+j?p@Lڱ \LC(?Z(啧2OAI^s?R3c&Y+X`;c{(a FE"lYuSK(:jo!pD{%X\;_+nDek PJk\P$OhougQCl66fr b:ZÊy{5,4ڶLC [ۺ NIJ+xgS{ |t}1`}$;CK`u; b{+Y  u">DVb K 0^OqxTKX  (,l!囦 &Q$Gu-! >5; |Eb|w%Z "|"2$(I%;,Z|ą A,A=  ;G-r'LNl5;Tsṹ!!F )^&\ ǃborǼ*w@%䚍p1kHryN9,OܒG'kl~%53I O= pk{O*w8ҲOLˆbLx*S̆@bcFcɿq 5R͠B{&7?0 ',,0+} ' lҪK"uvцܐ] CC ]GT%]CvgY0J.m*  Τ9d&`G}q8ˏbN] 8ʤ:SHՋ*Ɛ K׫0\i׍'(֚EK}1ʒQd(rg >6 ي HT,O ڇp˪,{>(ڈϑB ۆ@]I˄p]Զ@svӍ"} o"4@  p,02Jރ`-0a@CGGX[CEXDSTFOdD8_E?WH?TJIOKR[IGtDr\L~W[e^co\[TDj^]WCc_jVDWHYC|\G[CX>ZOZ>n_f[Iu_X]?|^Pl`nhc`pbXt_ky_`|_YYJqeclfkjfq^Cwdd]L_JaDaQcEbKb=eXC %Dc MVD98.4 &$`E,W`n硗FEt{% 8z> GEǸC1H "t.Dt\PERtBEXм6,AW;AȰa{XBCBc}؀(`I <8 9!GpHN(lZP&Q){"ȃ B07+9R~x S. w^'!H<` G 7rY>F97-dh. l 80,HBwʴ;v 8\g&:@OHL#882 A.0g42p6/>G: 8_P.\<05Xi1KLȁ $HtIj"JW6^`G?! I!:Q ZBp+.AO`L MC*88efsT \ LR?H" ,  P2rrK|1 < AphR悔`DS"ȵ8:L°G9< H(8p86ZUPүLE'Hޤ:A,.54dPبVd .>&y< < C!0I3!c`c*J `A ibB/ |M؁ Z-0 غV„pf° ̠%I3 g C8$NѯMP{|ClM" L[EPzI&[ F^ÀY;dHΐ W @Ia k8ǧ2HB䬄9b*hMo hıNBüV\CE$' pC 0NLNh/ 5XMFF:T >݁j5 lYK-t)> aA h8 ֛a /3bъ_gI1< !0SnT hh6i~mIb 8[#8B BH@9}f\E!a,O>ɄdE|a_ ЄL-1lg ZÂϰ cb^0`#p@ eh2e$:ш cL!Ѐ @Hp097Qh8'uBӂBPa]pϻ@f)La E& Qz+AM0 $I1^xF5z]Ăא-1BORCP>y-zAo׀3Уsq.qx? &@,P2=0Ap0bU0?E&a/HH7V cCFm65}Ap \ p}lpwB5` IpX'>z {` p 0 \ ]xPVxd8!w 3,l t7x0c`= 0CX7tXCp90 #Q` p  s`p ky@hp\yoRVy/u@ZSFSY6{5ƀGk`epCW(& p P  kpFj c? ouX/ @0 }vmVI^x:pL`` PH3`#q P L0Q co0  pqpVئY#`0 }W`p)$Q ` c<jw p  h І m+2pm1)&ًigp+P}` L+hppdpGP1 ;Ѝ$} P)ɰ x{59ȆdT$ZEh_e!Ky+jd0 PP FP$1󧍔 %I+G Gh !J7] WF=QXt4mpgQny4@k00l " i  F PpP # 95 p +LI0F/}Bf` c:U 7 @9Pj p~'M0`,: y|Tt#TXH0Z(?n~^pL~ *"p  0$Mb'+ @ o _ H &^EZI}ʉ P0k@ "J: ɐ0s7p*1Lo{Q Ё5=J%c9pQ80 z@$ ̀sЭgP`**:$0X }4: [6[oU5PQR87P@˨j Z# ٰzQU0$44@$w   P @ 6pC`U6P'0  S0ȨMcAU`;̐ xG F@,UL@!K*000x3 h\2x+@tF<f&Q @ nL=@0LpjP}d04 sh&ik!@%)P B[s-PQ)z:װ Q`fn̩x P@P4 8k< r ܰ{*f( Q )0S r@Я(햕p3 00*rY%d0|ϰ S0Jq<@n#5<[+r!np 0 wP*!p eں g4@ \kp\[:꯮0@ pPUd@0{@ `   ʆp4c\Ti0 P(p04L  $x4 ! ` )PG>PP lL p4$  0L -0P F[p0 8̲ Ϡ`[ Q P C<0۠Gе 8p00ФӃ@1 v`*` @ Ѱ P0@ pP P3 1$IԽ\@JmG  r9p 1Qk͌  Z ` P 0{ " `'!` ؜QP~$@ @ P "  &Q- d.ল qo!  -`R A+d0ز-{ ū\<0  ڽ=17 a5W PP Ͻ <P :J WsM<0U~l1∠Lp& ->`'Y>:.?N j@> - K>PvP  AN q: Ĝ` ;F n͈ !P՞0 @ ɔ \J\8a \ Q @X_; B}Sp 5` P\_^ pr;#`Pop q[PG P=@?q] q:*F߰ @ J qM7/8}!p7oƯ  ; `p7'H0`]`O@ /_>BQDʻlޢr<3PJ"'JZӌ#Ӳy KGѲY:$x̊6-҉l̗&(<@bD,P@fY6b#B5-]7"p`[)QJ,AH:@"1ҁ|Р CZ@P() 0@  @ @%f$1a:/uP 3clPsc4h`uݽ^x͟G^z;bambam-1.2.1+dfsg/data/punch.wav000066400000000000000000000101201436045143200164120ustar00rootroot00000000000000RIFFHWAVEfmt ++factdata}|~|}}}{ywusstuvux}~}}|xwutvusrrvxvxzzu{{y||~}||uspqlpnxwuzywvwssx~{yyxojrtooxqmnosr|}{~uphY]]UNSUOUV[fgctwȾ}sb\f[RLNNDDOMZfko{{wzƿjTf\Scbcabb_psvwrnkjruz}}{zsv|~xuqok_OT^c^agepnyŮnfge`NE.//9:ESc`qz~^ލ[jqrUW''-JUQ.3MiAʿ||_Y|er\n[7T78Vm3tϿͼl]x}z[VH@*   '(!>HLNLsʥśϲxuŽ~|so~h]_>4 " D:,EJ())61^JO}jwXYqx_FwKA~8Jv]ƤǷżùŬɫȓ`\y`ka]U`cnQ'QNBtRa]G`vt\̧k_dfo*0AT~,ITFK۞$yܥcs/{1q&B!Wؽy]uO\HtDkwʪnpĭҫ‚XxϪBh:Pk5rE-c“cb]WqvCwXHua{͔wWd~W?/lV4'zSs0lM[`vWS\op\xC](dqi{diixn䯷{z;S>8k݅G~\s`~{{a]~ISv ]vXdrJYlsmb}+s@g8uIVypt,xt[ĦgSwZxe3vp3|jmxRpuozDŽXi{]t|j=mOopd|SeLG_@Jsk^x{>}}A\{xưôԌ]Wxqvryfzqw~OW=l{}s=z`%lI@xvRPQ[wpeB~`XwPRmq1MkrnQp`Vtgsvso^ojnkp}x~ozwad^gTkwQ|j\wv|rlu}ae~Ry^_Ghsm`ssdOR{yKRrE7yO}lJhZ`aHhaugky;^prs{X|Zrintynpi^}yÓyfWfRpJn8{ylyQ_xR\wxeqoYy;\33CeMZ"tq?GyGQm`kFpzOdyHNbl\cYua|~wu߇h뾶uzsjzcvBx[Zz`Thl;PC\tH@?pIHaOY9KJ:Z{a`I{BldxvvPQ^grMfpҍbpue}{\h}yq^vViB~@d\bnfdizvaguNez}qumb}tqopr_vko{_sqVOpdbvLXrfud{]n{u|nxn~}X|kp{uk~{qwx|nfhf{zwbufXf|iHqlpGm`jxZbfyh_}KlsQ~tMmor{vbmtsxnr{|klyn~e{[^{h|R|`sdhpbz~z~fop|{|xzumxuxepsln~{wdt}qs{^]nl~axvejnxz}rxwmp|~synWuwldlndtjhyyvtei^|tuukqekujpbk~}upuv{hyrv|u{ttw}wvv|}stjtt|jqrzyp|sozvxxvy}m}|z|u{zx}nuyx}xz~wouxru{txex~zxwzi{xu|||ou~z|u}|qzp{|q}s{yuwu{y}w}|{{}xr}si}yzmuw}nwxtx{{ty{nxv|}zxx~{~}|yy~|x||r}y|pw{ww{}z|}t~uzy~|x}yv}}|~|}zxy{u~xy|xzzkzz}}}}~~}}|}}|y~{}~~}{}}~y}~yy|~w}}x||x|{}|z}}|{}}~}~|~~}}|}~zwz~|}~~~|}~~~|~z~{|||~~{||~z}}}~}~}}~xy|}~~~~}}~~}}~}}~}}}}~~~~}}~~~~~~LISTDINFOICRD 1994-01-07INAM Punch FaceISFTSound Forge 2.0bambam-1.2.1+dfsg/data/secosmic_lo.wav000066400000000000000000000444141436045143200176110ustar00rootroot00000000000000RIFFIWAVEfmt 2+  @0factdataH$          !   "! !  ""!! "00   0"0!1"!   !1"011"!!!!"!01"!!!!!&% !!121#1! !"1"1#"!2!"!!!  0!!!"2#"!"!/2#@3""" !   !"! "1!#"11#!""!   /"!!"1A12"20"{   !!"!0##12!1!  00 !! ""!2"   !#"C%%#2#"!""""@A3 " 0"C##2"#!"!"0A131#C%###  οϿ #BBC%1!! ݿ 0! 2$4452 !!43C3Q2#" 0޾ R35#C$34"""13CS44#C00  !#QB$"BA#"ݾ"DBQA3$#%" 22C#RCS$$"2Bξݿb$B34""! T36A"A"01οݾ26$#$##3# Ͼ1B5"R3CDD2R#### ݾݾ "$"R%#4443Q""ݮ!#33R44T2Q3"A#ͼͿ$D7$"B$#!#;4CS4CD"B211ܾEBB5#3QA132B0! !!B4&B3BC36%"#1#;2D5%&2B2Q"" ̽CT6#43D#%""ݽD5"C3C%@2!οݽݾ1B5%#3R"A121D3B ݾݿ44RQRCBB232#ܾ4D63DBC34d+D2""2TD4B3B323A1ͽ;1B4##2%"QA2210R2$"" ݾ#SS5SB3R$!"͞55443%4"23! "CE443CS%;5$2R"04#3"!b$"CbDE$2343A3)1TCSS%"Q" A44%$6"3#!!/ͯ$34BaABAs"C$ܝBRTSBB42$"1 ;$63c43D0E4BBݽ3D44$$3B1 ADRC6#4"έQ2B#1#DW$$10S!#54D4C%"!޿155C411S3$AA3B2 ޽$CbBQA2"!ο&cBC#2A" 6QTD$#233!ܮ#5$44$##/%4RBB3BA e#"5#ϯ͞#D5%"4"CDDs$#"2@ :FH6CD#DCR2#!C$#!1ξ#47$3̾"cbAQ3$ݮ"GR233 ݾ6$$"A#%3DBSB#"" ͮݽ BbCBQ#%p #6##1ͺ3&45"B!6Cc5"2߾R6D43$#1SS6"# rH6##4BQ!ͮDE443Q!""3A2 $52C#2>ޮ3scRA@ ޿b63b#2#R6#CB1 ScC4AA3@0RCS4B3$;7Q43$ ޮ&%"B"2!!DCsCBQ ξbSS3D$"12CRR4A/%$3S$""5!ήݯ%452Q#0 w3$22 4%##1@ #DD4A2B$%3CR#D20EE$23;$53BB32B4A!$D5$232!"7uͽRC2A0! R5#4B2"S2#5E2Au< @[8ܼdCCB1!ͯcSD%1A3bή1b535#ܻݿ&cB1! 3RB3!ݝ34S3R #!7SC w0'5#4"2S/6#RBa2C""43SSS$2$"#Gu00"RR"@ ݮ#E3C4!ݿv3B! P1 $%""!3S5+&3E"@ #C3 5$CCR!3ga"1ξ!CCR10"#bC2B! ή DBAQ C4R4! 4DC3(5E3b"2#33 bBC#1B5'sͮ"4%21؀B%t42"ݾ#2# cR3D#ݽ%423" E63S2CF22A5%6"3#  'q14! "Cs2333#3#CR5U4!!"#BͼG2C! T113T6#C44$BRB43R33S#" wp11!743 !R12#54DC(t"!ܮ"2 ͮwqq1 $#DBBBC3bC,#BνͿT3C"0202) r"4"!" $$"4cQ74 ݾ"̾wqq! 0352C34BBRC440"t# 3B*R/1Gްv3Q0  CD3@4dD2ͮw 22"$CRB#3#C5352Q0!!ͽ'q0 3D#2T! Rr 44#1 CbB#3Cξ BͽB$cC# 663R2A33$3BQ#w$34 > 6# RBtQ# SC12#F7"ݿݞe#10SR#DCb2B"#45#@g2!%$3$4!dA0BQ25D17!CQ !0s"0TD"$SC32CCb#J2'u%4"!AݽB43 r$%!'Q +D?ܾ3$! w@ #SQ0bQ"2C4"0ܞw"RQ 323 t߮#"! &##!!3B459#S3$  ;w0!$#$0D3@ m%D$W'vA"!!11 6"!/t! B 4#0 1!"BC'B8%d2"#b3 "QAw02 wr#3) $0"qEa! 22#%#A/23 AA0d32B4a5 RB #7w>3$"w1 ߉ #cQ703s D1 2Q 214#0$ ޹$' "!r ##QGP22 #1 ` 31!!A &1qq 1B1A 64!/2zP̝CR 72#"v !0 w!ݩ"32@/w?"!!A`PsݾA4 !!"%"! 2"V"0"w!'w $$w<>B1B>q2!Q b#$]YL45/"## a2'v!U#"woB w^ 1-̍%4! #ݟB"B14 30z1A11R0 B! w-"07s!E"20/# tD A.l2Q02C3u&f@FA  A"@.""!R0"2u2 w"4 "20A u$! B20a'N1 2! $@""b1 't v#qB #!# w !"0p_ܽή3d4$"B$#35#S4344RB3޽ͭ$3""#5$CE#C4C643R3RA3$##24#0 '`! 1 6%""3BAB3CDD$#bB23 ܾݿ5B3!#65453DC54C4524"#"33 T# H @44"234#4D4CCcCS4430ݮr"6D54CRC44CCB4#335!̾O!ͮ@뽮4Q2!1""CbRCCRE42BR";̾ο"'%3bBR3C43r"2C#3%"34 %b3b  ݼ 2 """cSSD4BSCB433@23A33 0ۯ ݾ̿J1""$"AA2rD#B$$"33F@OpQ2!#"#" G E 2#A#472#3"1!J.ݟp0@""23F11#4#BB3C4$"5 A r !!0Y?G{! #2"0AB3""+ݽ ݾ p !""#$Bq2#BB3C43B3#TS@8 !!  ~  !!5#2B1AN<p_ !DE##53BBB33B2#c(A}/0"22# !o/ݿݾ  t?00$$Ap012#"!1! ܯ U@  "`23BC$$"3##2tP{!p.q=33@TBA#34#$!!!^ ޟ p0##`233RB2C3C44#2B"7_. E #4D432D!!r #3T43CD3#CD3433C3"" ޭr0##D4CCb33443CCC43443C432""ܾ""4CD3D""q"#C4453343CC43C3C4"! r ##CD4E"333C443CC4344s H."/44332"ͻ/244CDB"""ͽt 34C3Cr#C2$"3CC43C33"p"C44c#3C33D3C43D3443CC333#8͎a"#D3T23""(;@"345BC442#3CCC4333"#Iݽ~2D3J-$B43C433C443CCC3CCC33""3͎p#43T23##4.۞ 2435R443C33B443433""#E8ܾ~$3R3r#CC4334443C4443CCB"#4ݭp3C5B"""4C.0243c5#C4343$3C3C32"#D3;S ]t"3G"3D3C3443CC43CCCC42!"448ϯ""6"!#DC;: !"5B3CCCC3C4#3C3B"""33Bܮ""b344CC3C3CC43C44CC33"#C3?22Cr"#T32̾?#6#43CD3C344"33C"!"" ` {RQ2#3CC443C3C443CCCC4332!3C3123E#3!U32̾'C4C4443C4344"#3B 38rB3a"#3B3CD3C3C4444C43433!vD"432으D" %4"$D43s &!B O!! 100 a ND1t!2p B"@ A"v4$QA1R #L%#f&! !!Q D1 5 -" 23# rA/w; 3 t#'.@w~!S#1'0"ECC$#43C43SD2B$4CB@ͼݽ#4CQ"1AAB4BBB3CE44%#AB$##3ۼw #$ Ƞ3bR"##BB2BBB5B4#s#3@޽ݾ`#2!"$36#CCC4CCRD4$C42Q222C#ݼt"0/ݽ 4CB23BB#44BBBr3S5"B ݽ;"A2"RCD3RQB3CD6#$$#$2B301 0C3! 8  ο#c$##$"4$4BR35F236$ݾAB234cCRBR3CC45R"434#4343# n$;qA0/32$32BA35BR3R4D5#$4# ݾݼ3#1BCD%#52QA2CBD#B4#3BC$0AͽO5"P"#Kݭp`""2D5$#C5512c!"CνA$#25$3D45#$26#2p4R#R#$$32ap$!0 3p!#25$3C44%3"%2C%-@ݞ_!3R#45#BC$233c"%#3c#D3C443 6E "B$1#.61DBBB3A21E1b1E!#a?;[yvsD#$4$#34#23u3C$$D#$C#4$"PsD#43AA2 @""5"24!!!G@b!2C4C.0 ۰ޝ13A242A3"B#3w#33CR#b4##C20p5330@ 0B B!"C7QR!#4#T/  =̾޿@3"3"3QA2BG!#R"$##BCa"BA#2@αt""2#/<` #s6 "21C$6 03"$$#3R5a434$34B61"!2Aߡq1"0##2 @"1GM5333B-o μ 1 2##BCsq1343CBBDC".- 03B1232HO ݀ vA1##2s7""33"2 ܠ*01"$"G41%"#4#C3R#3F%0(O!1" i$_'!24!$"#37C#C3D"32""""/0R"3433CUB#C4434443433C4S"@3433333} `1B#S!2#U!$33CC3"""""8ݻ˾q23$B#3C3t25"43C3CCC433C33s"P 353322&R=I!ͭsQ3D431"c#CCC33C3"""32rA2"3D33FB#B3C443C443C3C334s0 #3S433#s"ݼq@3DD33!SC4C433B"33#3; ͮݫp "3CB3EB#B3C4443C3CCC3C333E!t35443#r=?"#CCC4R2$3CC3C3C3"32(ܮܞ_"3CCDR33CC443CC3CC43C333@7!"3D43c"2< O243CCF""##C43C4343328p!3D4T"333CCC43CC3CCC43C uC3/ܬ#4B7""" ݮp243C5R#414"3C43C43333!5 #$3CEB4#3C#C43C4C3CCC3CC333ˮP"353c#343ݽ0"#3CF"C3C24#44343C3"348ݽwC2D2!ڻC 532"DD3C3DDC Yq 20B0$B/# r""!w@ 7o2p" $""RrBS( 2r&`u! "B?$"201r@"!p"c  ۊ#!w# Q/!S 4!Sݏ""sCC#C44$#46$24D43?͞;1CCB""$3CRR3C443cR3CCa22C#4" ̭u1B0SC$35"A3BBSC3TCB3?ܾݽABR3$453R4$4455#53C3R#3$$P#4-Pͽ>$BR"1A3"BB5#4'2S4C%" ͎$""3$D543SCCR3SD3CBB23BB3- 7/R1 4 1D6"2$"4%#CD$3v"43=0ͫp!""264CD46#F"2C4#35#333 O'p2"cnޮ B6"3$3SRC4CCcC3D4ݾͽ2B2%3S46#443CS3SB4$"3=A3"#%N"4#3bCBCC5D"4";޿ Q23#5444CCBB3DA#6#UCB443OP 4B!51 K` 43D5$"B37"%23T #ݾ;307"#4C5#BB$"qA4B44B3C5B r%3$4!4" ώP5$#5"222c1bS!1ξݾ"D"C3R$"$"$a!CB2RR#%##3C> NQ0"#B#01͞2!"424#""wB3R%" ݺ ΏP&3"Q2"2A237a%#B4!1C#$3LOr2A1BQ>Q!2BG1Q!#22Cb) ڿb޾R5A!1$"3C5c"6#3C$3F!$3$$/}P"  2""34C6RD 33$3B#  1!"4#447@2#%"$#3CT!4A"0? :0A"""@ ݾ V'?1#3Ct5"2B286R8 qA#33R37PA"2B3C3DRQ!' $1"B"2A28; `1234rq"113"2RA!2#%rq""$3C43B5@Q b"! ݏl& $ @"ra"#13""(Mϟq@1!#sr22BB$#4$#2B7% #ߍp? "! ܾ 'A!P!Ap"13$! ݾ  !PP@2#3CBBB2B23'0 '1"12!W  C(P 453C!bC44334""""#8ݻp@2#4434F14343CCC3CC43C333EA"#C432&B.ܽO#4D433q34C4333432#38 ܭ>##C434F!#3CC44434443C3C333pݽq!4443&2#(ܽC353D3DA2443C43433#3""!#44CE2#3C443CCC3CC43C43338ͽp "4CC4b"ͽ23C4C4S#2C43C43C4343!ݺ"!#4CCr#3343CC43CC3CCC43433<YjoܞR ##CD3d"""9/"243C7243"C#C43C43C2""(p"$3CF2343B#C443CC43CC43C333"3CD4S#33Cq2#43d#C432C#C43C433#3Cp#$3CU"3C4334x443CCC3D3C3334<"#44b##34>ܹݿo""34E#C44334#C43433344C 7P243G"3CC3C3C443C4443CC33344;޾"#F"""3C@^##C72C43C441##C3C334442̾o0P1#4r#443C343CCC43CCC43333D43 ` "#b""3D43 "3T$#C44343A#4342"3424(b!"'"3CCC3C3C443C444433334443:ݾp&"""3DC38R3b3C4443C3CB"#3333"C4>LISTBINFOICRD 2000-05-10IENG Deepz0neISFTSound Forge 4.5cue dataLIST<adtlltxtrgn lablRecord Take 001bambam-1.2.1+dfsg/data/tux.gif000066400000000000000000000212211436045143200160710ustar00rootroot00000000000000GIF89a            ' ! "-"$!/" ($#'%(5%&(%<*+-*/+*>(+-/;,A.7/G.035241732L2I7 897L9R68;=>:9<<5X7U9R<>@=^<C??XBSAACB^@eBFGEnDkFJKIhK tITO>rLSNMMQSOQNnQ{OUWTZWJS}WVVa^Q]^\l]C]`c[^a^\efdadi hh lnlhk+npmktqdl!o suru pst xbz{x{}y'vx}x { {\~}|8~~R É[ nj ʎ*Ǒ9͑Oԑ ɘє Η ֘šʞӛnƚ0ўמۜdڡ ՞.Ψե ޤeԭۭ٧+ ٷ߻ շN˺&ÿ Y¿$fɺ 0;Fױ!Created with GIMP! , H*\ȰÇ#JHŋ3jȱǏ CI2(S,ɲE0ctIA8c2O<~I候Bb,3'"UJ"ӜHhP@ʪ`^i$4H8@طǒ@!-4`+-ܿreЂ/Kbhh2haō+BH\0qU1t &p9)F[1DG hu F3a"$&$7O0Ͷq;y: ] :ThvQ:-@7NYh|_/_2 `UԀ!4M\}?}'B 8 4!Hv0GJ 蓏>ֳL!:`EA!S=Ï>,q#ȣO?Գ ).>ߐVR ##^С >s'=O?%@T A:V]8# @1a<:4x$5Eev.;tc3r  UH/ q 82nt#PERTӍ0@CHE/Ofd1І2T,€z n"8QJutCGl !E1: j"" %IqҔT` QZ2="M"!D)@aT0QWF4P(@#JuhNbPAcI",Rb p[1Lp^ dX%E_Y^4]KaMH,=BR(b6B5:9T_xm'JQNl"9 @pv,v[+C͈AKPvfóu7;a BR"A "8XKՓ<M4QaDno=!:A؄h HTs 2 B8AvfX%}0F}#8A& JDB؅0t xB+8J T b@e*;%f, I,b5Qf{h@! Ռ@eB jh4 Xb13H "5Q\QCB_.?X -_shzhԠ3!1!E-L:@ġ+ aPF:exRq@!@+g-ܰP lC!cKzQ]0c̋N<r| t"@Hz[ #l@!e(C 2GQtX!L9,x738tU fV>1y`nW=dQvzpo'@;!:>U!n{PG<ܜ\*AںmF0!1Gӟu*  d, ׿9PֹV jT$(\[(G;QnO`e$& rFǕﻱ~(ěMΦZ z<߿s󷇺>#[pn`|;DG rql|>P*o]Ԝ_}M yc~zT&vї/D @4Ӂ* -: b{- @./2k'11-@ `GJx{:"2O U.I…@ J!rJs.b"`R~m2k.s1GЇkȅB&@BxO81r)/x.ȅXЁ.,pt9a-p t28nrȊHnX +ܠv JPqH8nwr(ǀ291.up d "=,F(& 'w4/눃-pڈk" '4)Α ES yRhd| f(w(y::6W*p3肅s01ss0U2WVk3 `KHM3@ԐR|h|Us10Z\_k܀p@ 1p1"0Ba| sɇ"}i(㗂^YnƐtA5זMr Z9}W9Yɇ~ŷMh 4\ QVy "! Ѐ.|Yiw6觚͉ps  %q9)q:  5AT!x{0wi6)}Y!$&p4YwЇ~\ZWV9 I #$` h(1&'@2!ɞ˩Ixi?$9bDy#|٤mg-~5ljYn} u~S?`$#T1+%PȎ).i ʕy p-P:> !(D kvY:y$PA1P}ǚQ!]C5V }}Iə|HyY#b|9y 0~<1B~@/٦Jx/7빩hfxz#<'l`5Apnjphפ\0AJ'  @*Cz}N'{RZxYpdZBQ2 nˠ晤확r\9kZkj`72q50$Q1!'C橕|t츸mlZE'k e$P(tV 0 )٦v+[[ء.>& :vʵh-N'RTu zi\[d`]BH Uۈk*JknPO'%Q.HڼvysJ0[TB+>;5 <8x ˞j6K14!"! 2 :yF %䉜{1@3 Bˀuʦ ?찑Qx|p և*q&J O={Ŵ뙎YJ: i)-OuPnGXh[ {s+ nG LqF0$gyLhwn8 v:ęKɖ:. p' 1#V7 9u:Hj!5’L B;) KAB@D쩹asۮ I:̙ pW"P-. AɤˉjϺ/z@%L: pZ,lܨSf8o 51i:@@ yٞ*2F39(z|i0Q}@;LA ZV[֬%Zq%dVh}+OzQ)O6Z" i6a[h'@l8 )IpKL1P:PPapW M28*v۳={ =N hӄ z%M Ǡ &@aо|xx[ڢG Y M5S=GN ڽ$P}a̼^{ {fqF @` ` L~On AtO+C2:u˸QƐ]d UDaN-q O d#pV;.|<^L'ϖ ` EO! ` ޕQv> dQ`%h|pN^YEqS p0S` 0 FSŭ災L{{ў 0 iSLA[0  0 à ̾ h 젰U - 0)Q@ɵ  6; ` ưj{0 PE M @\%botu̱D ޢHx֎Spd  pR[ Ey q) +  Ia_%skf \ vȐ $9R~%O1G}}v[z݊)R 5I8@P  (%&W T ?]~oPRr:V1 e0Y[ `8@tTOȅUzÙ*[g(0I1)i*V϶jvRzSaCp x/`e_ 燛;*SR)sqԜo Dc`Vuױw;ͷ0(0"b|+}̣.•d~i'kD鄧\rP6dD9@^\DN-~y;\~ 7#ySf>顸@|<|% ,ar$> Q;Q"hXI֌$5%٤Ո,rQG !,4.x2ʙ&:,KB,籛rĽQtES:dSOWV3F@e\3=d-P[jfVHIؠ{< < %+$ XB-eTP-EU@cz1֮Yd½FL0&q1eB m|It]9'3]aacj]W9jmُv\WXhg#]0'Dnd1D8_P%hmZ\ OBd9P"rF&5t2:M /)2fiWx>Ƙc~Oȵت%OsD<g@F(A)ؒK3$!C4Ԏ%^'!2@2FXrf3=: fF`BLGD*%R80quYOS`3ֽgzBYP ߐ#KLM12.q c(Bg2RP)6atY'tZ)iF\ؒ%-EfߠC1}Nxr;A1HW  VMc(9CxHlY8||@0$!)abgb 7U"$O/p1Qb >X2ʑ_=Dd iEyBϡm%"'DoOdS)B A@ |T(l.IL>Kxf=E $ ՛(\DCzn'oMAC^ E9Q{=]\ L8A`ȞpU&ft*cz\-"XKQZM{5?E)",9@"X tp&@ܼP`NhU΂QYm3PB(#rc-T =p!UpQCTQTר>> SlAO-;muɥ"Dā IXV(&ц,)D Ox=h"\毨3Z,a*RBnck T'Ƭ> `(2~GEMtX5!zy^&Il:Nk~X,V-"O )հ['| \mGTL l ePC80,p"{<.1P/>"؁x@(`=5{9ck2,H(@ዂ)t0X)|;|;s$@xB$ ".!ؿx$L"p@0.`2Dx؁<8B:L@ $ 2FXX9C; hHLMNOPQ;bambam-1.2.1+dfsg/data/whiff.wav000066400000000000000000000133321436045143200164100ustar00rootroot00000000000000RIFFWAVEfmt ++factdata~~~}}~~~}~}~~}}~}~}}}~}}}}}~~~}~}~~}~~}}}~~~}}}{{{}}}}}{}}}}}}}}}}}~~~}}}~~}}}}}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}}}~~~~~~~~}}}}}}}~~~~~~~~}}}}}}~~~~~}~}}}}}}}~}}~}~}~~~~~~}~~}~~~~~}}{~zyxuvy}~~~{uvstpxu{yzyusspquvz}{{sqlnntv~}~xuqkonu{}~{xpqnuu~}}~}~~}zz{yzyuststyuunloqp}y}yxqvlopstxy{{x{yuq{xqzyyyyy~{}zz}vusn{}jqtu{yjtlux}{tttvzxy{{~~~~y}t}~}}kolszzp}}ttsqujsxqjly_gpxqx{uklniggtpfklVXXUXWeiggqkjnfjjidja]d\XSUHHNKN_W]``_e[`_ZbbbWk\\de[`ZLUUNRbgdqp]bVfRdboaxt{luleiexogpttkyvvnojq{}x}s\isvltiijibgN_WZPfb`bnfpglkgW`Z_bksspkiNUQNPdffdyfnd`\eaaiqiolptjj]WZ[gpuzvspi]]dtv}p`lksýͺͿþ{~uvdq`xvzpt{`dfWPPf][jjXX_``_RUUV]X]`SLIPCNLMKUV]bRQIFDPRfaWRMMPSakf_aPX`tjadlbvqv{vqxty{]kvoavngR[\NSkbX}ld]dX]efg_ZjiSSeZLQ_S_xybi[B=\SKNA.BCBB`=&/5)<]UIRG8:CNIF&-&&?QL>C?/=GVNNMPW_okdingjksvb`xzdP[gelb\UKSki}npxp}qvt~zkeeP`i_b{ypt}}~pxtu{t{úļǾ¹нֿߩ˯´߲Ľҳ͵~}{{{negt`bblgi}UkUiNIsyxqjzZNqXCVtgtl`Sao]MPIQt{PVsIXu`.Hda_]Vf]WV_?Ng[RX[[lg][CqbLS>fos`V]gUigXKjkfvapn[]Wp[Xt{anjpjz[gk\}z_juppgg{~pupqy}~{e{l}vp}}{}vuv~xttq~}~{qkuyso{lyldzaex~pbuztuylnpb}qssuupsnsdl\}~ul[op]eebjtp_y{`XxjdZWps`ogzsg_lVv]zxUuy_xb]uujqpuVggi\fxyyxuuu}j`isj~qvsppi{p\usxo{o}xngnd\usiezxdtqlfk\qgkyo~apo\nMixndfp]t{`]qgtaukilqekt]Vki~{k{i}`nvbp{ooaxy~gWiktz{ptzpogW~pv~t~}t{zytv~yyxzquvut~pv}uy{xpsnpzftyuqququjkl}tftzvpvukyv~~}~z}x~~}x~vtvl~vxzix}yqtxs}{ui}uvpkizouxzs}ikvo~v~py{ysq}}{{{zjjn{n{ss{lvlkuuxxbbukn~~xvznuxqp}~qyxikt}s}ulv~qg}yzx~usqsnqq}vxzyyk`exiXuzupxznuf`fqo`sxptsygqidkeod}snt{tlonjokkntqtdtigidjkskqnssog\ija\kjosfnnnjb][dbjijfzze]XfWfXVeoopubos_[`]_knjttnopfb]obennxuunslpbgvvlvpuysjjglpuz}{tuuyxl~zyxysy{zq{~}zty{{}x~vvtzz{z~tqx{zq~sz{uzqvxy}{~~}vuy}vx{yz}{{x~ypu{x}z}{yyy~pvzxvy}{{zp{unlttplvtvvsvupfsukoktpveopqliqolfnsnjoqninskfltiionlnokiokgnongqoppjongkjklojnknolkglgiieojfqikkijdidgfbbekfedggdjgifjinofgjnkgenolkntptuxsnyvutxz}zy}}}z{~~}}~}{xyy{y{z{{{zzzxyuz}z}z~~{~~yyzxuzzvvvzuvuvqpkssonpnnqtllolplifljjkjlnlonlknpnplnpnllkfiead`]\_ZSQPNFB<9950--)%((      $(&)--/032320-.)$     %(+024478599:<<==?CCHIILNSVWWWVWWWWW\`dfgilpuyy{~¼¿~}~~~~~~~{}~}~{zy{yx{xyxvvuvtstspsppnlnknjnleijgieiddedba`a__Z\\\[[[ZX[ZZZZXWZ[Z[ZW\X[\X\WXZ\[W[ZZ[XZ[ZZ\Z[[][]_\]]]_aa_ababbebddefefgefggfiegfiifkgejiliijijjjlijkjkkklkllkkkllnolklkklolkkjonlllllnlollnnlonnoopnoonlnonnqpjlnoppnlnnlknonknlkllnlkkknkkljlkljkljllkjjikkkjjkkkkiillikljjkkillkjllkkljlkjllklnkknnknqnnlolpppqqqostssqsuttuvuuuuxvvvvvxyxvvvyyvyxvxyxyzvvzyzyzyx{zyzzzzz{{}{y{z}}}{z{{}z{}y{}}z{}z}~{}}{}}~~}~~~~}~~~~~~~~~~~bambam-1.2.1+dfsg/docs/000077500000000000000000000000001436045143200146035ustar00rootroot00000000000000bambam-1.2.1+dfsg/docs/bambam.png000066400000000000000000007513471436045143200165510ustar00rootroot00000000000000PNG  IHDR8gVsBITOtEXtSoftwaregnome-screenshot> IDATxw|gvvFJ $zob nvq$8v\ʥ\+v$;kc{q1 z1]I3;3?H[F߁EH=bඈ d&4h'O @d"4W;Ȼ߮|m۶/rEY鹭3m.^D @1E<IkÍ޶Ӳ  4"S|he](4@@IE95 l}r]4iUgЭ~wͽ2Um ض}$rV 84D"_RU' 9Hht #@};[U^ER 2E>u$!)Պrq4e@0)toU7:5q^K&G 4h}sB~Ų4'U53곈|5WVpMy$ffTL >-2+mɸ\[8bQcG ,WEZQYcL@t['0u21@Hq޶BhnW ;ιstS,R bEEv(*EyMQV{9|m?kY‚ j,Mȓ竖)w6U$ *<ً@G!Hx0zs[{VEdȏl{k2Զ]_TU8,  }DE5Or$')-TٚLvBL@[g;"ώez@KQri/MvEЭc@@:9Rq ]9 \8C]z-CukUBn4,Fǥ;99Ͻƽۭ@@:tS'ץCua.4H.uyޏ?\>['aDϥLs8]SEFtK0"@t8 L@>@6#@thr8tK0"@tp+@q8q8L@fhnKqb @6{"nhqҶ` 4h>[<ϥ@@:h~/++)q(Nh.w8%ґ | ^9hWᔶ}@V{IJ~w>$&d14HSBa׸O Չ؂W bkh=qB-8󴢸RE,Ɵet]s8K˗[ b <q 2]VvPRhc~Kzq@Zh#ֈO-+#@@yIQΏF]o+c@@v\ n牎_\{{ibK$_5yȲ \?.dZꊈ']} o@h6\nw{ۍOY֗mۋ#@ر4pO*KmphLE"7Dqo|~زR2[p̴OU7>B~ʲ=::d&@z^QDm{e )%)H'Ͷ"Oܲta~/BcǼvCqm z 2ēry6\8kǣ@!@Kܩx6,"Sdrw2- >;]J[ g={;<wGvi$H>+aŹk=c-}}xb@@(緖uǛ>w;ܙdߞV>h]árD| 9;}aWzngg׾8wwc=Z ,Ga.rYs;roznӳmw뇦G @hh4)`29c&=rAgF}Ni{vIp/<hDxY?a?|V2t&~/+h]7K˺ >Ag@7J4‚ mz/ϲ[(܊ݩ4h.Cڭu͕,]j/_nr(+N-E^UzV U}_ I} 35Cw,H46U5<AZun }BkD;hDߍD~meގ0C AwF Qdo;M Xl;"zV >m!tBԠŕ?D @ZDnR?G\ܓ8drwY}`Y"^2ΔL%@@ "%m$n0ݩp A3@ 79q~eY78PE|YBDU}ʛgFzj@h鰮2 )J?dtf] Ǫk7=}\b 8Fb=#xMךb @4P*dc?7ҵRoPFFVX~~@ Y1w."^Jh24wF_w^ncqOl. *w꧰￁"Cx"ZCs[59wҵf42{a3f.Q"4Bcq"(tXsNG;B#29T?/Lns$vȊWxFCW[uvGDAN_&/T_֋dhȊAR"=g 7J1 ] YT:^vYb@PSQu}׏ t tʌ:BJGZMW?VIAn D@& KB':! \y%~$v:>g+d}Nَuۻmz>]>5Ӡ!=KXQa_G2>G zFР6dRCG}Ly]]Lpd˞9K{=OSӺ4ҵf~t۩_"ZgYޮdҤaޓϩ?w|gRE$[BtftckS[t&E,ԯVW^i5֟ƪ|ǫ(4Vg^ɝе&{8 I}n!؅;9{7o|{nݚZڞJXqek7ѠQ { >O;4hd*sGٜCL"+/^wqۺ+kM8?"ӭӳ _ tݝt|yvHOϽ42YDnЁf?K ;>-qdÆ htjiĉ+cٳ_؟ZayggJ3t@nOhvmQ-v|y[#G7R!X׾qZu<`ڱv[*۲i(bYɓknڴ)??굯ʛ,2mڴ{v}Ꭽ|UO#S?[[vO999<,wSB3 a&0\ JW}nm=}Qdɒ|p~pڛojx7vsYDs}vrҒ/~GCKM V_P("K,ygv_?;P|]}΂=\ AMtg^'X~=Am < EUQ} ag22M>=uMR0=ıC(m;y*"ϯ-PtWɓ xSO/{z)%:cnܞ  ;xg]j|y"%)=ʒ8z9๹x]k;.sLʫ(fj۶m_ˆaTO[&Nxꩿij]^FƑSO:}{̭˪zȐ!WW>}Sf@UՁaC{|]iv#R4t}G @G>R!C)tY翊#5+_cUUE3X[nY':|(/m{;w1?pP䶛?ި!"R[}pʔ)g]Yh)"i]7Z%[>o扷sa@zE2ƟrV$C#n{qt ""b$L#"Ⱥ Xk׮;wϯho8ӟyٻ:2v>ՈHuUUKKs/Z|@9?%Z ; 2;=Hy徱GlظQӧo7rWVT:Rӵ˪kkd36l۲scY7V _R&M|ISlZQQ1f}"DsUUUA~A}Cl*0vܣLJ%C>{U,%dj\G}|"\Zb^dzn bYDFͩ,"#GcyÆQQQ%"6O4K/]Yq%;Cv6tW^Ǐ߷}ݷЦ/rꪃ,jnn޷i,>˓S T`4}Hh24tHgBF`LuŽ 9l˦C 7DdS٦#F./O(ͪ(Ǧ/=4V9ЃƝ_;uX|=555zꪷVN=yV555^ýzu!ZSУI]!C,A;|çA4/<9;OiٓS}QCoL9Kήݶ}ۜi3ʫ>e^MM͔Y3~yƙM͚f'CГ&N|G'9wl>ʕ+nܶO:vʤ+V/+TXGx}N~P][F k 8gI.ۺs[ardd`^luuO9]{lR]]-"XUUۏr붊]{@7}卍{nwojjw464 TR_ug z_Z7_~F2L  B$0E4dzٴ6h@Ÿ:mw9{k=k>pVGFLP^}`ȑVS6HCCCU23iiXGiY3yCK͙!va!κ5k[9xnѣjg4um“Λ7k:kv:~CCݚx BBzqLQc;nRDDUSƎkljZnڴ)`۷:>`UNqr줉s3fsiȐ!Fn}=nYƍ]qgQ:hʬuuu{6mZ;7mk;N4k7y%#ѵ$r?D.-[7w#"2gΜŋ_uɥiݶ}]pm7k,GDdwy~?:thKzv|Dii틖;}tUUgOziϔ͜7tH'n~/,{qLBFpAM8ihA91mq7j}wV67DpRKlھyjh99ǿ E/voųmlDD̤,t2٘ضaӨf Pe0J A(4$s{hɳ¢Ə9pǎv\d͚5"z"rʬ9 >1}G|U܁9 m?u6b}K/קjhi^+LNǙBj/~N }y,mѠ3鹇"ܭp}E*L^SS?]uUc'MG  PÄ 2@r d]KreGhߞmpDDVZ-"{nmS|y'M8+.;\W^7c֊V~ƏP[#%y袋ZZZğnR*ޘXޚK.^f+=zu늋QU9)-gJ5 ]0?M5h|D.q`ҹ)i""ic8 N9G<|px۶6͛nF# xŗjդ]:`5W_u]÷*=p@ACKӮ[N~w{|ܹLWΐ@EF }؅ :gWc8GEDrϚr҂ j뭦9fuּvǎ&M\#'>~ߞS7dv,/y΋/7j),9g׮]zg;CgW4hR! ^@ߐ]tN}㍉ [.a_xх7l+߱Ñ555UAG Ӭ=Pd%%%j$""e[6M;i+(PZ7&.&ݴ1~VDν䢢|푧/ :rdTznv FZKh+3',4\Wmو#Kd?Z?1bq7)"iӦnr HII믿>dȐ:+ql{wyS#esΝvm͙szN:)ak׮}{>SCBE e K4ck6̻|YI!={Ayw n[V|ٶmiY`x<^_g;w#X4hPuuuNpiofTK.CЙ KvAc87}bw("Α }g_|IJZ+Fcy\z+/ȣ<ï|s?{Edܸ_]Q#Y+uD"֍1_= .LY#m Y R4 dt|lnЙ`:H"7Ĵ1#xS)GRĉ,zWΛ;gڌ7*o];㞘∈,]ܼ;\wusN2|ǮX,ld'gȰ0 B]p˰oTz|tsnܰ^T4#?w}5v{jɳF[TZ2d"|'n[{sN= 1t?V,۲`;p@2uF\n^ m32Xs[bܧe9uR!q/VPO_TXXXSSpghzMZo޴y-6vt RR4lYλ#KlxNC-A"@pdAfaGtӵ$G~b9a3wݻv_}U&NG|rݺuV4i҈l(*.7vqOSDDQ2;˶[?aĨ-G5 (x7^)#W:Ӡ@OA\A^˺M? xܥ@H}E:O6.dzOȊW_+;v9?:>_>6m(6k9aܸS֕m=yU,>f͘!؎ 4hdhdhнGBp An9\3ft~#ؾ';>w;vF-/=uᩋXg]p'o#]t˗z_λJ,Z34ⅅKt<=AVh.224&42^&oѓm7Nَ#c_]AqfM}O>w׮)߹{gٖ ḻ3OO&3&MDT0`m; 8pСBAM$8tma>*aQX s##G8 VCҵ~<}gsMvR':Glz֣" /_9 O2jd<:k82ynTTTT 9<٘6vXI\O?xSCx ڇBFvJDW'1w|"%ݹaۍ 0q&U9ǟ8n; :eig,9gpk.lƌs'?0FC?ݱX̲em/|qFcb֭i9EO4?{`&awQ:<>#x]8AGrof !{}Kג.uvR"&:&=g6j;wK_yo{C5͎5gΜE3FD/XPZZ2z蒙3#;x`,/F";v{FϏ1jOUEN!jؑOl hdNuTM:V8s皻=sosϙ$7}vLMSߡ p'n9y|A5i% c¿߳+7=AWS { ]>A)'J GCнqzn'SG?ӝ3Յ_kw#w_sys_{9\_D*tСC&,?=9|Pl۰igMn3vua4WڣF"s5iR>m ͗!@uA;)$=[m=si)ՠ .s?eogCkvn3 nj.Z*"K9k_B}͝~nj?1`HcOeߎ]XLQy?3d7`}%k^@f} OrΆյ}ap)ž)=ʞ+"{E|^Tv,:0 ,r&j9OV.Kgo1 /$}ߏou{-D.o .üU F_O<)"jwY|U+D~s/b }isf3z :dҤsNSk.8vd2H*PX8tz,;ml_(4_|pNҏ_g&,F}n+Oelvŗ9%f7x0?@Dbjkk͆nݺr}191aĨzTpҥkyWD6 ,ܢa&M#L^ތB3-R_hx* : uB٠ϸ7 <(Ln߾MFc،su]1}[oae7.^9bfrK˭#@/zͷhtq w ӣeCsJ8^gڵg{:r̐#=fȰCJ֭6gv5sF4ݶmۤ {!U5 hxBזȉ~jh@pHB)A/TYXS%q}݉'& ՋE0VoƃeB> '^0"@#|o,gTΒ tgD+VbAEhtӦMSLl;^kE@}k1̇AgCE/Zqo_tg&!r :9XCtgʰ1ckNFEdݻO^DUN;4 Ghaiڅ7cht-l{qxI[2A> }0uW<'"za!CVZMڇ?l_xE~/h :4%D#$ :3o:#s:K^?VUpW viQ(΁3.9hq^'  '=AQhAӝC}؋^''`~~vّ}ۅ eLNt!4DO24:7g6nT^' 3OwRsD} ]YWh/km UC~co ~ФgOSaߎC׮7^ :$Ӯh/@ "M} ZDʍ76 7#$f^] W!;@υAgLSʮ]ʢEΘ1NI8ɦMʫ*<rsţGA@5h!8W8Agwz;üK׾F_]wX8\@KB( o4wfpWꂄ!> bW/8aFS;rx ?9!]2gN*CARj?hnWk9$}@#x֠q3 Ӡ:CP:_ =n_0Ӽ4זRob7t%9 7V#"uw|ҏ 5 78wI ށJs>Z~q;Cg]a[ [$н3ݝXul)(,PmniDLTKD4]ijnK Űh^aI3/G TlZjTCHLImߑSxt W24B+C=Y1Ct @#=}Pl !hs[d>nDm=''5,-f-9"[Tc49y"ܘDCl];It"H$"bH<ȏD$VKj_Up XNƄ 3zs:ѠYt>fkYS|ȫH_`PE4-UE2F2.fi5i74"Z#"ii0xYDrX,E!ߟFD>[sʀ[ӠLp-KEu %۷ԍFO{mjnU7MU-٩9zJ^nIp6YOZeHSM3i&hDv4a%Rb1zX,۲sؔHvέ3 A4ҩ :8 IDAT%ܩ菇~:jRHSSDrD1bȊ\%FQXP`bffLĴj&"E53yA'h$)hD xC~~aO$r#[կi|XDf!~cEU092ԷN7hϦJ$pL[kN5'-MfSy%)hxs%Ry(UМh6fIXd2l%Z,%GSrX,s""v ٱS͈m(VWC¬L64*h?~iG}d.?qv4 B-9@+20MNpKpSSSSSSDx"O$D/fZpz> x Bdd A:p]{}4jLC*&=o(liiiaH}c(2ՒH2ԪsD,QDȌ*ZLq G['nj"yyyvthZD$Gϕ$M1!"--99"5%"/魏̈}'"~-MY@?G4E:n;\K\/Uuo ZG3Dx5”LmН}vMD؉Ŋ7%5*((l1ܕ4fR1I-͍ 51bKSMiiI#"bf,3M3HhkEbZ"ٻI״>yy9ËW$b9FklE  l(|BXXN2&[IHIe K{gftw=/uwUuMۙQoUSO=OU_}V~;osm묫 ܴm9zt^ud2aTBOЫ|x9%&>ZB&ʟ\=~3}("I-f'y )eqC@e*t'}CE?t&hT묫lT*hg-Rߓˈ*l>PZ8*_sF9QjԹ2IPnYјnj@۴]mO?Phf"rdФ`\9?8g[9Zg!g>}.}wo>qTؼy] BZ8ZЗ;.^\܏]ucwRu[o޽{yCHp6Odbf:Fu{@4BI{-U* U]mn߼=;w0n$g(=<3aSwV]GeB1HڦDLv;43~ةxṳTp!u|C'Io\!_ 1'x"ZtBXM |ֶ!& TYyiP sQ@ۃmZM+Ηw7J @]u] X:O'r98{サ'>{ɌCl`#ؔg\U޻I {%n\_/_ ,#>zYh!B\/ZC(W_.m۽Ɣ @[k)ޒ72FlJ.8 *_Wgm6q`NPo `\?XD9jxPK!1 L)ŔJ}kIfUN6+V8 _A !B$/K"ogF/56M9H,|rl.(usDv#Aݻl5#n$z3#s6sX&i-yN8u2[Bm Wb>aZcS\vh@qpmn7]Xvt@o(a}UM'UX2>S~HŢT@:1he`1eQkȖ΍9gۦEu] @wBַƣRfg??_B!BdZk7}YWo>G6wr);aJWP:dH{1;gs;h+@Dy J7|'޺ٺ2UUٽ`!_VO}gȿÓcZ.fگ?K)B!J&y^EO@?3w~9~f4LO /t5Je]!h Ņ*4l#2l6.`/҉j7}.b1jmXiP2ѮW5w;2p}pk%{nr.ax2u]5iZm, QeC1ۀTp *e6hmSnC{QܴjZ]q>_LDn7y4_Ѓ?ïr$~ӕr\&k;Z@nM~ f!h!B y^4>}yn #LRSv~^^yZg@=WǾY;cTJ[N&DG`].iV?#fX r0!x['΁jU,瓦k]inגFIDrX[u]\MHL 0+eh|]h&H7nu 9wMg]l>a7mvz-ꏏpqջY7}]U}/ƾjc+5h>ܹ3uO?ү$B!Zk@8 Fx ˣe);?ǽs!˸Zg _r` DLmLww.+R0sǧ%.S9nuCum7iϪ݃qY^G7WW84m=TSWlևɼFV< C94wV~wh)eZ;V;g]Y\.;PUm w~o֍s;xwOfetI1S&7uЅq\}9_gqI-Be-Bw{Uvy\\|;}gqI,^%[ʹI{^;Mic6}##RL)c|h2ylu8Ӳj5nfZy_9?i^7V]7_h5nr:Yk]v qpYi7MӶm۶错/_CJ.Wǝq@mۉvDOfnG'Z1f{fe0ptj~?K;B!EQW=A`Ay)ˌBO_!K ѳxfc睳=c:`փL7%CѨ2)LZ<֛|He\pa2[g7%@L]$6ιI6uˆ@4< ]Ѭ}3j9]'=ǏeTkX,.-4uӶm[n;\v[覮1`ߨOnujiEufB-A~{#6iޣY%?ayuB!B\y* AF9/΅Y I,^_01Ƙ+ 6o ÐRZkmJ9'Z\U׍|Fh@ &fb~m@ :7ڹ9g\K]t''wTZĨ-H_zX9ڲʡ55vZUUWjY>Z:Q0UV#:$KQGam!چda{o߸w%|f}]6mLq@!ʇW@:,;b?:u~gw|Nf[dZ!B\ -uh~Z9sBB](4^h ޺CЗ8 %z^ |ch% Gc F35?`1eXtyDkиPyuwnBG{I  dGR>"( v(K){s6*Ɩ Kǻw4-1SӴv;ww><<{4i[Ge̤e+UԹoS7oؘ|t4_]?hT|3(}l*۔r/KW5pjZ!N*8xAE\\~#qIFpH,.Ka b0D(5ϴ3gBdKsI'`'1cv_2luY!B]ev%.EmF 4u坛fG5uV=jV=w]_13S 4@?km5&X[ki69J2lZgY[r2\q]M}_&S&͢uRCn|}Fq8;1o}wG_~g1,V4fWNqE"B!U 8>q1}{wF?IU t4>,B߷YHH9c }N) R2'0-]Lιa7Ms\BJ_Ⱥى;$+ZwQ."g9Ζ>c_!{Lg0 C>>>><Ea(?wk_ &_VW0)4ľzB!WB<33KΠ[/&Z/EY\58""uFvg)9ڹ,зKk]Ggy {fmSmWYhY4KM,:bm1@ˣ2X͊S,R zRָgwy[1azP:kC'^0 0 CuGGGvhJ)3}RZk HFm]a<i.0@]׵m4qn>_4M{gd2MLoݜ0Ds.-)A%FO?h}Յq\` >t2/}w>aODsR6eNJYɧo~WB!WBԷUO*оg6cT8h=ֺd8km +h5E IDATbd;d`bek5V]"s`רn~ȕa,#φ.*b]F}f`ueXgk"k~(+'Zwth.I:K]׵ƕClκjƴw|5JwyB7on7svuMM(F٘[:;cL23q+K{ t{耤V1:S`NF'gMB[+rTZ6WUyL;8Pz'::g1&p\ 9s$:+?[ T} DD#ʐ5QX;V:oi;GfW˥uibw쒵&%ꎖC- >'ZckL t]7~bQd`,0A],w7NSRUSqFw7DnMwnO_o{C#*U;UW%~B!xH%^OW,>׺||=dqdY\q~/;֓ak,|\N)noI)̪})#Z[Ug+5c&{8iUWm[fd\ [.2P?uȷ%gscUVe<{vmZ眵m\ni+9 }AXW@+/wmLT`e5׾VM]MlM:nX0GaέwnO|i_B!y/q] W8Z~3T }?~$鳸zu][cf7p3#|lkcdjyО8rdSǘ4sΕ h&ALBUzaR[|T 8 :O sjs΂8ֹ#Z{ֺi;9 C mܿ7ݿ İ~Ęs6)'op2pE?M]M Wdz#esn&oӝoѱMu Z&-2Supa813ud|~tFڛ_“^ QF΍[Lt4죦$@SW:gmnvwm/w_pB!B\Y@ .oe!_kxB<ًK,{Ҩ-SɥwZl\Wm )&mn6ڤtUW@VzI06ncmV-U4hF^ '|6Z9ͻ1ڮ1RڞT ܫ|Jx*Y@[4uiYN9Z޻UV7:b:5a;͎bIݻZ Ƙ FQ|o߾|g>{u3E.5 hn%Twn}_bWµB!}%K8?/d<<(o#g.t0B\43Aal``c~Τ6;3Ɯ?,XIKT{1=Pעi۶iH}7 tL1tSc + fC:'d12fֺLd)4USֺ~}.Ԡ޹ݘ,b`9Va<8I;dC`sΈƩ茞6f73mʨFR̼mJ)me";m ̈i$5aI 9)q!I-^WA[|ިo;] ϽG x$P~4Y6\BR."k+fOwf\]LZ>ѣ{(⸌;{M?F0neDLdK(8 K2FۇR?2)xjNpfF[*IuMS r\ޟ I`!D3IeyrFgi֭oU\.I1)&@6M$:iGq[~!h!BިK\WUqѳwlx$D: kr32zގ9oKIrݍYcHp7 0ԇAC VwCP-*Gڮv!LI+J)1LƓ]9>7uUg1gח=`Dr6''@ 0 &d '6mߙNnN*;jT}8[ b&fֹ_{kuy|Ѵ BwB!Η\(+|~ɹ7{1x?CKˣoA ;s^ߘҙhc693UUM\7"Mʧ?Oj? f0KJIhJ۲rTc,wIK}fCoK^dS.7m 2p:DeȨ\w]-;=u6iUCL*meo{7E0[e<z7nNT\J*_ wjN k1-B!~K޽_ץsCo\ygϼH%}o 9TY6*ƸmU6**ZC1UY& V+24w%#vTaCpn}UѶ%tKQL:1h Ef=; LN_GR GGc?IǹCS<Hc@ !C9 5R:U~60i;ܯ1rRvgjǯ_JkC ЃgD[~H-B7r_=9J-1KzZgGܭXAXʁid)E64k(giӒ\*8֗m9qD!7qlMcgWpwYŬF% a?@%!UOP 3dLJ7jEZe38^[$kVLTz?*tLgw])j*k%c5lj㪮ŵv-2h!B" ~A^Y_؛C:b<)~u+ B&82G&c 2hcJ)mZZO #rcڙ R4XX 9.vаF!+5fh1ڃggr> p קAvM0 TՑL;kLsQM;v"Ә#rj6ƔQis$6uǢ`wqQYpu΅x;;4pfn`"wͧ})q1dZ!E/q9ߙ@ѯKL?ϗⱾM͠_؅йW< - GL&!@DιmЌMSֶ#H!%`@oƜ)P3F;vl*_!dJRK1E#%vZ'-4C?ca8Jp˙ %0+P*[g xh`fr>XŔ2n\FrZL죻G̺foo}ҧ*JG#"1U]gcrJژ2NDrm&mʹ+CP2hSAkc*a:U A !\go"W7?{sW\Z7$}@ "kK~f12Nus~#ﮔSNt.RJiw9eyhb %;f6]e3F@z(}beۓ7+1}߱ά3q 㸮~ަDP&5*`RsnPsIi6un\޽ww\;gum| jgj"LLֺnc7{sֹS'B!ĕ%B.ϔK֫n[5U!aHaf&RYz& 0<э1eKۗc9}:";i{ݦtSFD!lV\nGm.c,!,Nz⪺i}aarF;wreﻮZq8{#&b껾o}Zqf}v}z+(B!$>}ه ^WoNӛk%/ѳT^ JVY=EiDJn1vezwі( ZGəa3]sQZkc 42ꪷ)y-ޖ_֗sJjN @ؤֺb S}Z1F2cd"٪뉸C!Dό%}ZDz1ؤ[1%uܔ&(Yp@;ӹ#riȜ84sˏ)BNѕ#0q30im@kE5)(+7Zk͒^s:FԵk+=O\Q!BL:ťy]!7/Bq.3oǟ)Ǖ&?cǁRNiDH]!ǔS@)88rMhlw/ިN9 0c׭Vr #/&mc]}}XQuv֖Zk֛%0s@8 XZ 4њ";O\\kߵ;`!B\)@ !^coj_pǟ+}xB\/c0XcZv:mjs{~$.q:{R 8{q3ݼcgRRQvnꦪ*&)zws17~ҽb\c)y)Z"3vd, 5G0-}d!Frhm)6٬sno2 !BqIB!5SM':!hm@I)%m.{}Z\Z WK tºz;[%eN9!mźi:Zk cα< 9mU6,"5_ !BqEL!.ޛ33}&CBn3;7v}iVs۔v;켋"<ҴY.RE ЌQG8j-=AQq3mLAQ(J-YݞuxoܼVfeDs nx{Fe[=Npâe;GM97֘iλ;]A0->Om͸=g;fAsW| Yp;yW 7lU'Ůaa wfoJJUյe2X,Ce wm>0s sOsY?R!RJ)w] !B˨MMDBC*m;xa&Գykĸmm_E`!e*9 > 6'1L+.>f}Tixk\㳡s"??W1Ծ=16/l@ !ֳnGp8g-Xt k7_m#ik2ma0LPL,1 \pr[B!}/r{Bo*!D4iI3ĉ ώhS)v100Wÿ|<\qi;BJd,5gLEiؽ-a;cq/f[;% ]W;{?D6}Qιsn8 SqQ$7vB9"tv: ZuǢ-wsxw|; IDATs.H0, %eeW~B!5@r]^g5h`FK+eJ !z0<5. f9>E4msg[yyJsZ}cixvN'~4a +ݻpiB mܮ]uRs{?l}ǕN[g=ys60 )g50[>5gCV9wׯ֥I\iсb;z^U07{ BX :(%kˠ=(C(&Iz+u!},"I{e{j=o6e)c!/)^F5lZdY3:xe`OTH}]B q޾V~ZDhThl\nW8[1 .fzv@ӰFHxg> )ZtpAiK <!M \vI*;ftx$en}ymuens'RCPJI)'IL",M8XKË!BuC"\cO%\//!O3Kn5%鯺| q;s.p['ug"ȌbK3y,}&U]Uhssh$-6uC_:Æ'7>-C97>sq7?vj;}Km8ynd6}~7ǏtOz/J]!: nFJ-wu*;^u@!}6!${A)AMF>7*/m][1ϥ*!O7UC}&8vasW>1| gLݢuhʙmlg^Ad>M,I#FCˋ[b6kn%/H?٥rՕnN7!qQM͠{on?~}3rz\0c*D RjbmZ9oBaAJ) !R.5xW2;y,^1'12=Tһ< d?:uA!do1A_*A\7.}'o+4stƅymFťD<曾[{@t53MkC &)ZFWeQ5jp}e~_cy*F35En?;O~7C;&ﻎqiLO{?ۏ> vyӓ {ckĖb)ଵN~rK˽鹮V`+ťJЄBfԀ&{AB_0hA8k@y/Ra?w_LRJL߈1Ο9rfcyT@YJ%YԑOrg'sDUj$>@:@ug2Vs6W98 : EcD䁇Bozݛ^>G_/y/@3"`;־KnNjgy!OuLHuEiۃ4DH,7h_Aի(&B5PW!y*=3hE !20^v%xv00(շvhPIS:gYZj\? A2mUb: nѕrTt'{7LXnO{3$I4MYܩO?<{-.&ly?\=uΝ?жsx s~{_[Xs_Tʪ̓m%UUJytlH=!͈#Bu@]KBnsCW||A~o^_;o܄y͠uBcA7yƶv\fu@I?z#)㷞]93^},(T7È:Uec-G#$<5T䮨3So|?8j+&%_r$l6YvG90QVe=0}Bc:lI/dNPZJ >ƣAGea5JǨhzdd;`efx;!B!{5 ڜU>&B.5t.EY MjT.|K G4}nz45Um&i/$Eei\Wm7$Mc<7M=]jqɢa2ӉV=%pS|+6!_Ӓ$I$]'Ib6eB~~Sg<ģ_/)bvbz @q@)zggf,!Z: !sv`A×6vo[N=EWU}0E`ѸGYQV2,PbqQH.ISVPm@UG =,I*OGq.i&.K>$ݺn>裿s?=?SmvG3NG?}S@eUe/{{/|Vq\{8R."Pq&`;gY^"n08בReneY'BwOx˯7~%C!BA!OiuGt1DBVR&]o4}n<;i ZwL|@ H#v#H-بO68w^?|K?Sg>ʍ͍`iopո(^gwk1Amt ^ǴW\iB d@P Uʙ3I)sSٱI>7NHP{v@B!aGMt=0kd1c%\CM3 ռM(!C6.sn_؀7}bQ&j}09[L8k0^\*Nel.d,(]ӎZq6S ІѦx%GWMu,i'|C]'G>o3C˦5`-|۫mzڣO ;^`9(6VTu4 :~zti〶Tg LH9uZƲjX1%81sżg*Q4Rԃ!s@'͠rFޯ_.dqvn<a2$naqpVTEНYT)/o])e B#sr᣷=CgWsJJ\eTY<(a*MS)sNXy-J5"a;t@~}[@S B!We/|!R zy6'ҜheЄO@+\}@JQ~oO\DD)zy @XnDJU]]JʪLmU]z1k\ь??jts3!Bn ٯvL0Vw'n^])&q飝0S*yʫ:Y m֘W?v/}w}OځfU(l`v~}+{lsWzǡ.c `;iGؔ9*Qu0갩x__ ~sSfqPL!hV_)y+>sЄ'kJT?>Jϵfg -G GD')PWB?W^TZ/ ۪1JkIR6 J+I4GSqM覙 >ʘmMդ\& FWX^~Iqza2wmiU9t>y~|gM߄kKB<R8nǼWb\_E,,rE5x=x2 #SASL!hBnQƾg<Є3%`[$gs!8} cִQÁMm怩&8k,&7$ ޱlTژ,I+ôTp62"KxӘ1Dcm`:zyWtoS:ttr<}Ϋ@hg G.;̿OI8scX6 .`94HS _Voo,DEkJoaO8 !rQMQރn @  2X g2DLD@+m}j+!E0 Qx4L&&I>nH8`ضNRU>1)[ϓ j rL0] 3- 1g'g>q!Wߩ|pv,_HֲV/ϻDɈGw,(|Yk}8?dvIqM;tdX!?cՅ_1ME]5"*4τBy*PMʠo<`1C+uڇ'ψs"`ge@ @]*@4qؔ"ZϔB1sf~c+F7YZV 1eqsms~i@S5Ne 8gsWJ ф<'= uQWuS{?~׼?,镵BQ$8vleUm"WUke;SJ+)JJ]42pc(%0syd?`φ3.^uCnDڣgcﺎ BȭJ?drʷz2‰g9؅#u@`VF|- کLX"~`:," ҎNgJ'7PWu$H4K専nsLGaҼjwpl5K&VM̨vjoέ7{q>K%؄(CEmdivijaaرN΄ έsbf~uy\;Ϥ5}Ct$WuBB.]:!Bȕƾ Z.uBnYngЗ~V¸b^12lf=11`3 f$ZuMx%i<}1IЦWkl/="WzUXظ8 ]͝[UY fRU!]X޿YOVڟ H|Y4Iy_cWq΁ONҎɾ4X[ngθbJ{}ٓrܵ&DB!'h{b˲F }.QMȭyC*FF`U'ʞMS+dK_4h`n 4T@7s.q7ɝO *i d$ ocs"z퉓G!=@=?0{3זGEhjcsُ {c!6}޹Mbx5;k8B!)B4K;Kkc}e?Ar ʅ28j6 17և=s$i4=eI`O;F*xcXֶi!l 7f 8"e/-ߪL~ͳ,MMp4K5KNI~=M}iҸixy;riMcXz*ϜŨ!V_͡=sLU=r]^wSJk;4,!49v8ۅ? ƒ %΄BٳhB/= wd>fv IDATUx!,JJoe4e@hҶTM~͒D/6+^5LU i>XUյ̠"9$˒|LͤgY' Iʺn#cB*@rM轜D.[.nY1˻^spikQ*CF.r~~ii4:I1 p;s]yml41u&RW;^o M">IVV׳,YhxHph|N}jH婚B-k 61g?u0JcH\O|_Ꙧ>D cGFxvZ8C`!! λ1"D!BEB2n[p!|ߖ3ֆ*Lxrb)mS%wtQVUAU@'ZI{^OϖeIeq%hHҞ`6*?zFE~͓4"|;z>F,k5AuRW豧?9ϟ|ӏ-AE=FBӧ֖=kzfΏ)`3)zLYr6!B ~&A_E`OqL3!Vsg2h!FƘ rBAY*ui4 B}8ud/W%R*Z_ڧIw4 #lMP:i]OtI~=h*=PCYt44+|pc8|ӮNTRǃa3Z͹$olx%o [tnz;n`˧ք삆ZB!`dOA.7K$'I{ᜫQ!xoCsFZ{ 崳Μn'[V9iiY @vRUTdu7N,JpfI%l>FcU|CiN}@ul O}NH|}O?O;6͠jaa'#Ç^Ž~!]>r`!mOacsx.~Ӥ M!+G3 ٣ z4c_}FBSL8 ϋCFH43<r2o65cf8(*|jV>*Kl22*b>4%IɆ{& ɸD"2q%4j) $t8n5G{iT@g_R:39Eay˾:\ӥ\Tldy ] >|>}`0H)sk"n0xT:BT?k"$BrԀ&>6[*Sv7{Wv $x=P%N)ŌqMT1"Juu_wx|HqbTʰ,KEdYs^U Ȳl1ˆD%iLYOFmVh+ői^0ID' O2qvzyfzwYgǤ;,0#ZkdY-NrSWDwf,afrYs{>>JRɃB! @_y'ge p9  WR:kǦf7,F0A7' s1:2қdloe: #%U#tDI&6#E;t w$s!M&3k%hlrMeY]9 mN\3^(,㝼˳n߲d<vd MofOoLHM5_M!+D {Bo*.4=8 ͸ڹw& }>/yqQ*a[cf1SpxYWUL0A(u]`xɿX Fub5ʞO=p.K v4Yc,c46<]8;\]G沪HC᝼>tdPspaYG .D]1n˜oN5\:?*~_U_υ*ۆv38a[Qc1 ! B!lr/̣)q&+TuTj`; 8uB1ԙ$L`cZ *u:r~ڔ8ttqnh8S=E˒&eY$Vh#?z w>B)ꢬiZu QQF>Cr'jiP9\9{v,X6nse$.6b/~QAc;_| 0Ƙ6$qC` Σ9k1B!r`QM=\΃nzwEq𚛽+1Є\/Gu} 0ncR@Ep΅%efUO8QY(I紮WHxG!punk23j x'8@X2f-ߎ~f)Ҳ&M#2XǑsqYbDY RUP$sjlxY=؇xs۹s`rQݐ0,MǕ?SQ/6~zK_f͌k1z3uc7͍MCf D7 d)'Ϝ]zD`kgs᳄b4pLY $w <ͳLv]/pPlT$?'?;O<|9/ӧֆY:Po/LETDbc @><x4t{>qoopX`X mxfU]Ooh_%w@yU:ah]P2Z92a·(2Bm$C>ϣ|~nX?r;u;/3>ۑ>d\lV,}boRW*DY٨4(#B!d 5Ɂb쉛ڃO *AB66說Հq#lMsN-.X_7΍?r6M]S:K҅żPQn'6q[a&{'6od/.:rǝs\wm]XUj/{;N=2(\d,v/6BLoPj+J~B!x@&euڻh+BBZ^.nzk*4zkL@%IKsB?zƙsL{ui - 4p~likwqǵwb iҤ'0Y5l%.CutgayyO?E/*7va9)ՍՓkkK _^zO-˻|E9*W@׹;cpK=8݄qZkkm& !B(&SA߄JЄB^8  z8d3z ނU@ׯ7M6M[Y;S/|s!ߛoX QV;h*boc`0xb0AjGR|Q9[#'7E6zSoO3g?k_C@;:;.\Xj}3v1T4\5cK:nB)A6:7>&.`5&ABȕmQQ`O$ Ir~iH+0'O9Oln,2:ɋ\~?t~Ĺ!LV2ft 2+fӮ|pqôk!G~ReɎ>yYgN~\zv\ٷ~kE/z'V\[xgK+ʷ9c]l8Zh)a.\B!Bn@72c74ЄBJYt![0Le^Uu/:G~޿(@b7w[}sE/|tNqC "Kߘޱy؄B!Gwc7?zEU+qK^sp[ՔDUH  F4pic\+Ҝw _rJ)e<PјuRwc cX䜹#˥rME_]/tu16y;|w3G=s8S[\e ?x cs]ll;ɑ[ssӤ;B!B ɭ{48*84!\_}jayYZ+0 d\ghw~)M@=*p~1O? 4eg]XFHlxbag{tWAw;0Y]W<%n͹{'AWYVS-^wFhŶ V8gI1\/B!hrknNxI͝w*eQM!,70@jJ9P@7򠇣"1K'%Zx<M$l@ã>_)n;gKuV3Fp[õMc1FJ|; )H%yJbKlr:u:x4i=tqdڦq&Mf,IIyIlǎ-[$;FJ$X:\ ("%sxt/}#^7oܱmZ@m}hjW}5@᪫}7{65,IoדSS(.U_]s,ָQW-P  EC!1Sbp |_gO=K3W ,-i%n&""""F V3fЗqDfBP6XS'(A~~Ԕ = l֍zQlQ9Kߚyv?~5L_\QaM1^ՒAk 4 (בבB^LZ[mT=oռ3hT)_wxȲ [e"55 Ok uuE;CHMb%s*(I(B>KlXZg:%I ?άJ6h˒,I<*іY,6""""`+4U4Ӻ \BK(`4E5f@&ӠiBmcz ^U xeI P,`]GU}'BsmYh4KTG۲$?|Y:-!_$&Z2ˆb1&ZpUCY x4 .>$]4el?7:=>>Z(ܕ>葽Kmh&&'&Sy޺:_Qxx|@ޔU6]`Q} -? &8 (7lw۲qf-]hMaMth/w ˂1t$gda-N&\lA*ņёT*chpϩ=GSq+=Z7sOLȫ#8؉p@yǣi(<0GPߞd,2SR< 3uzNϥ nJ@k\%QcMVJc*%Gr9^.C- g TP' DlSؓ89}cư[OsO0QT?UUP`@!׼h03W킦F~G2o͗ \ ecKDQD#\ }/tBY4] |+"""" z- IDATfWb K8V{ռ^A jV5GÞkvaۖ-Wwlnm#nC~?,Zz?~qv.jPn/>^A>|iNNNiRiէ{ilXb9i-[u@XKU5AR+ɲYh-طB ""jk9nZ x|G^oeL{LTT(:h" ;(ټu]UUH;οc)t.ioe&B13(Ο}ۅ(j骃e[܆t:-ԘZPd\"^"l RёDQ"L m BDǶ-sUh"ǷU'v@QlBz`a8.yqw|NU~cJp $yX IM%#9FWPb2U,'U,MfԫG4ydUIJ)}=w-Ӑxbh@V(p$$ɥoE%$ZVH{t"""ZM4npVUz}A+}yy#| L65Ǔ*.S[ﵼZ?|RM@)u(^9C@?i@i^l.:viMM) ol&~ҹX),i3P(XBAd 53EDD۱؎fSl@U6ZtUٷu .{74^ <~`9f:_zl&LP((]pTڔ CGEX,3Bt]7uzh";8z䑧~sCɩiz̼6,/?Gӂ$XW  ;NKxAEE)c \웈Vv]e};cVb6Bun*mHxXP}nOr^rYuqR2L&ttl F ]6ES{esIͫ @e9l,S8LT. ' 7.W+4 &'AR@p?:N! 8a dx80&Dvp8 -8% \sىYT@D*g)^zb.UM !ԊHh477 iWV˲ۖ噋 lf^dxQkc状$7h\oմے$I$zvl۱m۱v7JI6 CO!h.I=D8hA(D]hIgw"h2bMD3襰+Xy.(uޕ-pf&,(C|nhviV(<Ommdb2 @Vٲ!Ie&[[R/ƇjuV0dӅL&}OmLUU-sӝ/xb\GxU!Ò$7wvq!톡{Nj"""Z SY>'] -N#5Ʈe﹬gqK.2HUscse"rH0`+; +JayFYeɪDsweԬonnUϚSq;7dCm&Qmf3e xmo_l%P,D3sy!{AKB1WHDcS3*h-&^q]y癣x^ )D'ڰ^_`kE߲ +o[y{7\ST!QTUr ۶s>H xŠ툂8GXPlvhƝozt>7T4 9ӟϣEaLKbߊ*V$=( "J .Mt%I2Ga QřLI^)ҹ\N5lLҙbQwzꑯP,zUF1k۶@lŁlْ5ZbZ&r]H,˅B>F<2[o}뭷u%JD*0jKҝrAD˅4*%g蕊<gqU6%Ҽ)K 3CBWlEj~DOm=L:](9?hG/aQU-EsfeЪ2BD盞Nnk΀. 60#^?X d29 lGzhmm#o[ + *Hض A-vlǞiEfсa{ˢ=#yoBF7tYheY :2몃XҢGc]PWlaDT= IO "Z^ .a f.7.}*g*U0y#Y6b.U(8~o24 rQGrx_sU|< ^Uʺdڂ(z$oЫzEY( #z&І#Yb8bömGPq}ׯ^r'> cPdY T0 r9C7""GB^*h1&A_`P/ˠ*Q@9ku*zPY4Ό{V%KxHgN,3|OtwG&ZtVDo?7sV|qGEUv:&w$#yDQ`BqDNbDGn%;8Er4U [ A$w0tiy˘.us|*%UxqGD(uk Anl.w!JUq󜍗X2nrw*#̌P|?PS솞CU_+;Wf=%*܉hmho|45)}I(8k̂%X/ȖUI(vC(z5Eز,˲-|D"lruC^X`5ɲ4DYt!4͢GBX;д6UEqUIDFş "Z!D#ZhWrW2dmwCP/Ub|~.ۗd_.7mv4AQe B餑+,dO5:B!i?{B6 @'zN_??47N*F,C2b(ȀȒUFQ$H$6D>o}ooV F')o{]?~|'?s獷p3hف(Y)) 6lG4@P m'""Z#D]D2Zx+ ϣ/y\R9KyEϳ-E MD`EI,}3-9! Nu]u~,wgN[м  ZnyGj:S5U` ,ض-:R* zoУS$OYUUUM'o#^Q>/~Pok,1pw\:=~p'tNwhJP$UQ4E#Pμq""J"ZQAtV8U>㨊 &_Dx řw__yGokv]{{xioUG@QjIl.t]w "ZQ ͠W ̔˜ MD`݈|ߙgMSSΫ{w_}c{KsL=֧㶮E7MN5M<3YECQU Y$Y~ioL5UAx]83)ֈ<'"2ru "Zz"rSP(kl9USg[cP0 ^'_eNT:ݺ1V3kr*Â뺨i(Ȋ @ZarIU.*trWADUiw8mqy '# W raM4xMjS4A?w05t:[(DjjK2 g^Mgsy\ޡj:SnJ@PEɊZuazW٬Q],QE%ܛZַnV0iߚ@њUW&dMDK)HNMipQVwѣA]d՟F +Q$t֝JUEA&g""K#,Kp4ђ$hZ]=W t:D"־H< u}ܟ?bz0U6GFWz *wDDDdC> Jf1&Zb̠SeDDK L>rȡc/"95@=bjY;VC ofƶM[vz_}OĒ  @VdYV֯`FM84LMdYY嫗nԁ_KaULJN_e=t>=Je{&}K5fO|zTUZg2=\[1\2}x|1ux&Z%Z*wD l#"rkf5i?s$C5lho7L C￰|wMf>~ LONڋ\j}hY XE]y"њkd8d`MwޘH'''_Xޚz5Z#"ZDmV("ʧ ƟK7ÿ`שtцgkcV#4mk?5~kn ը1;[MSuѺ~K,<؃}T_)ן}Tg{.>0{l.WzVGp-#6|OV_WL؎y Z7OLG2edǏOLLX)DDDt>Ar@Ug퀮>Dtq?C YEhof:g%ڽ2^n;{ߋ>k:ۧ3d!;9>K\}W+t{|YC-f>&D*%,{e#q̵QeDK+`ET@+]r$ "~MMFZTwWmj|-w]3~=uny_y׾g`VNr{{'z@=J4> D+z2J`\u=|DtQscEAO.2Pw zh"Dk/BHxeŠW/dpl0 5H<^kVcOh"Euhv@GAWWDDDәhTsΚ8.DkP%%)g3hϠ>JVVGpGE⨢_"""bO*0""" ʦ2h~~ @RE}l &""*&f<QE ,*h"""""WQEhDee6+ ]j""ЍGV!m1rUQ`MTʔAWkHDDDDDDD4QX 3Q;~|mMq"""0DdqpQU+˹O r0&8˜ABY""" §+ :@HDDDcMTϫW\-n<:h9[Q"yB"""DkbhFϫ-Ѳ\J,|@DDD ćܳ}q3I#NDDDaMT5tC_(fLDDDƣr.U }yADDDZ*o%N6"""Z;.]R:Yk;:DUv:DDD4h"""""J69/Mw?E1&zMkϹ0+S%Cg6Ѣ- 3^NDge(~}%HDe'"R-7hMq[+*-g"""h@76ZIⓈVRTHDDDT@̠۟ʮ37+xnU &"""@&̠6YAe<08|4*ڟ/jSyy˸"!(ee{:LhA@*}ЫE_gNعՅ,'>ܕUΠ2]Ar@DKOU]Bu9 e|&K:ܷN Flqؑ'K+u:;J4iRh<h\|rl>ϺqxJ!j'IחdWD:0&ZA/Xϗ] 5w>) :3s:M_8RkәH6moh z|Cvcc3X>+¼[ zq3@Ѽ@A V9ЗRe<6@Q%sLqbR0p^ىfm: ܴ޽tÍꏬW;Ou[hAjN>~*n]0j KC'3])DkhՏ*<>| IDATS@QԽZOF)S u KE+ 3.C!un\ܴ [[ևB`bU:;:n %aԑ #:c䫭pv9t-4UyhגЗ=@@A 穎yW h>>:Rho e氘V1SϗZ8s֙7Z[g7nI=G{@{u wo=|\7 "lٛsڽGZoP~H>ssp7ElwT4QUX@2hbO.z3@ѥ0&Z@-ϨY7/. h%}kωaI!=HȺNf8aCd%"N]'͖$5-tڲzwߺt&I{vg;ZϢ9jMBٜG ut"{d05t7tm0**W_0.9l=@@A ֨DWn|ѳ4-|S8v+p3en<]2!k`I fgrjz ]wS?7>+]=N]p[3H]a">/RE3<<k nәz/ J,2vC/Тgh"h5h2DJ߮ifT%Ep+eǗD_fbLDDDc4ceLK;^!v@O]r7> ℒ &5unqСQzdg.38 '@[!wtJ\.6Lxܫ(lVt#Tws}{YB=NֽW&e-uG&l%Q l.?$7l9Vo|@i#ց}TT*K9t<9@%h b4E+ݔ5D|oϣӹg*fT~SdN~6XZV7u[Nه[ 57޸@<>l/Xf8t7}v:vowFpPgVuQsxfcZώO˧l۲_ Gk2NulI$Ϸ`z7qo>ک~ ؿ^{+]O׵q7&Z32k&"""Z D4s,i +=_"4j/2O톻z R+^r>>:RhiJRptd**T9@]-t9:Nppߘnt* OSZ[FQ-y#/8bO}t>;`Kl9XT lK:GNkk4sB5;n:=tSkG|p@~JRv󛻓/رĶpտ`4U3X0U*xeQe"*R(|IPܙm ֻjx',9R33zнg#OoY@|l]0yXltg ׈jw7NOnvoZMu1#RW -ƫa7}>iw3͢a#CiP=kkpPƓӀw:4yzǮzpn61R3nl9f@Z8 h0&K /#/|pf"` "4{i8<9ʞ=m/?~OɠxJ{뿛BjSS竏nܼkwؑQgRs3gfX"0xsGənhQvں-ҽi՜k:XRøu1Dꔤ{6/AjD)i`btΫ7Ï{mM#'O:D3=|rrM} ^7vn$ŶR6l*ڃCD1 4U o刈h"DDUf@! gOM!9 n{Z2إcpgo':07?zai&h @cڸ]SJ]';cVs uohp:3;o9|">*)Im 46lpPKㄬ;q̃2p21:>y@tڙcOWaD]SKӟ_}GovTƈBMu[whll>v_m7† N Ǯ4$3k h "DkX|j"3/c.Grch:&J/$}]={r#ۮ!3z3zpt 5džUnY5bx,^J '>H`VҳgF)}.9"429>Y\:=.Y J8 Ȏ3!FT{,8ޛ7P 564| Ȯ 7Ã;oy`y;oվ{Dƾ|ML1{=>[[ AT*˸b #""cMDT U|њh^׉kг=`x}[b3aso9wh^%!tC{}?kí\kšƳqPХy,pB pG?N1&!>78/?vW(B:G&SG&L*B;{m]r}ss|pdMRְnЀw޲ΎضA5ꋡC'_;zÍ=ۯWn70ԗ-_| """"Z8h5) Bbo%ԜևLuO5hn}6S n=knn>78"ykuї! wٱlI u/-vL74Ɣkp6j[Owܵ9!Kw4;:/zwwhoO& == C'OZR֍kvgS/=kZ:t[޳7O^K vvz7lmi Oտ  M@ 8DtIAUڹ  ) @ JI<o/" 6@M?V7vѳ#'3ץ<`\׊ԩ`R>O{5Mᚦhߴa޹O/|it*Lh~e"JrPs31V;[ƺp_;u▫n~#]u{\{ Ǟ?7)͠f_/ƶK 6m^?WBte.>®FDDDt &"Z MX9ѳkvSnt)89:m >|S{'FO3}c"ے BU%G;wƂMWO=8>ޖ[sFK1m&an=mm.x.̓x<Ҵ]@v`*nşioc[B!=09>tm.5:{6vne36kXw qD{*zﵽ{85 atعk/>28uÍp7v^hy\$vUB=7}f4]; DDhźɩfo=Α `rt˟ħ ؕ@?|ƿISsD@Vr͆r̫5m-@/ޛNdwU՛U7_aUlVCQcI mG3h7hvj46Υܹry7oY딤򁃲Vk'7uEOg{ucg?9x'η~ݽ=<]w?r6J}a)VPݜɮCTw19p|Lq㞛~@owW(HU7_vswZ[8.wAMh5ZJ0%fL{ZGk \`|[r+oi `NϞD˥g 7h@Qflr{Ze @,RS1tvd$~ͤώ}O^cg{Fw4tPRzxO}#C v",v '?e ݳ$# 1D$8 30ǡ77ĂpOwϟF>O^4ʠ=Uר"2m{E<Mb{u'w>9ͼpు9 |7ٙcqۮ#֏XlPS?a%&mGNT{ݫ,$5?9:2n >eg?1&""5~,16gLBν}=-v4ω љ+ N" i4>:uАljl gL&Ѻ֞nwn~ڰab cPq;oG7{{FcC~g7]߁çuGnX#ۯ q1LL *ĆƝ ;y2cؽ8{9mڰmv G_|>2FTV8f3-h"U*ppUww \_6m:; :7z`M'RqlLO`F|tԤX#^RW؋y=a3IwrL7Ǝ؞2g+ /R dgG@Scq*7zv!{@<llZ07$Ij7!!Ɲ>~2aZ%IJXVC}9mSo o]g+/8v*F}sk5;w~直31zHMZoC#q6>SXLsʌ`LDDD!$"Z=@-ĻߒᴎT/?-Ƭjdg#'ScVQjݡԄ`Fb[Xj20b=H,!۞dc[t{xj4Uyfn^ZН3YtMGF; ZC_n߲q獭m-7<h҃\ڋfw?;_8 u$NKoc/]_}c9ZMoPwfbo^=<> %l\g׿g}764kiKI7vrd2KϜAD ċA V̠Q /`>Sx}-i2Njϸx {ZkKD^,9;~wL17D;7ƔPN,BCE~33~Lp΍ܮ rSf9Rg/(ϊX.TDFz6758+="-[vny9KhhU:%8޷;bsksBm9 27?ѡv":\RlRcCC<Gnlpx" ZR:&jw7 _bQ\Y\4DDk%_KY?Z^ov{ܩz.7'ͪV)}NNM>p~yFy-@2ݗt; '&u3):̫҂ޑ١gw{CcmsvϘYc7g=J;c2 Lh߽O;?{_ju]ƇzK<><9>z4cu*@sg >m!jHsȱu-S>wQrUUNlȒe+q@قpCr%'pCr|  v!l 0KFM3>]]UU%G#Y3{g~OwSO?ݶYՉtlAC:rg"""V@4*~/,˟ixn-6ݜ_O_sʝa^ EO7J]cJޟf[ws/ N뮟]ҫwvp0G3=I+ƙ,[h)vىJ xWR~O CQ(14< d˒L= `W涟cN=;GZJ<3K?x\.ZV#TSbYYdZS{wGnhZz'g.܉>?b߼/h"Z?V@B v7chдEXГD)hOZ??yk@@3SGT~&"ZtUK;F.}:a9o +>o 5hޕO.sgU& iՂl1-/mٙ@>u*7t͇nzuYyskB[kH á(w@ X;7kiڰzs_ԧDtQ@Bj"F~V[_2}BT*jo[UIU+@0,t*twn[3RNFdTlՓ7kdU@p' v@uTyJU. `EsF jsgX/>m+e 57%Yg23[ ܱ}wo}Cb=KkoFGK,fD&$[ۍ]d4Cs'c}0zxŒk4e 57N&*|^uC''R/Ǟz_{~+pU IDATk_ w~<:b)͖zwO9O̔v*3?њĵvٔ 3m5_|!Ok̀K~@p8G<]C[ X,vm?13=:T5#a{E`oUF̝quE4񄈆R#\6K+O@pm^@fn)9*~24Od涟Je/6e36[MD[g"""ZDD;y}7֝n[pT|V{SJ㞶kou)dYt0&$4l'q_.Wّ 9^k ,Uhh$b,:병eE43.ɧE'f߱n$Geᑃܤ.~;{Ȱgd8|>7|h`LDDDhrNAg3m#pdd7ܼA1[VF k6fTSKՕ 2h" V^gJ>wWeUϝ沽ڪnYuo'+M0f孬 ~ben)X9/nFt<$/gسO{HDDDDDۍi3hL` ڬ9:tն w7;OGVc )p^Y3MMZp~y&bVKqѪt>^}nBp,>ۢ`ۍln7fU@|q<~S+Vn洅grޥɋzD;g"d6۝LLDD; >7{N^?]oJ5=(V=ۺ[Ȩ$+jX|Uklν5l`+Z8Rb#blxۙl80 _:WCCs^ХB);{4v>[AѥaM ""->𽅶UNeDǒ8AJcTziz85 5 Vvjo~UpݻTHط<+xtS2KKeśp@>wDL8xjq_8:{V9`Ee+Y8U5xٍ"֍S.'&jrT:x] :AzDDDDD]h'*Eдj<?XwT}P'8 S "C{VZPW v98럽aJvޛpJW9[t {#grdg\JF+nu16[c5ͫ?POGㆽ^>r]b;?DtXM Jhj3#1bEɆ_+B^ɳ>Xdz,d:u.U\y:40 9S*W¾Tn iv:EOch"תǓS'/tѮElj=-@i;2hz2~j 5_ZF-)&E6)I$#L1vT\VІtlA:UPȪVs;fTٲLWU5̠Xq1V \ zƙg,ˡHgsLܙ>~lMD=v!V@mc[9}i;><]]&vȱ[>FbU(ͮ;ifM(zCG5߈IHf\Jbp'#lBbEҕY嬣ytu+`bO ƞTVWKpXAua%;J Y{7z[yeYR*tHφe/$-Wa&ּ;V@mc[<i8|x©-;qoXA"ERΉqyqVɰ˥;= :P8nIf3a#_:# @BºLqR]F՛p (.g=:Vse+hƙ@y^x\g5!?5KW/vF@XN^ڇp뜇hYy+蒱hb4vgG764ŹEL`qiQF.DEQEۻde2 B\N-}c|bx+D֕.8: c &TNo'h%T %" OB{z+cJvֺye\Zw`*\*Vϩs./dıLV08H+hbg#1 *&"ڮE Aol(j2|XedbģGs `)K%WghL.#3g{Ftm(P'hT]5RqK^mu Nf(j jx0i^xV2nRUì\8й5/Ϸ-^x /c^S,OIY7t/mZ`?D"hb4'P_hN z v$N/e5࣏n:9sv8RhK2%h,jUn4~Mԡ5Z[8(ي N :#@0/-\ow 8sbJ\> tBnC4p,&""]4msea?BG]c9izf:sfoaaD><<]7ڲ퉏I8l-/'NNӹcSXC2 XŠ@,&""]DDD}ē_*?1r?`lW=9u2CS\\\. u:.hWa4mm]]?=͋HHFXL D)'7bgz^%VZunk"r ܁.iڠ@DDa@h&t'm_|q~'޽[s[sSvbdb@"5( ^%A0*]&Y_fS?ӗt h""pLMJm_~'k|}OeL O$NDld՝>(.F0*>"i"""""@m'۴?&hA/dmSOA)\xl u2XxL<^0';hDt61-˟qB"""ro zA\xH+g`%NijKSHFiT 4 KQy)JAhíh`3}O&Tg@g?RwJ~HZh!Tp'% :uol5Q ssGÁUc>wGt7}iDg}+wf3 h >[.~wiݶJ}e)z4SpU5ّqW8|ҩ| ri4v:0<714s}dt2 v >h{ؾ܁O8e2=gf URnopL8aV(] xo/e%@,9քja~#=o"h?ыڼqq~O,U:2 @3S ѕd|X0]fhp`n y$=z|tOa/Y(Uhg?kbz1=цbMDDD[iؾB>u\wo,ujx,)z B4]RS'j6vv|'u&Ig ~E/} s}ĺ#6oD7\4˟cMD x#;U\woP*H`TPT+Xp!_(1Eff7HT#|<eIM殽|sũXX7GzM_5~aQeWm$~T8~)~rrǷʞ5G4 T2)<'-bI5=@4Vg0u*U1{o]{teF|GG_HFkչf]q^;kd3cnLx}Gy9 _A>>' ҋ)^6yuIW= sGɔum;Dh[=cS~t3?0}&""cMDm3=Ӕ+߀xPhW< 텟vJJf%Ϛ)cJ851].g:hxK8= 6"͡^#)P$Ի\,"3ͣe)Zꊢ^|p υvM-a7nDDD_MDDD3)ΛK>cO۾Bu!L!$@gZ(b<8S z7]v0 iӜ>c@4_~_Ν›l7lY:nЩd\]G6ckGy%8ģp3g]~ GÝ}KeL:g&zc&.[\0udl44sb @ٙYQI$~M^?B诓ߩ>a "kDbtdhJ{~?}WO$R& 5EO4j*Y*+G 4:}ZBj_+;ۗ]?q^uG/a_|}_ T/>؏ 1m6q "ϴV_7:ܯ#yê5+dzN>#k p/8どp{-O>={>b'}p#Fʟ?0`3m$DD[˟igfٯLqyh_{FJCfTp6+eRYqjǟY}/r{O>qL~ܳcދadOl#FԳsLWbLDDD4 qMl+7{_}qƣ?@Grm30,葇OMŷ1/]؈EWzz#SzwӶJ"DD[˟ie3/Sqo7_"l0?kf L]ңp$ݜUx?7m㖺wą|o[SH!}f3m4DDDsZLP_:{_mz/t7-Z Y^6|x= IDATL奅1-u;~[,.W ,M^0}^DDDDh܁C=կ_Sh3ׅr3ϗJEM//YS7ljRRy=m0?&`MDDDMe&T`y՚cj6i;y4[=bGKӋ)V7n;|͇nL`9 76 h"""tK}L/S]Q]x˥}iiήɛ=4 zmoy{ ՘>h"7h7 }L\ߗyo^0.jNNc?Y =jy>"]>m&DDDkYsa C KkindԝɨV %"Zg3m&DD,r_1{244!P8 MgOLL\}ahbʟ;虈6h"""t/ӘD_Yÿ@ih`>@0&">`3]>p3Ϛl5qowߕKO|0m94iB6n-ݿ.CBԶށ"} %wYhyGzw<?.W3GhpvvLDDDE0&:;B1m3,֯ hZi]<0<tnGD3Ѧa A/haL$n֏*EdG)T@]]]>fB6 ""b4tJ0V""@n{Ћ[sL6S\ A#DXLDDD@sn+*U=k""z$ 9V@ 3@ғv/..n%" z]҅F :xy|Ѧؘyt` """8V@Ӯpͷ}/<~Ð`3h0#oX];ҠWq.M?]*K=Qg5PUϹ྾-ևDDDDzK8uA/bjb]t:JK BAt^_dY;Ƈ?~iv6@hh0o.}|1Q[uR~}[ElWVJg""" -Rk~StwFF!ol.(ڲ!]5 8=A?mM}0$;W' f v%Jh+fu WUϜ{L^CD)3= ?+Nrl*]w.ZQHKoȓ71Ө?ٞ ZU1[Psz ]1ϯf贅SL+ [m8Yyvf3mTř . `zf&N!y@ntDQ(ڲVQ=~w˔jxqJqkzoObbwd|;ʌ&ZGgɏ]yeD`""j_:"$c̱[("zAggepmI%u+ZKhwD"mnoHr c:'I4 EOrZn_w;|/:Tl?PdCc@@20:^B;UBV( ݚgi7u/]x9"&rYLDDD[sv@<SF3[Kg]Qa$W3F)F@hڪzDpaxTEW\8|y]W_p狄ﲎȆ~WKj%t3eӡT'^{`M$wA/V(fݹ5Yyl 3m)[Cζ88Btx܀ "r0qgmmS<7^} Ԇ"4lDc;D;iؾ#4Om-SR 58˟h bu-JU倒_]KmrT3]m4$JS* ^(VvEE\QOP[1]p44zŠ_'|_lOBkYwv=մnwH ._:ک,K^ZX\f©A? ]ogć>$]={|ЈFчe5g8=і>LǟvI*썋 Ed0t#E8$_$=u'lNVyn;h=vv8Ρ!OQjM30)0렡m wqѸؕMїx6}[c,|h^Ց.͗ntO}&DD4hw?k]bDDglsmj2EUE7Dh&"٥KQ쒤TU°W,^wt-RuŶ`umіE\Ķy[Ω'^7W`3⯾}ٚjjqY\g|KݡTF>]/7 ER Юg-x۷ `f#ݶIlzql.FDDDt=?I.QtRWw).I]|&ł IFazm*Vk5u{0Q -]v4l1 wLIi׵FN-KJpjvJhzCum;|GWp>9TTN/\+6{[0NvZζl빥|ԫp݂И;L!W,5mu+h۾3W_ J&d|}hu[f[B3}&""mt-y2:>i\LTζ^VIZOm ށ;vLIԚ-<tfڬTd8%YmTrMmke>CXsKCv' CqohTSk- Bǹ7$|owm`ehxN^瀎ښG7uڳڣ)Vxnr\7D*|TT8#X=?1ѶugjOP߽u_?'$g#v&0}&""tYlFJ]Cr -M%au]K2m liSdFP6QoU ŴȢKvSt݄0B3U=ugLgr#v%͠7 h42 ᤷ%瓝$ 5x)y||>h^@x0 aC>Ag*3OP ~NH[m/_1tht?"""" [ԶO'&ni0P̖C (ݬV]pMVOCv3[ P007}<؄6v 8m튤n)(f?^(+ p z vvFl;~o%qDc>S8. TqAy>U^JeeF}]VF-D CwK hR|Av9Ayگ߆.?kX;"}齩__ʃhCKQߔxv ?Wp}Rv yqKj e#O‰֨])Khb8ëE ];&J)JF 6I՛n]5 RlvsVu%A6ޖ#ݠUy{͠_~zo. ;.dSxʾ gs.Hv{;1sS&"㱇PVB-*G 7au]s]irA7 r}?9v={? qGT;8Pˆؕ6`s\._#8۝r^L&wZnbʀ7,(EU 5U˶x7;_\kuU 1Q2슳5r~w5~F;̀ 7vۼdoFF\ym^/zS:f^IJ04=R>}c5))L1ႁ\Ik\jڬCg"""ڎe2haa*uu%}=~QՄR[@lm=Bppn1 eknicfrvxE%,Ď4-9r`dI3%hw-hWZ=4Y1źoiUUx9v C(4=w:oCeU7t@QꐹkOdګp'Ӧ{_ 3,ΡaWw֧ҕ㎐ Gw?Nׯ__Li27?c6hrg&vt)}cb ]zTdS isƼKU4]jܕZnm.`wRyI^y䑬+eY; %yÞHtІC]g@ԋ J^"VV64.x tAH/ʯj7*-<^ti muQ`yhzU C;=kHcWF#^ћxc( YA(C/?(р_$⓵ʂܰtq{ty#::/fL;Vjm|ҩ hb|aLhb#9e<;:2Kv(yJGV 9RucG˩Bt.d4M4[,0,\ё^]llV@\U_uYUn&*|.xM--{Cfjj_뿢㭺^/jCPpfn)+qń, 7<'eeQS=d餺3Cc#׺ۅˮx g<)}!!#bVb_̩C~η#m~BwѶsZxM3 ![eMxvCzLg]+vhZSʪék[n4]u&ãpN,5 bn)Bkz~jgsO=_?3?lU#\n8)irG]i,B]QcŊ,5 w0pK#}|/4MR3`±퟼eq/8g"""qZRB3Ț/j"Z6 m]]mwiJsE۲GǃNVI/*GZq#{G&dDr8%a MivIkՕî$B];FWҍFCPަ`|mFV*pxj'ϋx,ǕFRV-B=p8<^ lzc]-r(%bDDrՆ$EGf W]>L5:VnfvC_V͊BZ}XKw~Ǜp !',e8=W\W1 AOD ­\iEhSQۮቢZ1+%2h5ހ}HUbE^voa7k-ǿ5v̠ꋶO7j|ꗠsARJR p1}&""=_,)KZyMUU~QSZmi-+sl9_WP6˳UeZZՏn\7RSaG`!;m|mHr_p^j;СW;djȞhբohڝ}Hu֩zmqZ+\ZMtSA8U-,pukž!Wzv_o kQ+dcOVy'7OT6>Sne(x*[Q:h}?bpޝGvw};7oHZP,$Œ)mY+eId{b3Ў{3qC;Ҷ1c,[D"E"Ԇ*TaOy3o;IҲek1 x~S?sSߋɄ s~EG9W?} ؛gaanK&0t}.Wxj7 #=h(힓f7a0wwcMi<]06#nupT,Be\^,{ri뎊Jf0U4ɕϖ2l]0=sd?ޟ2X ܕ?"gkn`DdӔ=1y+ QF;wΚzhxe< ֈ˔(9t[a}9;3dtqlG77.{O[U*Fk_a%1%Οg߃a^diz0 0 6%ᤱ㺱Ćq]H今@ 7t; ' Gaa3 0 sau *DT7VNm)6‘ƛj.站jsN6ѠzF`ٺx™ˆ]iF+IA[ovzaܳgg,eqL2 A Nc Q%zz&:#z5fuw>\ʓ#Sqf@xV֯p=75SҲ-ˋ)N}U\Y'7䜚[n?u4 ^iSKdG:'s+>#|+_%pZiKq a=#]X9g sgcc7aY7$qhՕ k1sG?T-6#saV;eXʭrk\ZI6p}2 @Ј30ˆPnw+)/A uo=wivaj!n!DwVV/O=>?-J1i_#D%P,t}[4Jڄ ]%?UZ.!Rɣ3vЙ-tic .MBIEi&]CvkJ_-"5꫏RJj 6K3_ @Vk@<[|y"fM'M/%ў]Cl=|?,zfa&^$ƈ"v;䖋7*ʫ>ޟx쫩*eyه.AڅoC$R5V$@A9Loqtf5*xMV[0FM 'Uu˜Q|g5#UtMgbsǖRFq;cI`ۡj4hE/kGWhf\J/:Wo=uʊ](%Czh-iX>&YF3 =O].4=BoX!i|kkx?7v铟;t]ۛk{yסp=h޲$&߾8w2 0o~s/jO=@ 'V=3 0 sc#8^!d0R"Wίw/uzz|d[o4R_ Ty#nh8}.iJܔ苗0>W}74烧t1clHeM2솣32t=6{~uk)㜑 p~iKE)̃K 6Ԏ)ЈjБGz>'Zپ&86 A/6v24t]$U5n|lW7M[{;sSWjA]:ӒGvG}/ V{$f?Os2y܅?5{>'so2Kc7nDefn0 0 ʥ=pFQިs|Dn\:P=#BƊs߁G)(<Ω9ťӓܹJ0g`r>6Ҩ; i\ZSnll8hw;8#[KP L`du~Iܡ?ҁ&钾PۮivUzpTQ, mD7;N~lRqiI[xRm2v=Fzt݆ fgf-N(dʵB>rљǾ}[o{ͫ GkG ̴3/_|^jˤ" ''9{6a򟉟ޝ7M_(G`z;b,zfa敃5#$.Y esBa˲$X~cS[^O}bfXB;$5VfeZCǪesE+ԇ[f?m;+XP4Vgz'^_6N[('T~7$Buim[+|@:lIʮ^ -Zfrl`jZUN[#9uPI%٬iפ[ @#yMpӳb.\2sG[=Su#/UƥMJ& oP88-KR4-Hib{ӘܣVkf^t۟'n)38+~g彻B?O0u]anw{aayEc/_+W6"E-ao}my~x*w{oxCsS/=s-5VN Im)2lTN:3 G+GWmjؼ~56PHQZRk.WNiHC$H`=a|8bF]T \tZp-aFOdtm }Y<vn׬PJx[KCzv9*+lYjq)([E3P+:nw[>]m" S9pXb( <;J}o0S9Au&v2!0˃?{_qwHNw`XY30 0@lK2wUT 8Wnnf+o秾O}ٙjsꩥ]?甹z#)鼞dlJ,l&ѳUimr;qQ}RM-0\([J*Cd?)2ͭADcwߍ^T8TWEA)pl%D_{8/^;Ṯ7#Up!R9~2V;r9?wFׯoE=/C=HӊfJ&%dRg`lɜ;Y?H͜8;s թ\.0[[8v۪\Q bU\q]P[ jׯ^اeE |]jݟwY0?ЁLaa/UJDhs4.ۏvf.gfM3'pZiF}-_d6%zu w⥇X()q BH@9= ƢJvj'Hդ)*8) %J#?󁢡Q<ܚD𔸭jEʃzdc}ՉmFYew7Qՠa̿3뼦 I'][mz\N)5E(xz'N--.ʲq@n;?=7߲,hekVX1X/r&)ɒ$K{+ɒav j#s+gutcߘ8s2{zwWH!ؓw%dې3kfa敉/]7Y5ʋ QQ9rԨ7кr)1t% ɕP%fv6|ܼIs?5s3FBAe\| ~`T$bqՋebL?G 1m}'dȍZGg+U}LR@Oy*@#S+i8Z&fd+ ]T%F=/khen 差ؽRQ$QPdi<7_KZ4U=UT*MUJqi4Kfj>i|$ "%hi:OGpNmj_,fnLB6u\=7_#;G`́o>@4Kay:n8]1i+),-<6/?Nzecl'ttfԳ]̘6̂MsЧ>iy2o&q<_NȑHJ-2!Ԍ44"MF$iިSt)CI:Ay^ 0r`IkC ,9àY0 0+뀾dlyGItv_VO-Mt2lo2G[hPZt@'l$6׸MlP=I-嬞bTyYYewLE PxA'Ql(Ifod(T\91 G/hw^S9gasBJN.: BR!\Jiec}K )q hoJĩ1A-ja7@P Vmv~jTu_T Io0HXMvOq:J,RĒժ+BIVRNDMLi ^J ɺ&36픎s*./~O\<9t&Ʒ޷Mgۻ99`3H|30 0 s :xO|( .DK).-jO*Ӈ__ԫQ߸ТV6L|}X)lQk-JSQ*A:A3Eh%t 4Pi`\q]#UDZ:cs'NvE|JN2ֻ==[;ɲQ\^')%iowG1t}.; ơ%3Y1WvTT͡cCO.~}kw)$AH_OFg|]َE 0 08`/ o`_ww|߻ЬPne:ny{801 n6?Q rHtڬNyUI@ԕ<;L~ȮƁ HƔ!Rc5729_TB]ԇg }$*PF (B)<TSЇݳFji|eIKDbWԼ\pu1%eҜ($.ehr:/:6$rx5#yY 4-McQQ!pqQF(M F y{sc`2ϼ=*,uG9x^ 0 0,nAQ'RcG3˼%dN"礖0B6o$ WuQI*1 ܘAQGhJyC Zʇl>II?r(d2ZZM %.!o6\Ωp\£6V|@5hn[lS5hFNL9ihCDA+gN~_7OI^)Et @LISy2?mVwX[9uխFkڡ#@|[k(b?<<.@J,ڭn" _if4 /3 Ƒ]veq2xq}'a/|E3ǖb L|h.lQ֒! = $ a*~ ?l $ڰklCim-d6(+skzjZЈB) A_ETT- 07=̠Y0 0 wm_3j0vJYs *kYu:6DxFyŹ6NwAl:* g`fǪtč!`[VFAu2RN6 |y x#C-Lll#h0z}*ۓw(Kh\"æ=@6'lRһYu x~ G&]RRr-(Bqt_z5'n-R}m^1?ݫV1m^orv`0x3 lS?;;`'na{Q94nߋ P&mE 0 0/@_g1 i]vYv/oJVvvfqwWzǭf%\til-d=N*Gy[NqV?Zvr 3J =htmW!nOe~THV# 0eA6g|$õj kJٌ{,(|=2|PJyE=+FGNK-˺ 31Bj>rAd4(TZKfݏRn@&~U#ڑLIRĩ@7I¡(TSl*r|{kͳ] p+r‰[{s_˛FcYm51߳pPָ}2?3ޓwSR݋ ܘO ͢gaaS_2aܙ톦3suu+Vmbyv׮͙[(jXZ"O"Gfry,)׾ݯ}ďa*0,STBP|LlKD^=@33= 69"?/ODHIg)Ic]dD 0祵$v p|cq$)gN.:9Hϋm] tPdGke+zNwĭw]sv\5JYSJhûxb;;cA42%|]XXm̵|Qny9瞹@nv\3~RzNRf8Ɇfl IDAT1_ϗ['67{ߍ,}f ⧅~}/*'3ϡ{QazKDu10ڸaao$rS_rޘ `7l嫏HL֮<5͂Ml6atK =u-q=w0 $rk(2\'L$G;3(zl\rz{~}GŰ^/QNGJ+dyRVxʼnI]M,N;gʱnUc\]KZvnAWq FU/: ̋ުQ%=w~ ?tKX:t(]ngZ!]>zsUGfV|=ЩbWy!g[[߿XrNBHlSԸc7Eկ۽$}~ϻ@l<5{,ęg~m蹛u0HKq/ '6~ϧ {Qaߙ +,}faX}~WΜX}EK[k^]B}uKM&)г;owx:tSO˜,c 8 V4K(T^=÷]f;~C̚Ow}|;l'* 7TBPBȺË)E8ԚzMϩDiҮ vj_F ' TĭXAKN5ͦFjN3KmDI3mPJe#g%puW=Ih{>w(H9v!Bwf5jh X 6IJ:G$y}:T{˥;.u]t]­ S,AB}9Ç*wG/tC{hmpx /n 8-Cq 7~zq۟p!Yu0L7 ?wV!aa~H,Nֳ;[ɏgs /:dƴ#ׇ>I-P˰(ӵFׄ<@D^dGݱn;s+h swYhn~+;2n9)؁ AEc|=jg J2|դ맱fLT _Oa|~3` g_tI+0-!%INׇhJ\k.VEѤ1[vdz7>'4N?reXvgT7/[\ϼ~uu0 c:c79\L[|{ߺ ~ ^<9' q~kGkVm8O9c¿|eڋry&(Hqzm0׸^6zOa닥 0 0?<~ps0+G>v;ۗݝgvV̲QlaF YI-wP2,{J9DB|W"9q 7RF4Qq6=+k_t)A؆9{vZ05pY05Ng%lv&K}+t6%ʱ؎ap kaUQ^6hP}L)-[J-/~ֆ{=:N_@[ԫU@CVkR1|N]=/ЃK>4Cՠ~ca3;Yuzdy L#_,OMW*6];l6.6\{;Yhu7NFNdo}oՇP;|[cKSl6{эk]ۚ|^&'il5_x` qg~Ms _y >3 0 HSivn6_s=}|#g%,Q0% UV̦$o̖ݮ/=͝kB?F^㸱 "R綍l%[,v߫>y~xyCDznP|ƹu ފ3-r4U{-GȽ'feޒlQ%#=I#Y_/[CʼKMr:R.IIA5I+GxyEQ0IM_i; >树4YKP3ã6W<kn4&B(R/ƶOVt3l2@Vuo0qvΚ2K'ѫNU~sUЧB9Վda8:vCń0HM;XNWxꃫL`ۂsڻs"gN^:~O}^ ?*v!ơ{׷j*u#7Krץ¢gaa6zi~iGNkISdcdgYvUSK>msMO iGX ^D(]9ě>z?pgdc}\Fpze!݆LU2@rU2D3 Ubu;II-قU㽺G2;_s'ǴA !\1PcifQ%isE9qo{cR~~+^5Ip9k)RwH@^ f0h-NO*Mi@j$|uBu3+@;hGNNdhl#}[UsN^\k>϶-[=Oo|[rm{kc}J5r u2c7_;-sa 텭ϿE0 wu/?|e敉E 0 0hzf:"\]}W4^`ʉk2lBU+**?I7-l%@\xjc'ͫW 6N};n,>Si!QvF&! u0PJm'NN/MNG< ܢehb>=z&S>S~O=z8@jx@|uZ؈1-l&W69K~Gg:g{hl~s;׷f*0̋hGE'xaa%b#8uµ'DO;ݸ2fdeJian˭yv6wЖ175}F;aCO??f~_!\et kO[O%'s|}d!R/)nq|}81Բ܀-|qډy6w"I}nP]ə:e\tɤim<-dk(gZ Q)/J&(%zE;g5KʣeXn`$3gI9yMjYB|Yc[8vI}.vI8rhu-~|7Ϝy(ƳevU=ƕGΩ^}j>ym?m95n?RܵTlm/~<[eE كɝ^aW=3 0 \,~9L牳_ 5.Y.6ЪrlojKZgΜ*ڡ#gzz뙧 'ms6yUJ)q0g`o;&o t\тM jc>c[w @r27<7(nf!O']PpDfR ЪZu*qvڠx&]im-d4>O_O0~v,Er]kgVo) q|~ځ0SnPݭ L3,ԃ g;KJw/ҟ;T#OX%BA% JȑwotgJ} ^lx4F)lI2/;zV$_+8;a>L6~`,wd%o;X0 0 s`/oDwǿ6D%R|[4mp2JpHfQF g5Z%.v/}3B?NШfl{~tI$Mj YnBV)IWd_{Id&pR6ZJKʙ$tdϘcfsIN5}iy3:j:]-@I]Uw u_tE>NUඉ҅VGl̕ =^. }/붻Yٌwz`Vָ}^k>OdyT9u·Mkìa^gܖ[^u)r]0 X0 0 s}0I':n@YNX}\[VKT mH9WwYJ*Fe8jtRUFr6G2{9M[y>eQf`;p ~Xؕ<$h!;Iϝpm K'>49MI\~}mT)/ܕt&l:\:}E_]iÅFZRu^mf4OO{1o⒌7aZ8}L0txL~pwusB^,OLCV*TO wd/ş?-^]Yp<ʑTUUڥY-`a ~/Iyy/HH \Bpn Bux[jk*UoBlfgshJJu<^#7}7ʹr=P{  Wlo{Ƌn S!i&֟Ѥ]"8iN&h=AAd“ajƵ8$S%]uoN%QCt93zq4H'R"ez#)16ɲSi@]4 m_g@S*^0@dMUTwm{@TSZ^Sr[%N+b,UڈI_={Q)%.]:3HKoObSb/yi'ՙwOڛ,lsysl̡Z:ŗ\O N : ;&#_Z/|SY ~ֻ  &@ G>2}1kiMWJz@(g D:%XLJR6J"5$ U3zK j_S-<ψ^L#R@7 M16L d#3 ٟi|`ZBV"UӴ`4s+qڙx.vSu)#)12DʋCZU-\\-@ F2s.Km *DW+Ԑj,XMnܐZFZڼͲ,^IӇ^2z>qC դzhbryYZ ^ܮ1f59<^wiDsY-.JX2q51AM/djp kP+lο~ii/ H3q*|{K $;ΉAA'^o|-3~8))nDt( %J u/ME4$-1&Mїi=<2^-HC+23L垞ɚX m+2JK+RɳS$rքt)Fw{΄ %Z2WX $:#a@1*gQт ۺ".(M:.K88VFQ!ЍdËFJ22$MYԐSEN1z*$:Q\񇗜soWLt88Dn=yY;}rQ+B+浏o]_4욚# Fkf\`i)ΰYC" }DWEӟ?P{a mZbvX:[jk 2,>P3n{˷nY#罽D8%xCj. Ag  :}G.HpQZ][YU5.RP剭ge]UNTK]>YⅶV$YR.kS%_3>ںW@WNGnW*2#k&&zzS =^N {-om*7}>pg]rzZsYivD}AN-*YWY @P]r:RCme}#ԞS},@#)?K .FP>/aXpt:-&rå.\Rx_|w}8] yuW :3JX U]h% %1z_LDJz>x?sWPP!\k̠PL%yhd͡gl}:΀&4q*V ]zvm]\:8{g$}& 8i^Z\lڝ'>`js} _T <ЭBܵ.nZZ!2"/ilQ k_R HT)#ES% ХU T)"m,*2>Ub˔Ň16L k:sYx.tF~,`gB Oozq* Ht5d&|9-i[β4+ޖܔ/}(gM/e55$3Oz@b,r[Jm[i4&iܞ]\/FժސQU2cv%%q]@K&^*}{_}:Am~t"sOUU;d.TCϫ` 6mp 1B0 `,&Diat.OO6?}' qPKw AAA@njsv@%Tt!:=lSfc9ZFO9rsHD08vJRHDWI IDAT +z->>GMR #F^.F{dMdzZU1:!V]lh(=J1z8 x &o$}f{ JsL@J q1;\lQrHt5Au5M3ʆdP,z덬ޯ$VQGV8o2RLs%h>?S%#jWEoώ,-fG_ħқz ľPr!\.2L +v.򇾻~m4Ok~n?:]AA|$>Xk3:vm^ha2eZ(hSϥ\2,Qlh5΀qe_)ϗi*.S>PP|K1%QPQdY`2}gvܐ U =/L+Pq@Htқ%' oʲ M44[4HWPpF'ڊBEs<ro!m}?ӓfdP)-CRɖ44ժ0>!`H(FNh(2UӑkyIf&|ˈJv҂%J1D1=9^]c+%Iux&nnuț&1:BcV+GC`T) kp*t@+Ҏwz3^9  _X6g|L5WRuՁ`V(omos?}_EK.}o,]D*_Kwl*XrL5&㊗>κcxSr~ A/D.\* Yx5'6&3AA:"'7.k3sf|}@_22Ū"Ӊff2-)z]N0*!:`jAS^"!KFN)ې T^&^NܶM|nC % +P])mc|HUN@3cs%4-2Z[4hc\> 3W)΄̕^f*l*2b\n:4{ЯI0*9ܝ:{4ni ]}e7@M踒UENn#a0 ͳ].{lRҚǢg@u;Cn;w3#~cz t승zYZ/˛??3 5; ̎@'r.;ܞh4<9PkgVKϑq̯wA7ptB  b}]K>o]>bf{9D11&&nYL/H9%R^R2f q!f>GAn;x;e7l./ܴ\3WS%Y3P~/[dAu)?h^Z]Mb|OPݶU~=Z|q! m,˞+$TQlN{^Nѥܱ $^NQ4r{cG-ӯӛԺ v,7M%lbLL=3{vmɘHlk.? V+Jdk5xvzij3EwܿȝSIŠzٕE g;Ҩ% Vxa0"`,]kRȊTZ9=uKT:) GgyMH[f(+olbtv}Lx2_қn|ɺ;v\% ݎ*/j4EOxvf5t{s^smܸ)+\^ b) GLb#7n8;T,q7~cSjnkӽ 0{ £L1)NSwd~Eu*&FYlV1o׹1惟̍ݴ~W q +&3AAĩ'V46e:@Se߰.d1j!S<Ę 65d\\hhYL4 .V h~{6nN!#!߷u6Bݦ[\3EI &AХۺ'nPaИ6:^ky^$@_?\.Kȍ'uz\4bC֠iZ쬬p/˽` 4D%T9XQb#)1/i'4nR&ˍ-KH%NmD@Wo9ꭑlϸ暩3Y}cn8{骿!M}v/?8t-;ehNSgGE֘)xto 1\.^->#G/?ۯ4酅w%(pDbmQgRL+FҼ_~oy[ΏUGoaqӦ{g!z׹Gf<|ӹw#⿏ҫ]AM$z& 8ՐbyedZl]m;,9ɍ1KD@<B\`cBJt#Ib0 q!m8x<A-H/ʪMZKgvfn;85pkYڪnz͕7^eۦrOe]TI*gT@ѰSE7sf ^EF-41=.x(z)Q<|4k*8aajd#t^SeMϣQvϗ[.ͧKa5Xp|^Vicr¢ÅX߱5YE| pWE_ߟdɋzh;u מQ{f:6!XpĺPcQWt*%:~1G  `5v@~xl4J&hu zJtDironn  O]}otbiQ$lwAt @A'կ_=%GO~g[=ۊbkmi.e&nns VO'e:%,$v bhAjO&5-t`Ь Z>2L8}M3{ni^}`mF]A,_@קJtrOT2~֗[SHkN\0*uVc/9p @t)Ɇ.r/ rggBIMt]@W *T)1&Z퍅-L_n7)T1=QTXE[kJ7-!`0Hpwwt7=.Ho_M}/?um=a?L[ŵ%LYSЬ&%p&5 lzr2k0e})[fJԮ;kc[5̞nV0P=4Lk0pZ.qM]Ԇz(ݼqϿ.. rHQbld.Ff뇥L4/S|q V7'b6# Ț(iHHYr0CbFhd5w.~Yh~ۖ8jMMGEԨKlTm 7>Iwi6kFzwlxov8Ģv3<յ|`R †dޯġNNGG>rvBqpdne2R*E3cY!=-!䏟~m'li)i^$#y̢7~K4t̲DkyɌ] .;JH3qj:]A'IILAnv纚Uv'9^'52QGb6bJ.ܔ#d2M+qP(}c^+'ΆOw/Ʒq࣡tӱq^?rAQve7^09xҁ#8RBݯ:M%K.uwx]~:8x'珍e3SZT]ߘb3a LRVS+nLNJcY } s;~٥h?]9Y-]l59 Wt}&4qJ }j䗷 ۽[wr !OILA|$h'6BHhO*w?U/ֻ 1*0NDzfN 1 (jadc Z{8 X\^mYMzHXk/1b؆ c8xۍa{qߠ]cv qA/>/ Cu*Cmq4 yACA|v|],Ax8'Y?\,()ʇMjtF rLnfL\`}^ǎQtLSk-IuÐ/\Y2]I Z!yk (Kq}Vp) xS_ U?'Ŭn(`xFRZ0v|tv|򯾙;6~2K!8*SudMdc[*ق<6/iQc|k [{do ]|-7Lˉ7sTtL~ya5>;ˎPVP:;Xȯ+Ax8 &6l;}E7mxarBw0R%j f0S1 +sNSQpwV>R6Aي˪+L/N(mȏgTV70ĆO%*<^ ~+E`_|V hQ;~O9qtIAhkoR "BXxoyШ5h*vcqzXV1mKM 4ϣFX`xz~M0tZTҵΜ~#߾w5қ5[U%hUMКu:Mk 7RyGO[o!aC%EEF+%D LM\V[3=TF LT 8h=+^{*bvpOɲL=DFjDTb G#VŰߧ7)dϸ8e)ҎqX` (`1x\zg\r{l-޲Ŗ0>HG2GѧLyg7(@Jso)ȍ&ֲn:ܛoqeX6$7L,vS EClܖ}K{\.}ݎ }__$Qe5KgTے ~/C x)yom-{paxTAg@T:m{BÌȆ}:ϭwbx`5jÜ|h7d$撑T^u _]mӴp+d,ųQ.,DVj:Ztvi0-6 moI,?Q0022pZfUF+1i4Rz:#=nu(S`pw-/Br s- 攀EMd* %u9lVTmoy} AZqVRG]xj + IDATJ4Yu!Ncn_jzO6K'-فXo 1$6E񮷞Qd#Ri'̇ȃy]쏝Ǎ # 7mxwjZ87 @mL4!Ճntw]{Sz?ȣ`/ &ˡ=bP8fg vY/Qz<=_+e ,S,\ak47w?85 ?`w /z@&$w& ^z>v] Yq(#"{4O<.hC@WN߬׻jx!#6BBU8@6f <x,ҚqA^1lB1ۮIC1Ey*\Se"y{0Z7jGC6vr92gAì(2m˧獆 ۴-p` DžCޡ e#J7c5)KfHyain~_Vm]tSS/ Abr<kN, 7k.M@0׮xb>\]bƖ>L aȎSY0*M6Y3©㑤e>"nnyƎWOt!ob}|CtE( j߿g4 3gg)p̻~%Wlܺ]S($׮|;vnW9;3~&Ou֭h.L=Z54 E+öUHl+gu_ NW4j;~bC"Oi }rM5yGld5rF1~;MпPIIL )?Gę xK۪АxBB~KE:z$}Y欳L|x1Hq#L\LEm^: .׭c(/a n?6-3dABtB#V*!p-ac9,x,vqxe:qR.Bg0 OeFjbSʒ?4;"D5@mpJfsQi q؃a:`>A4C4xYkA#sWPRDb0Oõ„m2V;/p}+㸈([}`q<{lNSn9u[T$n|'03W\1߬Ԋ6 |Sй۷Rڇ[L>[wmV2WiMgr:ۖ"-n%ӨvEo/,҃y~8?X GO<"b֘J';E.eP#f[Dž_֞MӣveiO+Nxh8[(}zoף;8dzԢk/ZKn}oNݝ\'c%}C^7wǡCąE.-;h|}~EVZ^4HpO]{HF5t2?@u*>W ;H}|DO.l 0v;X֏DHH+K :=˱fޞ\S'ѵ9x9ќ(<C݁;Bͺ|?zhx4p\ې7p>XoGg=1,A->x0o89ܝuކ'qm+K}C[8n?KSD>S^75fEh۱mho8]k,㱖^Y?8ڙ5i2nwP]ih, ZYMSza 2l"i缥Ŷ CQٹC9{pM) :_ %Y{9Z=:wyjπͯ ?TWl߳ۯ+y$_Qѣ+y-muZM#~0;&ÆKxc `Wq57\ywWRn)<^,.4K0XӣʟԥMg}!;r:o6ͳg+{"RCAAA;"j.;!Uι|0zױxx64b)@XEC 6s߯QғrRPd!mz*o)ɳ=o3w_%_ucc o%K+èDYߋC@,PKa*Hjt%x٦.%ĖUS 7qM>TA"?jh?^vŚG+ %,^ꦦ8ζme!on6'kt8S5γϟZN%r].RTI?R3b< kQDŘzrS*.Us*{+_[Y`Ǧs_<L<n_淽5>&:C05jK[Y{W/j--ٷ; 3ge6F %#2Qqf{dNa 8k>oڅ|`wQ׸gf^Y@ ؍ʹ{v2x˘996BXABֆT{Uf덻·Hd{(m'2{oqO~3aOc5[|/<[bO-)7$$3^=}Ektr+tF_Wxv\f4է X S<_. T"mll1e#4M*h1;1Tijq?x^ch=Ws{}>&뜪RS ;F9s7y}m4dmOv{W:LT4d}ʕU3KG_b1B+Knu3(c~v"& ӌ"'eei$TH؃@a撚D1a4pa 0,d,M"%Q1? 퇄yaX}6=G, (d&.]&IX:б'{n﬛!M ,"4ӵUElV~7W$JYd []n'0gʕc'n8|-{+K^GPX)_&OJ\zη,٨g/Q& Wx\y9.Q[sf'Ta>uhv/{>d wif.?)Sٛ WW(t‹6242]+X}ul_n Ac˭&%Q͏c%}L`gpkY괻ǔB]8r\.r\;O;R3ۺ&&k Tإ+idmeJ`}Hл2Vts b/(?0;nF8UI,؉TulJԣYvطLvzi'9eJ|<P ^zS/Zt8 h+&s 9oБ{]k@+jvyk c̗Jλb}k,} H}/.<^̌GkfQu!*#Gb& NØq,cҌ7%2 F9N(CH QbA6mQL cRfEq]ca`^Fqb&? Cb1o;{<cf-lRK}'T.s,83HR"*g;o /t+~r׿MWz͉Wվg aY;氛o$JynW]8|ڒx۱_ g~e}qNnm5\bW9Ks\.r\z7b5>zVLphwT0ރ`ƄMC1G=M܄ +#}H6'TsϱTEniG*k^1trT@`߉3nnel&gnNjA;;1 joKfry} $>sm"U rۅmNEb3|YԅZIrg:5Zd+һ PoWe؝E煾eX:-갭z,C%KNʒ #EY !CHT zFbDZNλ>8~SKZ?tnW{scn깡g|Rģ "ݤZ4͢)291o=@T~[XZJc,0aÏ2(ԍ'4 Q=lh w{{%ڷZqt'Ro ]\4jOW+G6V63z|Vߪ*!{qa;9~cԮ٥Yg⩇C_d2z_nfØ8FT5'`mOzq{lkYKsʚ8Nfp!=?\;>H0Or{n,V=j4~M :r\.宵힯) "o+EB \M~"WR&qzB{;86!< 4J\o=)7bzt)v3lzic$,x{sFsfۙ |AW.$/P*Պ%QFsM]7QXsnwshg6zM8ZN}k l}2CoZ" $PzMMuc:8OвUQ"'@}_j1 )*&\Gs$+ #< 8~& `%B(o%$@H½ճΠ= Gt@b]pe3g[;rZҸJE &kJHY5#?{w~|.0e/$I\P.wX\=swge+ѽq=nj*Ft _}II LLm>-K Akm5kܡS!II 6ؾw~ѣ/>U&嬬]oddmd>vG0vfW8 ~lW<'>wY ̛RAT6`:Ͽ'r\.r5?}h< m# h@š=7H F^6H4#%ϓ<6['vE*beF*sjqKc #۫ @KI<Ⱥ»w# W=+816Q :>?@J$J݀16V{w*'M{a(O-Z3A?6U&F/0^Bc' ?Aqى;N+6 aDd'~cO<>;bOlQ[3|'O7 o {5 V|.mE6.&&5]K{juV2]?=kM#wfRlG : * C?@{R|I}^Px d)S@H'&0Qsf$t $د"4Dyvޠ <$lbƔX-Djv[)[MF}%Vo(J%AfWce2Lz+R|ːϠ"Zڇ _1Z^*3_wJőfSLX.&03L0Z7,PzSOO~Ժ7׏LTN( }6 zPsw̭gǥƗ_. q/v{>&ݱ(^_,"  bۿGT4ThX>rkOp0&Ik`;'X`#;9L犯dUr\.ruݢ #4f`0F-b7w\65"lFC><hz}dZJnf541k^곮Fqg"®lao98:\ߞ,YQjEvNrDrm?N~0;Z]JEɣ£F.]lLG 늬flc<*bEl;U=R~$2ڣY7Jn&4rE.(\؛4 wj=RsYHl@Tf#^78Ţ6e_;]?~1]: XH(Nh}^/@DAoP^,Iˆ#tGHv>I&\t/y@;UVMoǁZq ρS-HEL6vxz*ȶ&/%I!&"ȶ,*fQ*Sަ[B/Tb$xa֫QnuDZ-T{K;6r۾ƅo\_x~6~ 75nۙⲽ,dn\n%@{OޠrP[K%0nI؍e~JZ7`јןf4sxg=_ c2rpؾIdiGoK*ys3~'YM _WPAr\.r7OLN~W\+' P;pP +٬ u"(cgLf1>ҬXD5 A]!,[Iܘ6:%vL@k?Wᵚ'vZ肯S??}vr0I@HGDsӡ,uwis;E)QalH4A"rYuTTj)q^6.k/.1 Bdipϩb3 "R_&"z,-V1&ES,a<R/M@A !Bb!JbL!̎m(PTKZqd _TKAlsHXQ'gϵmؘNQ. 3l:͋pټu61:<&*L) (?zesG1'b`{ ȱlrԒ]+r7|s.Kȿ]}vAY7j; `Gw7hݶpxhLTܢk;b+-,L^/락g+[Dž},X_pcx2jr꓿tgƸ^ҿ:|d~J$.uCHZh6ӲɛF0^㧏ҕ8UDQ⸮Ǡ?^_t<=KlPS48vd솺ePr8Tɸk/zc% 6)io3:%)!$&]'c^h׾xOTH̶_0I`:1njh nٴ_d_ Ht;+Ga[Wέ>7ƒ\B0| Z.^#jJ/;A-LJO,Nk(J%}/ϮM7xLL(ENC(2kD!Mô8Ed!BB:ao( xJx.pWqL1*iuYf*"-:3twy$,T*`! ѢoX<wqXu(A;i]~~Uyz,[݃y\b^u>|d\.r7\,'u1YPer uۿGgQ{kDjJilCbRiFw[[m?:$&F3K09VpP80::UX7VcnH(񔐡i}Þ.qg1vfU $Jeϳ1UBpKSa,!^z4.3(K)\I1E︑ЋϵfRU$U5LS}V4ո85BaBlVUiR>!J# &>qN<SH_})}&N'nHK~ DIA $9Zn */ | %aa9nP0:vy```Nyl&<*eC ӳig 2rq{;vSdZјæ-3\le *'^q6*;?wG>NO˿nܗv (}pOؿn.=?ݧ2纞 QI~~?N7gՑ˗nU S7pC➷"edG3fז0 Q_>G,#ar\.rGwg?@<<7R|WLY3;!}]or06 ,êVSE4FFèJތE?CmdKRl^98^G+Hjo)ֱm_|;. 婱XF@P~/WƷ'ǒLS+7^mzS'9r\.˽~|{;PhT^ק(cTCb d={t_k_8 #ObDۥ'jgWخP$:rT~sj|PTM\$8Mm$63WK% 1tBAJ.0J aytxt*.ctҞEa%ԮaL3Q[ 瑸{@)" 4irN|¥`>rD|Nr2Q $m7=G$Ttu(nI7֠B2[0scI΄OQFȣ΍lq"ΎGy0M©~_2=UcXS// 0p_dne ro>s@SK/=^ Ö*oO~O|zxYsN@〶j4Ms\.r\.}!` ^:PvU ;TF\P&f\{t<1=) {U894'f2Qp$Н[:tJmL aUIUa#C2Rndt7"$C/J$J?{>Z1-g2 TfLvt ˌ&D4܅f2keUeSjw9y8TBvQo]:lFtD֙^n :8sg=E!r90y-$uG zWF}k c+WF|2zA067tJwX"+kEPLQ:Nkrhz4A{H,T*a˚@Şsp&ap o('H4%iHH 4|EgP)R˦a" >,?N(ԁÖ{/_,p~  |"*j\f"0E Ȓ$vSаţYaa ic͕Gv4K3xޱH3Ty܉|X7w?ԟ~ ~C?ɏe"o  0R|5~y-}ϕ&!^ܙMW7Ar\.rk80BUio3|mչ\.t*עiŌ&Udy>GWS3Ag ϊ^eofLk0m2^˻'jL8TaՔB +*\0~tv\ BKc APR (?I RۊV1)Sn̐ i eog-,]@i>>'[ޛnuD&U^a$ch1W YVHbG<_Y5h+IkHwg^x15!˿-6y3Ico9kX}X](vٗ5v?d\.r\.˽&u\)1cX]lR `2hB+,Bt$n245Yktwsm`$}:hͤ,̍sSx:S*)A]MsqSV?QF'8LrIZn6?$%`&d1up*=3op# 84S(rވLz7TG}f\]Sa+jtWi}d,}G?vY SeVHY ?Qj %Rt&)P+c4_J4_lAYSBALWM@?=9~ou8Y7eEFmv;cũ]l}nX>$5^{ΞBC)ȎBi~QcC @LR'KKVf$ h/b9*LfaW0)D r°"'PJ3NI[HC,[3<@ASUN$& %+*;-j:Vn,nooNLL5g'+?_"{ҏ? t&Bz@ЋI/׷$p̏}ﭏ>gw1s\.r\u+rFbQZڄ5J{#2Ld1 vOTY^Lm/qelyS Nr^sۼÎv|S 9R7$أ/`k%7L12K}=5d"ZE>8Ie@Ņ2r`AרU*H{d>3,i|S-'xK0@L"aQ m/̈́V[%o Owb {ZgQ΍Sى᮲S,dWǸ0u2*+?g]6&10>U:aoH#W}7a8@I4V]׊ ]/+;Ώ_hfzNNO9\E}NO\ޥ DZcQse^@}I|EFJ8 D@,Ğy/- "' ~Nh9Ÿ2 UQ`[)#3&+:bW`Oٮ1o ؅#@r\.^[uDQSU>9&x"p&%Sf(B؂VTim;cR[DQMM GYA5b^[Y6$dMH$7D#k(ƶӮo؃,Km+D5zEaVRCyNVv7 2'jd*WZ %6sLU˧%5Vk˞v P`"Q ͶgL7c',2 <dy*\#^Hg0 T <,)< rK>왾 \vU@g`Ѵ]& Epq nm"M r NfA]+% PIkumkRaA &G.)d+.J*dll\iLyLsgkZ1Ssq2A1ؒg'Qlxa =$'[뫍kUluK 2ty\1xdV }6\.r\.{c{ JQԏJY!>dQ_b 0vV 0TQUn})LISgH,Ҋ1I1sR86` KQBt:W ;N% .-Q#jBv7%G0zd*OG 92ZkUE`鴢EICc{`K|\\/,#el/RezQK*I=Pps~I4bΪ"8r9`eiq{euQ+s9F봿V/;qg3i6Jژ5%ѭnߩ~S@HU"؃V\^_'hȒ$B$;(d(FEU>PgX[ $nt `=(  ݷũ%JHI 0"'-6eW6Еu3ۊS! Rm@&i{o/D_xAͣ _)kZoFt:NOlzZ*Ie%+7,d>N;/yb/BZ@F-4'yTQǭ,b]F:헺|awVs5 wH@) o쫒Z=jOJSee8ɳBhK d1-rdNz|TcߟMl荻,r;c2H 'wRf\)lsQG X15m?ym*j-n_P*4|k:N4y]KZW(\(kU@Try]XOYOs* >1X3D@c~lç 1WzPS-r< ְ ;AfɩðpQ(JI,5 Lv D/Og6ڤhX M-'x.Ώjֽuwsͤ asn9* &y`ߟŖT"X\ +JhMOmn>#k_spn9Q}̲jz,I{ aЏ_EHҿ|[h,UHW77_;q׎V^ʫ\xb8X;ٻ;|-y:˓m Eu@ri޼@ӯT$Mh(,MdQ1X)*H#UaQWhKAYRriU.h:5 @&G WYY+'wLGsv=o]X%p|4Eh RuzNksc{73c槦pupQogocֆ&-0eIPˌ㪱Mjʤrriij2Y4kI܂ozdț5цiw?O߶bvqNt:Nw *KaYt"$Xۻw^hvLLS};}\VN%R-4)(?Yp0QeY/>(NYxN }A fKǓ"8A΂ =P]R"iUg [$"q] )Unx`9IM)Bhuc$}ާ~:xeU)G?w/ hS_Ǘxt#(iᅵƸM{}c4)7!O:˦Ӝ=,4d,:͠OI\:3a?\6{o飭@н~ _,1˜hÖ?|6o@^UM(:E s($^Koa? Ռ(dT&Յ͍koި%?]hx5$/oJ'lWPh&Ζss43@bbL4͍KjT1ѹ~řap:==dr05}9 M6is>̠+.},a6L̗1K:dT5yi-<Q ,ʜo#9 M QS5UJ*454}NX -7g\ȶd,-,TFn@/~,NkO}޼u칵VI;,iӤb33![@~Gę"\i54OdVku%A 2]m%œ#LWFԩHJI^!-H_yO3, -:NK=Nt:?KF*.g4 U{Vw<5 KAӔBC5X4aږZZ MEmlǔ-@Ui 7oIRb1N$16E1q,4-Yɷl\b1YA(z̀*E%^Qu$%He? V7ª Q(Zq;k={hd>գTEvվΨnFh* DAZ&76}h9mdI*Fhn2Be}cƟ| imۿ=}Ԛrxݼ(%*W zݺ^71f:p_mtdJBNsdCD 8\08\e^240"Sb((9bГ"RVTVuQCLCJ|=Djzgjf(2cyY 2ٮ!Hwsמ Uܿi{Yqy.nn[3m2ϐ&톝Oy0^s[ 6z\f* x39 E]6apڪ(W cO IDAT26V`+o)MKh^P',t:%t:Ny'i@\./[6QUQNOWT@&P%FfmHmT& KktMkP6(E((\")^TTtֹht d6jykQwb13 {-$ ,wx[>1? ?lYi:W)4p@A$5|d:M]am׮\~ٶ])͖^L?{ mإWZˏ{߅4;G9Ct:N~9|w[Oܻ7lVIQ#cD}߸9"o/z~5L/-riԜ_W}pRdA:Q ʛj@IMwxe3 Ko h5^9JQ: kNbgdBfǀ ! m_[ҷhHQIIBcWZ5Kí#Rٷ[8c~i&a gIjAPۺzْv5Kя/>\ML꾐&_ymg{}~8zcZ()1ˠ"9*u^DT%JRQ }g=Q(THݗˣk촺clr^yBL].fu\;c*u:^@?fȃZIcJC4a92Y;㫾tSSF~F"{\MVUU4FF1̖A ʗP?Oŗ>O=<a1eYw l;7z{oR֤'+YȊ,+(KQȖiA$% BZ$jຆaRcfY&.sߺkEH`:=acaM7,1 ᛞMO[ "a$iڄ%#>Fкa( Oa, d*%K ~#G(kOo4xt:l:Nt@[K6ԝ2$ErKcqq%7&KEK_Cܩom3/93i[c)DSB\ $"gHF cP6J*`IHfa0Lȉ"f}⊳dSw4CtwX['F2R KL52gɦ}dz!aͳ IZ*cP%.oMd";Jmx&/*W-9+hjlbƤ>+jR N|>P{xڇ N|E1#Ovu:Y@?~N&e]2Ao8NZJ]߻WOV^5'"0lY:;Xo,6.| fj2*1N˲ ^Uc[?_|hjEQYYkT˿FYeCO @+zm[L@QU2$ɢ(m۽X:{`pYR@F`_Ľ;w߹e_w$y,cZɑq)NoKۛ:#6k[$iTҸ,X$O]~쀯{XnY$P;r)&$/h~|s"iYg$o~ӯ:N,3_wt:NAp|rcɳ]~"Qwn,zܞ 6L``Xލ-$J T"@FȶoPqn_+]ugM6MKAX[Cʷ`zad* ৭eY^q˿eGkb\zW;;aFIJRCBg7Fܻ!@ kfDDcQ[wo͘(O4BFTAVӬ$UkF V2x{O\|`PUgik"م_{RЏˎ @5\xd218ᑬ 9H4Yװ~ńJ:([e(BYDtBx(дıAy/?q{˨JXܞ]L\3QV;cmYI^gL> .|L%75xrd\~Yt8gMzJɣV8M!}F"ɣKwy5GuN0dz@K &Nt_/lmzi'qr3,g1>=4-3"QD{Ǖ$qދ_Z,vGi(mPb0,C<+"HiA 6Y䵘UQeYEnƶ6$f+qNT|%T,aE&2ȂR)ZYDrl⢱tX, Mk4UpUuOo2,  ټd7Zj'dHr-˲MO&@(UQ:0}ўfy)dd:lMjQTxB 2 (%mN&v?X9z,G Agi^ϦNЏgFU}`yX)MYUԔd& oGaԱ^elww.cCjh/ؖ`Ǻa(>yI!PUU(*۶ ṨZ;cI{.9ۺt/}V/#qK\䭤eId 5nD !A#[e xze{I𤹘$|:¿>}W/l|ǯ\C~yrɬ-y'GZͰ1Ft{\5%M|fqY&WSWΥI0INn]ͦ> uz'%14A?߭>|o$-`s1'@篐IONt:2jl#^`0bEfZ&,;Ihl;,OoT*s;룑*_O" i{tM,VdTpX&edzc1,EQZ.LtxEd,OjAsV.V g"Py(h4EINUrv(ÆYX*EQh3Yi"bIEFEVij?nF 5#j./_}sB&'Q&I5D O?(}ucIjv.z[o-ӆ,`'V @,ErU+RՑ+pʈڮ2ӏ+*Ν{刐].ވ;Is?B5(3,̏VB^sp~sdP3gQJt:']h:lH]qɑUsg<{w!KIr)?:g\_] g.q鯪R`9hᗭRdN\EYHutͪ,"r-2h! q,6iR, 7t\$Ӧ=0(ϕŪL@XTG^MrfJU0L%MJ2'1aҍy~-ԕĉi}YI+C;#`VKҒA$.d| Oj.פ,)512DE5Kݽ^cPeNKV-(dwdX,|#/i"@Y@0MOU'i8 u|,.`QJELY&(PePı= kyh3%*[nӈ*cJgֹ[ 7tύU$Q1l\^/Pw/$ Dh8o9 J: q&봿baO.P37XR9k=;iMLxr${߉4v6L0DQdO⯾De]O]mt7:Σ7:N鼟_y-l9广нGdtL wu`E6W^^>:$g^l϶ ċ2[]}92bE]|< ((UYkdwhyVǨt^WQĎPpKUI RIU"(Op,pp-9 &`}PM+ss#0代 }PW޸[dZW-7r1`U-0\?g<-n.Mn:ڔ(/R?x͛ԲP6y#iCEFauEEQ,Gq\]UI{g?* DX<^aGdTrN#uʍYWvcܫ"Ԍ~f@DM5TٌfSbŭ%kp)52Ē,/MxFvG+"_!HF[{Ntޟ_{1y0{kyӤi4W.xk" [ս]1I V[IVHm+<ƫh:m{g)dS&+mmyh&m" R*ˤsZ)U6\m &R֕3[qF$y>$h ]ӂK@+#ԧ[=TJn v"bO7Y8#)Ŝ/*H0ͧO̒vvtixNيcIH}ѲV$MZF~H! s㵟r7pBŅtpdz'6Dd3X3 5yK3vLӪgoхZaEr /Rl +W$mZ I= ÏgS{cf 7}wsXM jR=cu|P"Whm*KꜥQO^S,ca) X}G)hWRw#l(F*qH4 [{i NӲA !H422$iAw'N4V m_kn1h[HJ,>RDZ |ϟ_:O(][&ܼ$Q'3AEym]g7[j $T!@ (El.P'*(X.9SqL0 ~=y{=Okwx6G7;^k=Zg$7dI[AZ F)(JZٛUX3-EX ]['uP_5*")N-L7?МVkNj/v:N_|J$5NH{>7]gj{o+W4(r>79b bg} d{/O1I"h<-E)X}5䪫XZq,XTY\PMekEFш΍ެBYSCY<䍥>YU%bJ̢ј^ qeacΖܰ@G8mgUQN]`g+yә~i'd19A\gs_(޾)$#5sʙUs-4J\& ddܭ?<4<%gKolJzOl$cSm֒(D(Ua(4~@njЀ'1jI*`䫚i]WlWi gqxj^:t@t'EEaqBtyܖx7]@(p?ԠߊTDE[OEC5AA1L:sp^4ygV =~Uky=-5wϹwo U4T @כqR8yURR'[džKi 3rE8_ł%%mo6s6%ɀԱ~Z24L3hLlq} QK<)B^f^$dmB7u;cY R퇷4NIEr4rA&t:ׇ1S+!t:NYHΌ6^뺉i7݁ikM7$+k(R7Sd!߿=0SG10]IeY߼S쌍NU8e@TtiE2-5R(J*4LYǪgW-$Ŝے0Jave&9{7]L?[$\{yEg8~kR /]$!*e]Crط w;Iv xKE%W 7e醽}|흝Gx-;BV Uxy5¸o'kbd[h/r?(geCYbJ@>wG"P _CǥVA*umCȗ8Mt1޺dlN6Z:Ҷ5-gDޥOPh?2@kjDBJuHI[;y=Q3ҷxqepaO3ȞR1+hUZ0dj55%t\{_jcSɫDI3GltEFĩUHMIρ`ER3M?*,)k/KU' %EblbI el~^å~@eS-gi@rw tG\݅Nt:o@ۦ-Ѣ8Ubٽ8&$oKF `=;؎H[ϼ^o"ly^CYB@1vf'!棡:_~$/ \|?\:߻\HieBK!)`~@4)s o{Ч2ئ7VKXĠE ww v,EQzJRRJx8`IiJn[-"$ؓ\=ld5O( ieuFXZǷ~]>+dhZ{9?@F(zQ۲UL4-_BgERipڐeb4 juKP)\tN1f2W*h*Yʹ@M!)DEI-KRL^"+xcO?{+8ިR$; +P*iS$ S;E=OVo8t:N3R{W. myxk5۹rF1+nr4q9AM3QвE+E7)oRM t ׅ$$CFDU(yZ:䲼T%CCrJ*AY,eY^1i N鴭*j>w?.ERZ'zFoNƣI\_XZ$=׼wːl˥?<3_o<5쩬aC)At0=k_00(a;M і$ڒR V;gydgk?utl @GMl#/NtR篼K9-]}jC_8.WGj~LG] UX`2 +df3Ej4/s@#9#u+U ^̈ިƃ?<|=_tL֩,z'~۫hWF\zި("`p8P ]@+x_wd0[3Ak EiJp⟿>Z l ҋ/])OKK)1vM@ݳ$yi&YP0H):ngm[}f5A?"|}8:NjϺwv/:N鼡^0mK)[0^( ,oJFƵ#h7kmΊu O_(Y*UKryԬܠ([FUJ e+v9(\VhYT%B58Jm|SfO~}ߏ Lz ̲iA:R^4?I[<`-0 3~F8ܙ6$-k6.^ؼ~tk(^/8iđ=o3m_}_ގc:*Hq}́jԺe`y$lrv :}XArLKZ)V|/ͺG:M^M!-3ACr p=Z.Nu)L&;pd?>^.۶++\$Yds0ƒդՖTQ9hesaP|\2=YWΔe M]NPyO&HDo/ w~jA`.nqR- @ֵWFo}T.0<> wv_zR*NI{b4E=Md{4v_¨g%**hFE8Cux HZK4Hy_wvjψ>[~t:C]o~]t:NF#q G?)Qe[ Ϗ!LhWxT}5Qb d]LZW,|Ht1fMU,ԡFr!m)Q\R*ha(f=L dܔ!xl^9BA15-qzgS';ZwfBp\rwwɄV{>U1ކFĀQq# ;;_(u7'7~6RO}#P(&ZJy) *?ݗRw煠xO^z<Ta0Z-k56/e)qTФZvRYZ@ˣGt_>3L mYeC4B,NU(QSD468EЧ&~Z\5?~sIufTER *Ezks50hmUv-Pp3fJ=^%>KIKB Ualhy4 e`9}Z/ƛ<nbgɣ ]$xAm:ߋ׮{r\BP*˲ @՝2 [|Cʗ6]c4wt{nʰpǤ_ Z{ |f;Y8xnzI%W;KܟZ{Q0W=VH"*j ӛVO)Ϥ+oK;N?]Nt:L taӴh-Wl8=Z5?tV (.a&-9 ^kqJrC僾Yzlh @aV_E$ +;׈gk똼4˒ DRnTq]G@űʳE&7"x|̞Ls/ޠm|M՚"6?:gS0?%=%|sZu:N}bv/:NEg^W֣8pR:u`V^{nTpduJ3E&#DoP%U1R\ɡK*zR" O3C-dLEU!,f9D^d%2 xSsԳ[*Lj]o1Mv08i<{)_^L6GO;Wk Ŵ ~mo/DeaiPj*'3&]6"uRl.0m8C `EhnE>:zARuxɷBSݠ4}0Eɨ0 2Oy5ti zŽBLi˸g tloT2"k`)W\D1ֺ$"eP5 ӵ_e[nC?c?#I 6$\U.tk{uZ1E!UX1BT@(Ξ'룼8)ʀ*7e/'}E`8\( / B[hvf S<>/R,FW F_4 M@L42EQ쪲 и2NmVycmRpJZZ]4^>{. Ck1zھ sDNo6Ov Nuy.a#Ntހf8<ãp赇rU^Լ΂+"H5f7mTjhD cvcYnefYCz稘 fi.\T%Z/bƛE ?c&ieY%*YO5{"T2Le&M☊|Q6dDLȄ́RU2vwe$L}ŧW.jO?o^ &^.pVX'yc!Ai̋2j"krZD6R8s6O cl WԯX c]/aj[n~CFxy0ׇ+CӵA@0 Фhu$Hp}UsL&'i'Zmxsw,LQ4Ø%m&'"be%ꌱ"܍.>wUe^r;=͓?pvQTL.eIUu$UE"Sw}~hT(JR9U% dKEE'*7&r IDATz P䑯|HyC?oHV&+r4o^:7v,6 efwoyހT: {hpc]6woopY|Qy)t~n?q:u:NIi>.ݟ[Nt^0 VEܱal-w&~pL[r(HeK<'wfWu++b U25XGfo,1h;g5*ų/iiBHɊOT$q9mgq*(bCXV7~8!sgȍ0Թ)ŁthT5)`@eR4빦U& j` )=07{7_<_=YL^Oh#H-0$$_U̲Y uosILk(IUQ^N".<okQu:;p\' ¤ tfEQc)ӏOcc ᮻky]V(6 ww.(I3Šˁ_ٟi\5QX3]=S.KYU@ j^QK>HUUTTMK'W[uMO98cm DYe. `LIV6$so&ae"HTڠBMS\dbܒRڡJ ).u%+c T%eSA|w{ Ư>IO/0@tZ߅dž/Nt>zph< W,DdyjBU#^5YP\ Xfˤhebű)YJU4d{TSȥm"Q;2pylz㨝. .7yKTPu++=h^\$TJv`ҢNdyM[Ŷ+<;\Z ZBGL-KWePV-0Ҵ{:ÐI`_\zĆ*.bH!i 2]GyLm@47 -#y]m,1Y?;Cwi|Wo|lkܝmNo\-v|^ ? P0\6=?sU)j!gyn^kNB3LnJ~V2 -CjQ 2$iK5PU6AӢTFЧɟd}5gCdkΕ"ѝッuHL6]?y$K?'EOq,{_䃖쀮D+w \|h]oB8t]P .u=%E|~/cyov{9X?wn'FA<9) 2eUZE*C*ˏ95J^%8S))UU.%*HXNog[3U[T,uy ShRZ{?(XC{xx=ϝN޷p' &Xedc/H0Jn@TTBOk7Ml[#a yUNt:O||9Ftu|ϴFz)J.WFQ!}?,TdSW7])M'QNTSK˖:m5+I""hHy;$(Ύ˂c@^(YNmrU屑-+ AV)m2fWjܚŤܪ3.V.B)[202*! <.]aus5 ;+:vn f wM'XEٔ^oY_`( uDXNRŤv5 `han6{Ҿ9zDʓoA[R2hyZd9FSonez3u-Kw5i2]kytG)kby@ORy*J @- , Xn)rI876<%o~+-;\ U> ?(mTfaYELDpVݰ rkkc6?i]^ۥ''EIli`ɬdlӄCB¡jIkE@MY2506kj4C\  `!(N`@N\t (l0SI]'D)a|i־E}at:UܹwXNSeT.J}rdLyg< RxOĀ5 o[>aRcORR1%F~}WU)ITjԲA6U"HeQD :)RM9N_RW~mP3ml{g!s4-U%^klв&ЙRT6yE܍tj@+JY2R:.5 )H kWgq;񾱑E{w3~t:Nt:'+Pr(eRԸƛ.oi5Q˂+HeXMYwn2d"mSa wQ%ZY$~S!+{13SZ,V شic3@wT-%F_u&gXU!^-U"X16!/iCfgI1HxvcfhsǞ~7>ڣJŽXw.ӳ`e3mo_\\2= @QOY(Pf@M$Wk6lDZ Vws OY䘚yαDIZ$I@v,evx<2ԪrK+>Vޝ[ubw}{W[WuukiFђ`A؀1[@ px kMhƘ1#`l0!FfV i VU]s?'?^jIRmVw'**9'_f݊^xY*3}Fmfg8J:1punq @?p'aC;[ߠ/;͠!d)=z*虃3Z%y1=[z68YZtӦSX*v8Laբ{xB5h{q^GK?o׶_.|@&Ο Uݖ?ZVjZ- S--&$Lg3K}gL?C ;hNhͼL` ʜ!Nxx ̫u^#}Sߕhd_ʚƲ#*4OaY_5*Ef]We'䞣զ`h,uiz,L,XPo2mW/{L8iM2#86n].E#1|wp{R)OOEi}E8HkUws/ˌ&nNJڏ疬sK~BS K37k^pω5";JGН zUiDFX9O9Prݱ8w4= 0zZ/m}T8HdZ4Dab8Jf)^uyG["Ism|c /@dQel" ף~Qf_wxԏBJnjI ̷p(8M|p::dv(ԜkRVuV'Sjz]j|zߡ\o3kوc8֧oU-D~pYgx )ˬRCKVt%&>N:knwDsb͙3˟q():vy]?cV|&/^uEHchwhg9"!xk{[|W\~#Fedt,mWYM%T9/:,`wkܢ atXi@ ]"rVuFHݍ=C-G8'n˟[VjZӽJi򨁒(Mܒ\CKӸhN֭Mw/yMZ09$F%Xܳ|S'L)9inV)`LMsx'.N (紝RWaV!5P#eU`5I`Zz|ZQG$vԭ/& %"fs4ݞ(bʺ")w?j~?F!iҩg˳d&\[wx{^RAQ'Ԣ*e2! (9:%u,u{oPgpjϮ]0 Z}]j=v9+ bQQk]na:H̓RZ35w1u݀9ٻ{N[fQxiXlO>2aHJ_8g\$ߚ(A3DUbIz ru)20G&- Ts(`‰ Sn0]+t28ZR͊8f8^O]J(ٔ/U@Svй;rn0a) 3W73u4oXIcv_ Onw#st[jZVj/^P@&i8Z3\ ZTֵhU9_0EmyӆGFu~(;cYQQԢU"IP13,S$c,<$Vi4lӬsO'ՌBJ( Z?q"VIB;C7gw c\Q>阶騫Bpp,-j&UONwDS'< s];_|ȯDݍ3\ErJjZVj'_ 3VٮDOʤM5m4iΓs0Nf'-=K,3ENXT[&~`:6;2) ZTB!LNg+ڹIh< Hx쐺ñẓO<..l6W(.?ޝg Z]T@A^GlO4qT0HQ;l.'ͶXTZ7:Si{јuI6NZ%;vi6݃Y2QIδIXjmqt2J½F.5B@(62K,ޜYsD`zY,t:gd6\9p\k?=8vФP(G㌏\=A4GwisOu,F*6]~*(*,"eh 7>gF#kz:<&1(-;{op^ϛOryo>W} yzk_%`igu2`0ukzUW*+ϒ%ق3 jkZ^儍}w0 t2p\,on4|Io5EOOMڶnZVjZ~5 k8&R[udQj(h+/=?kͼEiIiØ4U֨˻ z68w4L5L14=3!2 `r8 [t $̈5>YC+}q>'uSi̢Szeʑ&qp(xy+&"ˍhM\xy:x\dQ fm5C{!ӔԦg^7Z~ M)8ai 鹞84k[cn `~5gYemT1P,NPW2I8s~o0Tnp$9f&Z/m}4ebłqdPm$$9 FӴO ፧|G2Іt: 2߳u&ͪi@4$o|4`:x:zI۲,CΔՉnx0`ctM?[$\4O>85GdSL7rxƭ!g[i7Wh[d|NK8VjZV%?_ ,Ǯh7}5Ck3,C{I:Mq Wg''"UQ/ZRh&:'5Ma9N5NGK3Sq(9qÑǺpXM*AXTRĺD8תUl8+3R/ߗTAQ8rb[VM$D߳QuslF#giYUh/zH5?8 @4Qe*б{{Yةf𰠤 lEl\|]&I3\TI^i<Ʋq$\]^qq\6hN/O' |y EQP^$Lkf ecbhw|,RӀ, "13WV$@EQQEQB\F~ʣǏbZ}k 7g1PT JH9x*3sZ߸uo=ϔJx{^; p>!gwd/>NyjZVjZF0A!IQ]e(I"(*4)C뎦n{h KRaۆ }rv̂;H G~zʼnBu4 j4L#\H*VO%G~ b&F'f֔ʹX1ˉHd4+ Eټhl! !充An1Q~PQU`q)M(/J x`k Zp{i{䒩$'IUHRV謞缫=rgtTP_#ۻ,\;Ni^g4aj0n5ڬt]y9Õժ2\V2X=j=N@רhhw5se˦Ao7D 6 5(Ǽ:Dct|:g2PHd($akKWXoau}{ݢrT:֒E (UFJj8x4`HÆkFRӪU~դмƘ:m?؟yu'(=k>uXUmk J#/bSu2TQJ]۞fᜆQQ "1}4#{ ^J?ui= (%@d ezVbPln{/lqϞ2 ++pP7żfGlv|S9I yvm0=>,W̪ 3Z`|4 K@g3Uh+܉ZYKr\LKgYupwK]ɢ3ǀ9nkI'qynVз_h1pYǥ\ejj_hUg~eva./88 OwgI k2*Ϝ>4 IyEQ!>?؟pk-٧^9mυߌNB.&`sm>0q/!YU$xݷ&t5]^$@Y/lx>ؕ4;;5 )VN >kAZVjZs%p;KhF&I׫.FiT"Mj UԸ|PQ2r зNC(.i5-_,5k2ΣM~b)DMCrryT,፝:k6.DԔ2X- L3ZTNYkasjb:;fS8<ԥA9Ήe7pؤ ^"__ZY:Y`4xb2MBQÕW(jkh7[0 ofY誮3 iLGqr|-8+kZ.4-M::tGu5Mo~svZϽ6eUV{\ư@V$2E2MM[g*`( w鯯E>M6ca?oo__;w"Ϣh|ˋ,u{O>:b۞Qna:u㷥Mi0`j"ֵaŇ\9k3VjZVucHy3`Q8+Fz 8mG,nTg!"l =az2 '#U@!!+Mф @!'W>*ǡFA!&U0Ε fЁ?]&òRiu^ o85?5U!1n5^ 8'dezoj^6K0TP W~z\>38NyKo*mZ(*j9wvϽ{?EF!5SSПoz=ZVjZ/_|"/jΤ2Jir RYj3ޝqεVgåes7|?3ezt>^pb<'X.5'#C& ,R&:/NJu,&s8= ~8ԁ QO\i8 vokp_r Y9 1w~tq~[1k`zAk蛓MtΟrr`؏`Y~eܻνw(QLvpa]&xG>?U\Kq@'b+6!Wy(b4-zQi* ^WĶtLgˬ,64He ґ@YjQZ#"' gGxl*|gI:- IMZ1_MӇ.ـwDv†&4Im~`7=-PhaaT9%eC45-ӸWa20N' C]} &*sM-wqt_a̪awm FnaZir(yO}9y/ʱGBĦ5^2-?GΊ{mzj?oFﬞ>Yn4 Tw&Z=?p;y`>@jaR.^?yr`6ːn07/ۚ:љstx s~#fќv<uKz3ܨLt̓v9ӂɀ)!ӔsmxgWji~;coݹ"GoWhw#|aDϭVjZ??'ȳ.4@:F/h5zW@\twgM)|6p8dY*0Q+!/ A`'Bar psCڪ1zqrc)ymUMu 8Jy6YR==O,ԳZӥ,Ҁ]e#au.léՓ0}$3ˮLǪi~k;'/;}Ww$ΕV4s\0\@e4Ͳb5XDg__%IF?{Q6)*:LF M5-a^AF;yviG*KNЭVjZĻ24tmi$"8LX~NjbRoۙq(3KMJaQ0IC Ҳh bCZQeK |ԻCONXۭ@$HuIՉ^Y`,*SG+#hQAǼ֝@;:"e936B%4=gs;EV(p&UÅX렷w7 ᒧw2,]_l R\=)ҞM&XXBS?(MF+ܕ{yYs]x+?Y NU%|Sؾ_TN;ھ9 x @hr'/Vh1zP!Y M*kDWg믹s۪k p Vp( pb `{wlf>p;d>?}}7t ȽX@%:>P/ۙwu~PCBP<XŲng׆u\K 1]]Jٔ![ X+ %'d+t/Ȓ櫚w2%;׈㓄2mŶ /}nZVj3@>1kyiabz>RGi>\~8'&{~{;u"/A)s(A ͺj 7L6^6AWa (m Lj U(Fm IDATCm X:J\ZcI͈5+eqJhdUAN@nV~$ Xor)I9ujkM]BLb\י7M=3+{DuXij1=u!27cgo,~O3l@ m"k2uIɫSuf¹EZ>lVL?Rjͦ~͚S6=tm2ގ3lGC})jqT 1}8 'zhsiT 3t3}|^A^VvrnW6c(%oN2b +sCׇ>չiJwQwdvi*k׮ݑ::ǏE\^7:5D)bVݔVVqj8ic((zC/ؼGcwop[VjZgwME!Œ(n: eڹ\#e'5EIj_}[o٩зr,DYVJqH(=׵TTkcaX*;}׺ 9x2.ۚKT5Muu2𴪻I",XlJHE4kcg {Dk;4~<{?(NxǦ<ֵf0T)U)NlxcBљ۱Ur>42Ӗe[3f^SKU֫7(O l΀{0kMsN\cd& k :4N*Y>~eStSgNzf֐Qt;W,[J(x.Pdٽ X_ӪIsq xAVHwsU ?˦_qG޼29ܺC@2Qx?>:)J-X[m0Uq22 kd6VNygHCnoؿu~9c˫I5۱A).6R̡(4pEt< WJ*u9MlO,`h3AZW՟UU%;W$P_,\P@0}W3|M6% vyϔ΍YZ3b,jVj$!ǍbҺaQ\w%/3[\~+Vdif5L&L!PMY*2us5:f:iR1;8K_膐6 L']7<>|VEvr.D,)U9R3bN&}nBg jDUU6OkwyZ7'ܻ¨nx7EetGa[{ <㛾-wdo>|WvK&7fxO3\& 'ǂF\6zQ>3\ZpkS_trG#M -";AGW4MۆQ7\!cTkw]ekSMT@B8 ݎ-^F( ʽ zU?ʵUEmy CBHUϩ3k0JNRd?>{UBIPZ~A7Ģ2ȤĄTV0\À=K@X?/m3Vx"BH@zIT*JR<1N~cgu4J#H4t"rN HD.r2Q(a*8sD(erdc_y"/JU-8.9ZI O>w(Uы[5oLR7[ߚYOw&hy۪ݤ֣{}׋M[eԚa?˓o[~W* j Sւ0N[\Z֚6IKni975+y 6@@)4a*K>K$gXr&( JRT*Je=(I"6RZ@ )׫Ti[TmZ2 Cg:SkWѫ?l0@<57o&]~Σ 3l3 IKфk_qe:~Zg9?4HũfvL:F1-y'7yksr!BH( LYpKnMR0@v~=BHVRIxb8"b.YYu̲uSx8kGN?+jVwr@ļEmΕ-s n:Ȳa-$ZE? p43QY_}˫H-WMmh-[ؑ[٨pf$qPbW,[cH ؞xwFvWk  QzFڢWv l +Z3`?ȲpJe/T򱒩f[),< Qs~Xo|+^{?q6$Oկ|+s nS"~b<%M6<C;L;lk 7~\kMMR38V{~#zc<֙t 2)302*,w E MxStN׊3PERڷ'~}{V}/E+DѸz|B=uU]ߨT*JR\{T :+TXY2 i-nN"(5` R[JeL(XQܤyCzR;?6S7OsgS]xG>wW' qo{ ^waab2gʴ_I\ZkMiLMu7MG*˱B$V:#dfnIJ'`Yjb5LZfQ%MٶD{5w0!øRh0\wTVu+'*&e1qT썓X(0kN)mDQʈ+`w8Y&lÇ=25:3]4oo2b=ySg F=68Zsېytsg.T X7}3S-ijJ9Wұ5=V@`n‰\! /7 FJj] 1uTAKs1TYNX3W?qՃ.u[ySws$mn|ѫ7O^]⪝qn4E_ #UAtI0(rtHXÛ8S??݊MMmwڼyaw[{_x:hR3wa{hȿ+^`brn_op|csvkg_oǏ쎥O "!S:3NMttDEni26uex7+/[^YRT*JR\|>"ĝe#tE\c{Ooj4ǣ<9/AEi$kVaxۃ,r/=}G|3#DSHud%mE`\K|-rQ(R5 do,׵W`QJt(lVE"q(u.NIH fȈFBd fsnftj )QRoG ^qzݜWj#喲T>X0vBGE<@4MV fɕW/( J7ό5}Keqq`n2TbQx4$k:(T*dds6mΟn_e ~moν 2w3=9 ?5=^l*=T%/aeCǕ&e>}k޴)aaߧ}vڇ opn5(*y%84w^qxϺ}gn/?0~wG/QWD"Ybd/:NEi~ҤH^XNY 3YL +~@% !zqkTw:6DUl򽹾?ԟO>3JRT*{v9p8 I3n`c9iiiŵT7- J]29+BUHtv4B0"3cf~ƍ÷>cG<[n'3uՏuc¼օ*\y&Sl9 -ރ?WfSO_{ Y¸iFBYk_};ET񏻟~`#~ᶣw~zrrrn񦛟s̙Ͼ/{q~-̵mHH4f)SCot;q|Bv-ӂ;#aw=j{@U8SV*JRT*'ȱ@;t#RZv 1M:C3!df%5*$e0aL Z-? Ӑ'뚞Go:;|peyĉu7(~d4 6o>SoG1ՓBFLQZ(()D<华֦KMε,k," !Ax<#L%lSJq l,!`P2cIE=:s!}P0XifQح}v2B4SI6q,pw]m$ty2ckuX5k\2dΚDliMBУiM4'<,d6T3Mϓ;>l6Nv+' @d0d]ͣ7 ㉗pBcMj9a}J%B`<6+'7oj7PX~S{Z*K^~m13՘bG]rԋ~7 ֬{yfB$9.4?8"7M IUɾ\2.B&BgZ 0B[^u"[1˲ w???'˳QFXvl>yZ@@QR2۽qsHhVYN8qEgֶ&X溠n wdl๞(d9T~ ~ ӭ7N-= p Rp&0g!Q4*g=ʘK2~Hvd/G7J8AHg>} ,ܾFS0uCٮό#%>OemgԵGZ|ϯ7ϯ (4/}n#g럼QqMs}?{gȅNjնrX ^ّ؃. ;qm؉]98ﭮ{م׼;s+m 9 IWAR[v}HdCj;f_RT*JRZA,˲,n,˒%;?Grw~Cmw}{xS6vͷ<2'2bIH&2w3[rmY&uYn1ߠ 믈[0$Ǚ,Mv `YE0CبM  əg][?4oq|f- 4757%u$uvqY R܆AG͈pETމN@4L:rv:ڑs2f7sݭ :c!e1wc' 2 zګ٦;c݄F:0mYXKV:ԜVIu˜DyTX8xRrz_@x\[>yڙpD]M{斍;Ұ"O*MՂ @Ye _BJ<`ۏfՙ> ~u |f.+9qk^$gk˄KqA`NƒHYc(KqGȔp?8:5x Tf$ bD5:zE^kYqg'CaqU\T*JRtOܞD+Hpw/88D`4 mYN ͜V :(4`f6I2 <eH3mG1lVja5}^C9|#j, \?{}5Lk%}};c)qQ/x鱟KQYl6sY&-RL%3X @ZqV,JdqZ.\n/1*;r IDATcQEϝim\\q$±ԬgDDLOxXdCb; c,zaNm&yZ$-\ױjOI$RhnN!L"1 g C`zZ@d}pxna׾Wq"X[uJGL2SysS>$(ֶ>~\sGo?z>?~@ShZoeyBYY^,[:4-:y Gv=Oc<-3iq|σN\1JR%Yk=gR };pO5SvRU #GBW 7<\϶4F,(/6K%A(geJ0 I Q4esy.jvJIvfcUi}[2gpJD<3 (}Io߻yggόA7Dzc8y^E ~޸~ SsӖIs< m75tVY^MUeh5jنGt\nL@o)E)6֋V#I! :q>T0q%fQwQꩠ̴LE1 [S(#vFsYG,%YܤbASgż+3M$=?6(nޣvJ r54^`ru0k= w}f)0I P=*|ذ %eDs'8|? ޚyoܹ縖pz3 Ced+MVM$qi0ٚF+tAw?oxX*锞 ~n(,rP cƳ_8xUb9nrZ^7z'F]x06)24P &bF ǢdF BMm($INtAiQd#N2:rZܠ$d(Ӷi{%w근_ϸ{>NvmɭͰOO<Ƹzn p-h8htsYܯq%տ}{nE DBkä iӞE=D *T*B(VLLj[=̬ E%6uiONKbSSgk0st2{/֠1] sE(1#AHݦ62,Љi¶IUCfs><=4ju٥sNhT`ơ:!a6\ SYݬmG޸^O^=N Oj6bk ns#/SqHfCVZ_5?T.%UȢ(%%LU&Lq1s/c MF9@M*Tڐ蓠ҲƤ9)^aIaq&(e PmnYnD S-|gKf'%/Ok2&XKcvJRT*Ja?;Q,R(mQ+P, nC `p%J0F~' )PjΈLulڠ<- @de(3GTԼcavd̒!?z^u͵pY?7WEݍO6wy3ozk~:|r׶Ln[&B n|j6B68a8Pǣ2+(RpD%"8530AJr^ߘȢ)ATY%t`$Lf]6?ӭg`4jaV&vAs:0itڵzc03]˟puBSP54Wv'(f>{luF5h&&[ dL0II_d7v_xNI9uSWn,=&]5R0@ ;{a){gm5r]XvоÇ54&b{y5O37)ZI 2$e=;Kr`|Ha(*ymk^P\r)< GN_⢰2n,Mo zT["'42.zꇵpg~@YD%$SiW؉ Jƅ_+ :K~V*ɽ\T+JRT*KҝgP@LKq%(|gpiK̵ IeD ҂ڄ,dd$ywL`L{6KM!\ b| .ȱgVg<լI4)d4t+l3`9?7[o>!MP,?9nO, C$ZeV0[<58.Y*l7\TэUwaLwԩSӵBɬrye-21Nvsd+j>6QòY[{|sMGĴ?T:2Djr͔mά\&h gQjY)sqIߧ+8oe#?5Ԣ޶UU0azLro[[3Z~n8pX06r#L7 O:f0Z+ڹ$w+y/XKRtT /)NlFByE~?8vͅ2dXo7} ` 8\ HT-DrO?DmHFmp%Ø#=%c\(Eǟ7{ vCW7*JRT*jJjPMfccQsY5kθz +p;kVsݛ44ZVR37,mSRjRIeyۈ(!vm5 +%h\{33+mml0a2a {W6fO~fu;;᷿O}Wxo-Fa6VC9>$-#JAQ"=ܴ]T+b{x<UH)[< CVBmj\^3OaԏbjDB)a8oaT͘",F#RVsG۹ySԙ4[7?Y nEa<agܶY*ǝhW{KI`YN(C :Iu-7^}{>2Q?L3"NSB9󁖉Ԗf՘C1}W6ƴ߽/{E\ʥJ@_l&1%붒E~;&[d{#4pX\zߑb.eSg8W2o2$,:}ҠA-B/~KW;V*JRTœNnȅ"&Dv,ͲtQŃ0ZԳmeZvYƎi@ `E\XR*0|3޽A;kv+*wEy$t6+Pȶo>es" 3bvu ISoR%urz`ZfV@3%)+O}nh~[-׳"Ý|?V!KW7.ci1$l(2J[Ә,Ga0 zrõ|Dn4f(Z^@Z5 Yk8xܾ~صA'Za;͔!p5^@5Шyp;̯:ސȆds1'vT,{/ I5b1 Af?}[Fo))m3}{8eRT*JRy?L0Bd9J1 9aY4W|r\1Qj!N%9DY;ϔحqيp,Jײl綋J2! :Z0әh0ףhlm Nhj?VoMs+D8=ʥ'>)s"~Q$aXÜi0mm5 ,r(kdYl(IW8G鎑 lQ7y_qќй6\h]~$pr+$_Ϟ[ifv]o\wL:˛7vG2 mQ>0R%w>1bޚ[zs8:||X0Ԝ8$G00"QU2KK~= -jOMel[Wz/q|&4ڈw0Z[mƩ[K1"h/M/N秗ѿɫ_=@X ?0s|lKRy"\铋) ER9Z@Yfl:Jc4íl]u볼h'#NwI.$u] iJ])ï5F˔w7p'W )UkeG~L?d{8%\᜕VߨT*JR\ Iw7F"gD7.nZżϔ{G'G fmG<pf#=8H{MhƳk7,pwfv:M$L[z p [ƣЮѳ4Ftb06\(U>y2 ƧQٰkRsj ˧5ntvgTgpL߳ x9$V6x?|M`lomZ}}y&W?«eeہL!ۛRTZWbӐ@'񉚝!0H#ٓ}-OL׮Y2-9I_lLѨwtQ mHjhήm^nY,;ݔBc4S9A|hCQ HXNk\j )q7lhMqBTrm @K̬-) ^'m^z̹n{뺡0]O-zAö, (-ƽ~ 6@հ%0O1}XIaox.v O&hD2Aaghl<集]0 ʼn2 Otc]m\~b:HdT. ޝ[vu==s|k2S(hڠ/jۍ -݊-**(t;4(Đ* {kaJ!Iٟz=wkssw~ Lp*C\qæi3YVәMKB%$mnrj~KuSr+CY%9lp]w"LvJa.lKVDFiM2^d x ѥ9["6OUBRaȣ E۳k: yqa! ! J,ZIڹ\&U묧ڙudHoK ZH>0}O} ˢ#C{iVTE[>#֢Е2RsRA$"6K9o盙0I 4 G.*O$~&"_q-qby<`5(4b}ҁմ2Llo `ai,zkO) ErTqt@e 7ݝ =pؖKu@ MCPm4(APRf%7yjgU@? )QKoӜȇg\\e.I?GUQJ:gVB$g*1UJ.#v$` 0մnk\+?tr#vMiX 毘-o4] *3ܴ٣jFP:"k&/ޱcP)4cTA ͜HHz{w?ʙ96ɕa Oz{ -$|ƶP ]0Uv{vv!MOwh @\q׎OS?=X-S&caNQG8t9Ip=rʈKRKLz^^i~/X״{Lbl390TB]TCv2aӕ-xtr|ͷ~.: -IIW\+4n,hW] 3_SU"dŨzS%D"E.^VjZV;4!HMu]kvpT i 0 P㊃k`^E4 Uo:zHg"GRKȣ`U4e'YCDu$|zhB.A֙ *SR̈VIck"I DZEB VLXK~\]lYZV>{d~˫Ge*Ls]P,0dVXR8}kҵ[\)͆ y+|~LJsGGqfLۚ/yAgZ#ʂ8sZFj Z-wП_Wk _<~x)H4Oͽ`o XuՕ!(H{,ؘ-/1?(ˁrFf$SlGF58 cՅ!ht-j ;B~mӪ 2!V Xcq1퐀ɡUJ ShV*$F @{p<,Isά:~rƋq*Ǘ2O MI{t G(yҼn/@WmЛ{=c{+}'xq.jƈh&8F'F:)}T)?إK՛+⺑S?jZV՞qg3zj8( JsB@٤Y ?j36^]N&fRAֵT 뎥m (Q LJN[0ilP4[2uQ6(2 +0ܶ[w e26 gL++!^Eg^wwRՉkEH{<0lD2B*LxiǁpJAN"g P-ch0m˒ll 04,z4Q,fjٶMDPJ3@'RjOW>N-7ZjZV;%e3 U,JJDQ &IJLyf0 Y;YQ@!RՌq gT3$"UB3t²XV9^{ghT[? u'֣T{'=yֹh95Ec>'6* Mg^o7vLUהs$+ٖyzX:0ږ By364 CBl PQfՕ( EQzBԑ|\!IlILm,a)UrôJQ<|ukXFcnZfDE#,ZЂ+Cuᦴ7f QJ€j5a'a$!퇁U{<[ ]?δRɉKAl 3뮓õ㇯BQRI,&%\Le&}QE4PębEu 0(ճr1 ymGdTz\mIB2J4e!Mۆޖ2yq}O<9;;|aIIVQ賴:u?f #v&b[:9 MO$!6(LWu-/9~-=\i'+5jPd%VRf񐓜V2KR( rkk/Q4@$9])KP̅=\)*D1ʳܠN%l,b^?v|H*:X|x76`deX6RSn27;,GӴOZ;jgvf&p)>ߣ.߾ZUϴzmshέ?7a/??s9|oI@HuFW#ץggB]3aZV.4WW{t%b0b`%,nj(Go64HK( 2]4MU8CD-RN N&uN% O@C(+AfA;՝1e1nA( 8c/|鋩,1v Uz.jjgs.%Jڳu~QjUG1ٌ HÅYt% ysuWAD]) W/' D#(2B2gѽE=-u]}A'`>2c%0MkWlBCQc߳ւ1,2;8ڪ%+C1f(Yݻ*cbs|s.[Yj6ZfCig85[ f1{ _{opsXRW;ጷAoyGV0SQ!P^ ]w>FB2ʹNBUN6_wT}wz&h҇g+3 ~[gE`EPt[0u^AEeIy)?qb[Ҁ %ԱY!4J`F Y3F)BpB4!,l~dP/KGL$M٩&ʸtZL8xRN mjB`MA"XI3h P`oxx_ܠ;aI(\u&4Sֱ{zfߗ"68(j[ Qf7.޽n4le}KGW^߿\>FūVPXz&i gF$5ӥZh) W\}]wBi3/.6S=7suĀDu)" W:;˵/zͧ>avkN5%Lb d0,|¯ @w9t>`g6c苢NkZV=><8m7 ܤ2H04MD YG{Ogf U< 4Z x FQh]&kddVà šFe7c"rRC׳Gm]Su 34G#?hU,N4-HrnFe$HRߤ߷%m# D(vzÇ+Ķ)YnCW'ڝ$X[]]Kb.{蔞%hj֩豯|{O-afG.T2һBUʒ;BӊP D2% *JR7wkLJx#tIk042ObL891+1iT$wt*RtL)L*av{D;ތu1eg+clvR=3s|aÿwU[h-Ffs4~ojw'IVN_?9Ov'9g铺",9Ӡ{[nMuH'f"*+%DJ*Ho!\tT{9KR qX^NtVj$E IDATCa!bt/qjZV;g5C\%H}RR۱QHf'Zdj pl[SŧK|o=DjaOe TG.JK, OӲƊB&LU?ںruJ7  YXTApfPRg:10a$,S Ͳ #B% 4 V!iIz d#Qz]yV;j덞M-Ӷq߽09iϥ(p,q۷e{G-Q5(L˫b0*I9VӾ]s3vfRSYxHz*bca҆cKaT9طM3>~~vI´1l`Gp;3Z&).퍙K;uURcYؽ|be$iL<=[x^C݆7*  K@r[>ig#^ }AsVj!gM(VV,@ 3͒+rT\,*Lt!Q0)GߢXُDWzptjfᓇlOW75klNIZXZ ,@7zakg|v0iL}募 "fZ.VTEEz{q[ؽo+T*U!Q=f9-fl@A'N޿lH$h$d5i)mi/pVj3-ŇdY, Qd4J@yqoReU!E~<~/yտ_zٙ~}+_=gyƊ%k44{,Y3m"΄?̴a)ƿ$C2fsocUA5H(2f`>Ox͔g"ozfNtGiܠVQ4N|0{P9&^6kHEaŮJ6؀J%u<8hE6;/7,2?(rA_yߜ~9nyvG)Z8jX(&h(YvIhQ)u,=HSr5jLP*@4(l;{SPvm$ Jj!_=x׹cǏl4IyGĀrp3eG|{fr|/Vi"fǡvät)f*7}"vG9[s ƒ*9Zٺ:=5dp3X?|m빛%!3 NkZVrY=v2O3Ts0f$edL"WK>RB2IePJUDV_'f~Yyj4kc1C߬I3>gfvx::}ri9)J4M)VӭjZV;O?p߽jI(OyR@δ0KB2 'YɕLqlƤؒ449J&UpFZhe)g٘X='{nÒÇfߕÍ ~vIa)7^̿|^yO7/o|#?6߱y5`z3-op=KOD[E3j3[t0=鷜!<IVDuc?x<%Ip5;p|mkrfBS03@S;f*l2L?9Q@b d MUȟ=ZV=ƿREFx@q?@ 8UD)?)KLES-*9eUfTpO'ϖըJ}d?;h lC61CuM~G1(u]Wuv 4jetǭ:! TZqzk8RxȣT-բ72ɪ+`INVDROkdRLϝ0G`8nX·ۛ`br6>x$ (IT/s7oQYRtg환nãZ`Cj ?Vyr=uM)tSaI.(2;]^j IPfX{ )l£Uu+Ng0"\ݷ:]Pu`3XUEYCjZd@DC?7Q(#}NK㤪Nk=g" bo\V(+uR :ַw약޴-2;?~ʭY3{Ǭ=kky CajMΥB N8bQz:B=1df‹g>9 /IMgzO{ڽԫ6dI4R5@s:SrW5QL!mߐdZԒ ˲17Ms< 0T%?z/y$?ow:(Hәڝ;v3?>` u0w~cR!J]Ww@kgG킶{I Kb՞P{Kv֩\jM UuԧLPursBYj1 8MOk[G @(NTr VTK4u[tvc3wp,bP'fgNݑC/L:h%Ͽ?M"c[<OsѶ[,HCQ~-MC;ZnQI8H@S$ KF0 m]i&ƻ>ůJ6аf3YMIވicoDhTiSVjoյE U UqBB3qjMSOOYjU%'--W͂nHۢV(a,o?Kx{z&r'Y=>[+ƞn"W$~nYcE]8\2-ֈ`30=?9=?d{-;`ĨR %ؼ,-+ }e /`%i_yӯ^Ou] eOܫi?xhe29 7̯s$M6#!!躩i:uc9SJʺ8s uˣaa*ɪb$Y^2v%T0OA i$GIivkuf8 &EL$IH2홦$ґ(w13{_Z|<{VX^+Lk:YG6:_ 0;<޹'STΠt"va|dm<=td)/.3'~Db |;nx).SN8l{@jZbqUmOkp#YfIf>fpRH3ƵRA4c\7j1YTڬ+RLz_qܛޢcv۹}yfw~<|" 'W$ұCʗ~I^SuǒHGAX! 0NFiL #I!Ԝ/-kx诟L K.,[m5p!)YUj21]>g!4\\*B28S*Y$u[&'ZD$C춹?|C\o{oqqwoZa: )dLk_=՞) !3I4HFJg΃,;zιr]U$d0؀L7r!&p0n pwh 1Qq+{νlzd'KL5iN`W:Voz o˿}ndY-B!cKO>Og5eEq ;qj,Gq6t|%V޻ם|/W׿ƘxRn}C6;53~@-4$y^G9)-SFymunV+4K3{m* 5, @JXMG3xnkI\ ϵutlF2{]p04Ac/xDAQ5R?azvSwp49Pea&ku'Nqy$ڎO@?v-V2֚0 Yln+]yզ= $\8n7±3!EτBY?W y8u渜mZMcWunU`TKumZƵy ۴QUczJpI~l O'\-/aܓw;hC|;G[7o7JAnRcY$/C/=%t/~Rnb+N=u6yg&N*@F =/8Y=sj4sds5.<҄m`V \+i cy[ޮE`նam!e7ع}3cjK?ok%nلB6$ aK^ط `y]%s.?GjǡDZcr[)Kg=‹CSL!- ]6e"4XשDB/ƉR3kh 1kT6y a( 03lYJH`4n|o{_K%f3h\sGoԦՑq0n~U8 GI'8eYE]}珞KN !!6PdXʴăy(iX$̶ W*RYq *].|k^{jmS)fz,py>m)?Oorpn!hrѸU0Πu)^^΄B9 /IaVy0HjP7 2{Z M4օ[f(WϦsw|0Κd2"ͤ#8H8cT75`|D?lsǶ]'T-`ϣOɍ`‘anBaGeʼnpioyC}΃p8590P@p;Sqm;o^\9|`:(hx+LnBZ-aYQ JV^{~h T׎'{"mZ'i/8BFF4_|+o{+o>|Wti5zNˤęB!ka1hu^6'If0]}FSnhy4m@ ʱEɋ<+u5DƬ9%$M-ѡ0QYۢᚶ|DѰ? 9/~كKK0"^Gg=zeeu}9 Kj;քfqYoq繺YxۿuWg;0 ["W*}g3F]z˵lL GKƌRPUxKnZN0 vU 8 +s@%z%mcsvфQM.27OM|ͯ_뫷z+߇6=̈́B9߽ia|\+m tS臃87\`0\r%˨۾?n0Nۨsv9%e:, .rSK=ga٨p-g~wUsii0Xb\` -]&א6Ueʼna;twWVo*UC,̪`3owO<7Λ2`v崕U%ui &xZhuyvW YYuhu{' .8Nus˶۶nҔ2hBٰ(&HOօB!El\ ):DX*%lDv6L:\`5Z,?*\KkVee"U ^yY@"r4Mϲy[\ˏ{$N.yW^cO{{֝yDfiL]?,8&/ݺeOev6o-Y \H"5};??͵/-a`v, @ ΅fU!,W_;N0\Ė͛wi:99QWNйb IDATjOvV'!pc'mM!E4!6@L!rX,XG tVVxӞ`:sJ 3 D\iJ Uk FATn6P8JXe[Ek8׵3slVqUc6b-ŝ㬣 %x%=0?S6aWvk ']3\q'?{7} I*uwxSB兤]kP6mCG5eíNۿ㮻N4/|:oj]v?~x;C]8ehV XRB!ЄB!d"B0U^kRٜ5JU9[iDܶe f3L3u0۴lJe@rC0]ضTJmTv=+>xq!yj#ˑuZٜWӚ#a9ݮyyUә#)jbb(%Ь݄#+B!jr>B!}4L7y.#+ر0d1=: G0Y5ue]y"DuUH@Wf1RFؙnC*y\?4X<*ke_|_ RܟE[v$X#X3?Srԩ K梲b^,ۧ7Βu2r| Zv'^@ԏ]pṂ|.;^r88秘5d.RR)bٶDLVevl,5_+! ЄgX>B!LJXi"eY-P6\*%34Leضe+/ .`L0E^ئU`hUE^u2KK82T2IJF]'z~*mΚi3}˖no:2-G̞I^2ƅǝU0JV[sZ-MLN=4wQFxשʟĄӝ`NkMn`eӶOa?035x勳?BEhB%RuB!U5Zڬk3itwmfWe3od&9cp{/Gah'JC+ Mvcv]P1ݲ\mn$a\T&H4(uTYF~}֛dmkw@uc֍bۖMQTu:-[6m>un)Yn'  n&7[̓ґ}{w{,W]5uܶ0ݭgBp8,F5m'!\(&,BgI?K Cq6*QfYq<EYYbRp-,gY=ȷrוB!r/h0)ZJSyQN]2U' J2V3hLdV _/5nDUJy1/ے||eYp ,즀OZZ+=f:Tqt l0fY6O70-\l ;|~)޷Pn~]sMW^m巙ʋc 팫l}֚}z-gܶr9xBtc\B%gB!3#2ZAXVd,F %DYB0 @ ej׉@ˣ# UE72K+j\iSZg{ K3s:M+Z LL{Ҷ|_󏍏??+w&rq hB.i+|~NMB!6z˕ʕ˸JPMaNG$my!\*Θ)xųgsiBc  κJe6NdɓT@nؼ%U8s ؎pg3t9cRJT3W'FQ<ݳwĦdonf TIF4!lX[#!L8s3hz"!B%L=fg?QVffRE^ں㹍]4aHgZdԚ (.82LfDžq.UT`&y$1űʢF|E(tX5jdeVo6$BY=S۶`ܱvuuY0XLl<6$g[Ϝ1u PHQZhϕuexҲ`m 4!a6\ StVm8R,5yehelcxuЫJ[%/\g;''řԲ, * Fmێ@[NBG9GlYЦqbڮ )ZHvfT(Ff!tЍwަL@Uv|C''~UUց)s;!Eld(}^uBB9K<*kLM^ۺ-VQ0 m0Gq(mHl2e9؍6nk ~79&ۭ#3m7haYQDXqFԟWS嵝B?TVLLhM `UZ`fZ@ݘ(puם;MN;h-,K}7?u" 2 1zyAh48M'` B! 2+"u?jhs\:-s570ԑ{qu.Xձ~-8+>npHfCh\p=)F:i]M) :2gy.kk|i"vs@!dO?rO -5TZ* Bq-2sMuz"\+)ٸnkFa襡i6Z=ORI̫(I (Q@wn몗\~ԴqtS!`YHvV4RV[ƴa2N0=4pO!dQ B!= yfnko6/H|~kҰ}{3,P j|Teo mwYZL)LuQ!ӹW^<:@8JU2ÜVG % Gw_c=r`&)WŽIu6"K,ce3;(+sE37e[r?Zפ㴐)4MexM !\(&d9ǣ"hB!\yG]D`%J$,sG*a4 :L`x5+V]<~T0fвQ HueJC/MTZ @8t =Jl`́}llӖimu G/ @8 S&9|vJ;?JGRyn5HMWUm Ͳ?G It_:0BC4!ʅ>]4?B!Jtjd2鳪8gh0/YǢZ_9p:2=gф71> Fd @yX Z_ٔ:gszS,׽q?.ٹѷnc8:PNX~fR7o`q+*$}=~f9WYmT6c<_\s~rS{g=QPtB6&,JhOBB!ltR2C!Fɮr$EL#G͛Y !NP"2 :Wy&VKa+YUhd&]"kpr qMtT:ŦۆTfQ8~ۛFуW%?Ư}=u_1}M^$i\'q9d mWrN]+ݱV̶T^gWY>=MZ_g~B!U@B6,*&B֪8rW+/?RYTsdW}FK{g>2,˵H:m W91n3]Y0\0H5-7ygJVW~h kn L۶Ju]1mtоbӦ}|k`}{ͤQEIdGxϜK@qJ ]-?:/rݮfB.%THq!?Q4!B64era fl+,p8gQ4p=ujEۑwV0=55 C) j3Ușq|QMWxSk8fi \` X E*2ر~@ʌsG'.=/wݥҁ}{!޺eBب1Q3!B΁}3z(pw#B,}PI)Q*ϵMNq;4~ĄmEN XVݶl+od7"4@j6әjS^orztnf˛زi ˃c5No%]k|()kts>PQZweeq@yHjsY}k3w9r-?~ٶ3Z>! hB6 yFH3!B΍^=0<&|ud٪]sb1ykn'MӛGlr4D#ЬΕ+5t׉e˪4:s0(̔7uc^/-uXv&&&v~-)*:,UKA0XuAgӵW]s߻6 [_F42ƿx.?Uh$Uǩʋ|=ZCm_u8ĪgpBB!ЄgB!3/?S&8NBa*̾Na?ɓ= CTNw7R0~7d:\u7^cLLV~[in̺1+PYU7`K 6mnZ[+Ә=x(JQۂ&Uڿu=Ga^q?߹ H1^/,Q<, 0Wjmz5d\qՁ+T?K7|M @!\:(&w?"hB!sDq JRZ`l%c̱mf,M2K< n72\sW^3r"K厔6E,*MSWnEB.ӺMn,MӣG>œsW~?/=2[nδ/۴g{K֯t̬Z s'8˟~/o{o8nwLx/ !l45!dgB!iMθz%EQ mpn RjWywKKKr}n fDqu@h$S)۷rfhr+وx u &-\ԢkvP/,ۺe-ۯ9< HqҒ~]Ӯ[n~jhrA`s?N8;/F@*939{v\k\Gn(*u7C3^4R?G!MMtKEZS-+g'q?5}h˿߳@ղ=U{~+ɋDEoٴiӦMv'<#svt[GԂBȳPM1VŧJ !r鋟GT(Ee&m[+N=u6yg&N*@F =/TP#suY&lmZAHl :5mv(=7 Cn )3U;_\?]W~|pmӰ=?PAl>mo{ˇyft@Xhy` ރvmY֔I!3B!ЄEτB9r"nPye MAFLP3 IDAT@xz<>."roFwz0L7>a3>le3U^gvB!ЄτB é)=aQ$Wm۹}R@Ǟ@`ЅVKXltq!מ;hB*ɞ~u۵?xG?%!'?u ιC_|0 x r2O|c3w>]?75v揶[uZB!Є\d#RW !rmo_Y^*+n\Orǝ{Oxlo87ei+)$KpL420r=߹w_˯E)po+N2s\papzSu۶nҔ2苘n7Q_֯ϝy^k.@!?{sBHQMȅ⒈_>;B!B@IS8Bdf๯^篹%8@"L:*شyj;n.jsZ;S@O>3gu~g~W*t~#ShIB!dhB׈ʟ !rq*`\@SDQ8m^C3p`1֙:U󘘘uP*Ŝך, XjۧWv g`rwٻ? U vtw-VD= ;91qOB[+fp&O?u'?sB!2|/KτB!UCVS-Fq UpȾg= pٮ:ݻ[-ϮqnY9-f{k*>Mqv}B7ɧƝܲ<<Α&}σ{fϽ掎<ēO/:=73f1B.XTM9uyʡgB!\\"Ml@;ɘqjGW?<}͖nn𼒃vo}2.6 {uK^WuQw]%އ~q ${zvMw~x=7/&o|tW|K5Iom_BpPM9rGD3!B.:-ߺ\y͹s*f:wҾ-vKode1iey-8iÎdl;LhM~>}g3KVqRr]wх%ǟԞ? W]xLONNnW}y_'!hBgB!\|(@5Et1b,xOeVrmk߰.߹9frN!W,8@5kIa<-vx;Jg~_ ~,_[nFQŽOٺnڷͫQ5!K ЄuTL!rh4aC*Cu `z@5س( @g^aIץg&ɻ:OK߽>Ǘ]s:#EtdOOՏ'NW_yQPέ~|<.ByA4!g gj !rQ 0NR匱Ot7>B!bArJ) a㸶㷂BF}31g^w?}9uЬCzkni8RXPgr}o% w&@? dC(}>3>B!dW@'R2I*Mlޒq9]lj8o1)Rj섃(C{ԚWa*(&Bȋ* yP|f(z&BȆgL9T:Ris%a`;n2=0,S{k*㏔9띋B!d](&yMLC3!B6Ԏ#=h,I_(ԭo/*X,'ш344>w?)!B Є!׋rgB!lxC2B뙬O1ԙL4MnMё9u! X_独7W3B!ЄHR@ ȯܙB! UqFJBj˘v8N0ٺ3]>!BȋO? d?n!BEci e[r?Zפ㴐)4MexM !B= Ya~:@LB!o]i)Ft$UVtEZf,4MG/*!B^D@V+ wД>B!d{g)YU魴{f k{O~j=gϽ߳;;WV[dJ.r7.tIC $!<9I'''$<$@@(106n%+m/;kd5[mtJ{Vܿf|a4ɝd;'3A GZ3q~D%#OD|NI)nNW\mՀ6|a1'1A=J< !-@ X,S'g}W9zbƯ_+;LMݦ!mCJ5#޺WyX̵B2Ng:\S@L s@'H`KRIW=44r 6zsa6ZRyUbr hQh=^V륱jd BΐiXTe+S+뮿eɪC) 0[FdrqDx\w˟SSwV;3höm:]@4. gH`$?HәWyB!j!"\^Y8->w56.[ӿLXDHID;\ǿw+&%%%%%%?#.ֻ=^9'W* qY8SCB "-} 3Y cW*[qhJB[ӥ&'756r-/=ˉHBQ^v%ܙT)v1hndU 8Ü}O#_uI+GDKɫO[,v+0 *vZx٦8^0[^:"H}&h0M73sh$NѠ٬0ĹRJJ_=կ_.Q[7h=,rn>N+VYYB sZD&59x#/z#D#XyYDݝ2/'.NCDC}YG8.v `o`& `ʢ#}F 牞r>hs*sƏH(oHuٹAFD!)usӂh#z ܀7aO{NVh1dh~k`h_ 4[wKl`RaΉ9䓠Trgy&rD2ds]nb/.>0~iP 0ǃς"aA[8:!pɞ S̝<} 4@$8Vç5dK0Bo6wMwR1^ sZC}  4!@ ezZH1> =}A~" *1`-f էg@s`tOsknPVfs|?\Fp\3a h3Ν)GpmC(9^Ϥ%Ec_}8k8S~ܘXvU ^_`ч'~OJ&$ B!@3Dg>37Y]ƴL"6)tF:B>V:rKvj/Vv:;O.iӎ,`<#; K@?&h!".!J§e.$Btgݚ{: 5yVme3,/ ؇z<]>O 2hzSOBPWS+Sxp;o;]/EhL\|qscc[[Zu܁b\τ(qgC0{;z݌bU2½nڴ YmOҤz}ʗ{s hq@h4gτDܽskf}?.+Jg32S\<ubYL$N"Otݹ> זRS?{_2 ?n@De/p/ @"y\ 4hY>h)Mup ˆ  =CZLQTbS ?;>C$z& ߘ^ bJlH!jM;#ҍzO+?Ƞ ,@C9`k0fܝG b?zFӎ 'z P<E a49t#&hC4D9=OgJKP^B@ؠҜKȝ!f; RС|ʈ h>s.}2DF"s9`B@ȡɔaV rF a!Z0g۟ B4DAQGOӈ!,D`O_σ.kl< hQ{#}":!:JM"<!} J}A1`4A@ (p9}^13Eg8H#I MLYPT?2 }p n%Jim+w( H0"K$3ksXUoL v"VR=(Fb>ݶMR¢ESMKcD)7?( H$^e>S, "MYt4>D3bbԨǏVEE VLDx_)"7}R/gl`9Iē^].[^.Z)9yRjj}yЬ|<*sT<)U.sȣU*aD);&rtvX:!7hIEjF b-}53YξgOýX ̀B ܉s-e+wJ̋spO4GG>aA*s(uHTPi<ƍPR /?w{?h IDAT`vX)%'' MlhhǛo\%@g3R,7>? 9 t]#>ڂFy(zLJLGSJZ,T]-Bo!V)73)E?{*;5#?3C%4%E ^ҩy)CD͏=pK[s"foay;b zvsOȢe"};9"J)1!;[:" P\<",pˆW}}?pϧx/>Sˏ|yhhHgLlj9tЭ;wvhukה7d/Y4Sc Jbhiy=9`lt?"i'!م@tŽR9vLV13\xiBG`PQ^m۳ IbC-kt햞ug!qOnwWW3yh4.]74y#' s #zP܍N86;~i"?JJDoGE(r#3!ɉ-bu@9bI7n:}DYӵd$ر\pykzov]RbJ-_{~t ߟs-[m8xf@DӍT14tELnsɴoLzAȏk <,\4]qί6M>Z"mc^~ys jVEsK.\ ʙWfDY:"8{Ͽk/oijn-]SFD>R35 qqqaIÇ/H4]C3˷^w} bCLh`3;3+sX4*sPD;vHD y)/6mU O֮y'py(@Dzozr,{{w9ztu^]U^ZR<_wJ.e^p8T[ I$SVr{8qcˏ?vkyɊp"D1q9#:;upCӽÂ7y[mlVha6aD|=::D̉ ~=բ\w?Ny䎎||m2~ov8wo//X\\X.?#}s'3wu ,}ٿ|/~޶{>u瑏'{G *>Tw%rs,IY14TH½ 5 ?K:bGyn?=! $ё"9.sج 4꫘e qQg?qIIɧv\3CYhF1[֗vOOJzWO"~%fz}+@ Ĥ~0BP^O? {r?q?W"ڿc̙a'A ݃9CM8TY)2;vRWqx=5ka”0_ؽ{/ڶu7^5+)#{:H.;cO~ShlΞ䃃YY6{gU*mPQaB*ݼv?ѐ=!b(̪I1qqzVKDVn@0]bm ƠBm3I9x[A3@]8O^"۟#5}!µ׊R栗=7inNŜ:"RBF-\8: =oڪqDrZZ`2uWW׼w'D߿hѢ;SvnZFRXJe[ڛn77d߸ڒQ}}}O[;{ QCdZjRed'dj~ȑrQ܍ 4sBq!V+4"9܍Ɠ : š5NX,/;&" d+'N78;5CDo[7^=8dTէNz+ Gц tpYʲ *L7l&Q),=}.\Myi8uVhhh|Dd~FSs*a:̰,+u:M1(^q2fw6RSi0`cSuAˑDqFAo'G$񪊊5e3?&?%i4Vr;tVyGm4!|pgY)V a/z N2"y>-7[վ 4[/bٶ&e3һZ:uqq2+l ϬGjyq{<^Z.c r+;cr4AhHH7Ƙ~ L_ԤϱBy&"%. ^+pa}lKϤIgi8du@-JOO߰a}!3O{oe%R__8ek>b;tx'p_8p ˲ /CD0-<ϯY^P-v\}}}==m=!o76%6$jSgK :k{A -l$(kLy9|$L Rfqiǜ<9ݭ'l64?0d|屯7WT&ge|ˏ  ,Ydppg\^QAi4 +GPfK캺#G}&""D۷w^y9_2=orǝaoxN*w-4v z:v{yQ"oDl5<ˑ>4poʢ/}fHƗoZJa06??hzb Ȝ;Gn4PYE8%f_DQ]QqRR8iW_ZlNZ[bu7lpg_~}nZlȑ#7͐,XԙK¨M}>bh^[;f_DW}$Ѕ X-2&Λ7c U77VWlذ`Q .4't@/v=c_JMS`ػw3g6>-Zg?}_ Jo}[][lCA`ߧM{Q*QLH?Hhy)}a6C91fgl)D41SߨB553b7YXSU_@DĐrzhL{1cxTiLJ }掎ǿ_?;a|LOW?u- 4|لޞ1CW @|cwF%aWrl?.b 4!иt({;Z󉱑G2!Ν#ws8ybOի/gfci``J`lb$!>^X1"8M* CDjt͊z\NDojoۼyCݵ󶢥 x"JO < ;@lt&U)hL\nin k*y~t6D39˳jҨ$VNLP'&hTinp1~6.?;xbh94!}ޖšA9fEveل11:Cٱ[Vi2_lw>t8o^o8;y$ ה |d29[o5)))בmm(..^di[ӕ=(sRs~ "o{ȑhLIMQ&wTn%"RqTC!Q'NS_OGihԬf곅t6rK{Ech4;dG"Ȩ7*F4irI.fN1M!#23/}PТEtW8hQ@ d-YjLn"ڰa#GЃ+/+Օu---%%%YYmWz2ho-n\[UXa>ձ+)ԅq .d2ut'e`VX }is 23333 xNܹ*5g&赪8#qzBoQ4 ~l9 yi};}{\0'O kNr9r4HtS3cS*rHqicw؉!3*C2.)N>]RRk6]@I? Dk2ddf||<>>Ç {ssBNNPI/_tԴT"jii9tʚV'epsR1(p~ajZNW)D[VTj2<[eP8L 4c"; BGN7b@dx.1="#Z7Yb<рЗ>]yfE>jl7bKGW{vjڅJWٝJ\iJ/JqʋAE /4V^4C_}#/+(,_SSٙNd.ɤQk,V+Uun@ Wf0,_,=--hdz='4Gv,IY!QDŋ,NMM Dr\'89V$\s9_^>׫A_FB 0bȉho:WGLl*3p!^=YPz%=5|Mu }&"cZ*RSR<Og En;{hR\_SoGsss֝;qz^UK6eW )xNT^oV7o^Y̧ PR2ꢢ"Aeb˅ f@ Zn,X.TwtnQŪ掎* r~ӳjUQN{ I+ NH0|Ovںm}v4UV>RtN31=bֶ`*D?GKKONNNJ3y u񉘞o޼e5/JIMU)2'~Y%$z̓.k8Ãsœ`&4 ј$BF$qqHN+fLϸR~H˙?nIe9sf56oZw}(f9<Me v,YQj6/^xş< 7.'z' ˟7/s+ٳknHlLLSmtقEʼnM-555DRL&S}}{&Ix۝WJ(gQ1d#G?<̖z\ /_q?>q :J+]^`j}7jk+VlٺUV wtR-gyDNDԴ4V+HxW޴ Y23/*lݪj-[:44XqlɄ{S fDcLm/xHF#y'%!1Gv/1@_pŊb\.:׊1ڏ:{wpH{{=ZZZ:`.[N.L2ܹsJ o~_WO^is70owSNdg.+[iVWw ] @T+LϿ{{7wIH IDATd^qQ1Arge2Uݬ$d0f^+cqR\?p'/Z`^D* Df(#poː>OKMy11*ǜ<9ML@Z5RD$r< !# 3" >uy#`~W^]x#Gzfݳ_e%Ɣd4%%^ۋtu6[RI?aZj9cڬTCbRU[=(".Ψ744vDxz7kjjjHO56'g,.̙Zf}~th{{ɓ'ouph(u~A0cd2z:[[[rE[kۅ <7i4Rƥ$--Z>\AKj3hV _`Y6;;[Rg' h:Ot2`DӬ9Cj /ڎPK1'Np|Ќo]+g+L} $1 ӖO#0,Jg8{>{eH׿Ү6 nSr QogؒҒ믿~﫯wIzj'>_oo_NNׯXtuǶ7Z<.K@cUu%}^fya'"UUUeZtz"}^ewvu<.Bkt8D|M](־ӧO\&AHT!@hne;L Bs*BYr՘88o߾̔sfxn6Yx<8(~"B 0E SBw2Q `RajGq*C|n hD/ffЂTT[|7IeL-oԓId2=deKK  CE>\FDn{3DDvo=ח/Zξ=7\wM*/^Xs߻hwⓓ^{ UIi݆<E8@~) "b=tNH.+eI=\R;I)!F"~-H}aQh"@ BÕyR1;&h ?ڗ?yw#FXBHO }4@GK>yJ Ii== YYWK^>!!a5wڶm*Ν%67w ρ%R"Rir5rsRo "F}c޴wpvbW?a_E1>|ЋW8SDD:ΠSQ1"AcD={ u*ʕEfϪ;oݙ?wh;xdZn’ewW;ڇr9\Q&$'wvu_ELΡ?ş@d|N+fp Zl͒ܙp˖-N{YI+ҌI<1N WUV:u*'-}ppplEH 1'Ύ; ,z_&6ms'OW> /?ijj:s̀Zyt9C{jjjTJwޱrrTjT[rl/t'eKDLG^74JKV[o($.}h/?,eYA𷴴XYpLbB0 DDϳqaoDRyO`/DxmZ[)+%hEqIc/b:u:=)%VX/Ym6m:SU;&,d7Vzkm}B"Jm2.Y5ngSuMvAuk Z۬󋂽zgnڴ1//;SVzҸxCeIJjA8}FY)ͬL$drM ރBǠ1w y >l.//P`*@CDȯߘ D+@, &Q#WDAُ*9a03^1d˟g""Sׯ_'Q*tZ,"ӵlB_X_iw|ن]}xR>GkԚe%/Gj9yh8_YSW[g4Ӎ{|&NL#Fγ\Gʈ$ D@@DrUCJƑJ7[RĘzy^=%f~_u,0 0HD[ߡWҏ~f]ODz|Nݻw_?#,7k5qVVs=Wp9.8g5+;1M'MwCh竇/"ު\ڟǘsPQ;S%O<̵1 )^X4`fj2--uE CjlI"Z`Ab$xW"ă&%%.hV@D$ $dAaqzy-[477:|ӧO-ln{?@ c^{ܖ W)|rN{*exVꐱ^L "VKDRW'0r5FgZ/37X59?Df 9d͹!ې8 Vץ1:1#21/3.v)c&"As{A?IJuS{7\ !Z AU"?yb<^3PN 6F"XG/Σ$;±&g&IH TZ^^j:Fe| Eyxnֺ.ӈ$Q+S ^pk2}BMRRR/inmi \y Ơ2D/fh| 85+XJIYGD,d ~b5Cj" _:{xM4\SIr<qxl"&@tAsfn9tB %HZsOx9DvW|Pqsz}Bnsg~]\'CV-^iz*.暺yEdㅺvAjJ)lҒ,D)Ǧ4j;7Y8Q)H.r*8L sXl_Rpqm ҦAm;<>"hMFtCdق}]s^sݪ|kc@Dt=Q(\s 7߬R/l۶mX e*5/)gT +eY[ڟy1H#0y8zn|IxJ©rN9%>""G)@ cCҘhϼD}ks3 f/ Dԣh$Vv //dJIAњe.ju]]}ߵ}ޗ2 k4`HK0;QP*W.YvdނB]xIbtr ^fe8ZX\B."LA>Ti "Q=Q{13:FED~|Nx*'"s+O& l9c/8c]HnF_T?i-C_Bi>B\`!LD~鲯}KL@J/''}gumV^iښFl3UUUu_HIo{ያ+oݜYSS0LcG۩.=h͚`/D/?VxMEZ^-r2*H8R\˳!e46l2?ñ>S^5p Y.#(SSY5dG 0lY;T~ǔoxe}Y T4D"'b<6=Oz=O+@sY#^=n QjJZhXz/\tz` 7YnjWK/4HNW#"Vb!"K8.9>8\\{%]*̛iT$ce mrN5Rv͛7l][5/MTܨ*N oWIrG+ [qڟd| $12VYӋ#QkB컰[牻WRb+j1xJxb?/hQbZJw{Gvv5n[i z?*/^OI[rr柹XY0<9.~붭bLͳ6eW6vvv *K)H"I=u8|?sѿ\-=mJKyT2ADD}-Z3qvnS'fn|,-ݴqڍe K4q s ~uwPل.pdu.BGjϓiOap%}-^)o[vګ'NOp@Ϝ8lUٗhuuͳtCJJNOO|ÿ淪H7\K_%^\uM7X\\LD6lZZ6!1 / zK %}Xc43ÓSI9vǫ6P?{&Y yC7VZ($$A`s p:>}>ۀB6A6m$ PZiNUoU}55={]{-=5{\$̧]}AyE^:̜t͝3LkFs0?tdp|G wݰ\y/Ddžaujj]^CN9k\T!lx Km^ͥɟgXe?<-N]0|"8z4wuru5;" s5Lp3DBi]=ju.{6uF{z[cvgلH~PqŲ/pk,q5m~rݻLDhD#DsLHزeڍ}cG۠ V!ʖy GM5P qwE2hyˍCZ>?Mvfz̛ aچps/﹇;{_ !k=o;/^CDyG{Rwp.(;78aӉ@۰CZIDa7^qµE?YbE %Y9eLIf"~GxKs~s뛨$3$RF#eۤb'|rxxȁ}|:U x Va4j:_3Xj 8bk3CZ ceew]ގ=wNsmXߧ^9|KtD-'7nsBS_:thI;~ÇO;غ-~ںmxc9hmdK2zkfhYkv]CDWƏÂS"4> rŵ=DDDY[n \F pí"{=tg$":vc=vx *aUA i%bA]<)h K 0(33s?O Ƞ2#.C,>u&zuF'ltϿ¤kYo_?qPƛRёg;o ݩ睷S<;;:qi~zڗ}k}׾e.UwuM"=ùrMt|L""+&[E r3{˨IH$d:6 IDY0N/PQ~,GNj>ɦh,/4j>h$Kgk"}^!虃цƦ3-57 a,gs =R;l\>!zo]o_)={۷yf"{{{6ms}dbpp0$ϿBn4nw~{[UW<0̬(7^/?2cU^KI"}\k@7 IDAT/Y3hZߴ'e9K7njI CZƲƏWf_}=oX5'7_>?~=swG;bH$vzJ&?7ܘ8iG|<__o|WyϽ":2ѶoxO=[q1 3$"5倈VRa8H$LL \L{\;w^w_˕HEG2 tF!?"tyꕋɣn/8 a^\4beB7uHr&7>םQkƭCa@ Rŧfˣoo~[n`D!J~7M-w}͛:ѭ_=p/_QfCl18C]x~o\mKX2)3|!T:dӯK.40 4E=m䲙2EN2J8m;!MbL$ԣwOSt}&Ck0 hOQ(<,xD{^̼}t u̜G5znR!}ngq >6.}iOxKA4Z7}n)ʣ'+1Sˠ _ʹp]{}Gv³8[oQu?7wW<A"r]wM'ő|tdD"!(s 7ݬsg. e:,yy^>/NJdD2;8RJ ~]v^reO?@~T1VL] ACC44t@n8Ւ~l6opwDcm^}I>7Ҥ Zk6_̖ nrw6 ioxrItHI! K&ScG9H]_Nׯ?v>o7t뺹c<0vt}'暾u@ I)K*NJax1d?]]\pYB ~D&NRsL"gW'?y#?o-0 \Pgȭ=k:n1t{vnE=ur' X(w8>Ӓ4r`Jamֈ<]3:lDi%:FGG|a[g}?xGϟ}WuvvߺK/-oMݑa %0UEIkׇGF̱/"*#lZ@T=RD}nㆾ>!6 SrQT_!g)%c<a㬳ύK/Jן>dP VtWk9e6M -8<f}}ݴHg6{{{:t}Nu%" s7A@DO]>z/Ȯy珍z뮚+J#<{}iaR\.>۾KN@CC at}OMC4,#+6m=;F*A`C->^"ڵaMmٴyͺ̚~{N;:xpiJDוR-1!}^)qDΥSl &hXZ-tN\SnIGDO?XfMxN(dN*{77gL>z:~kO;Yg"l iy.wݻO^qhq@B v'2 -ԺsAԦsuC#n~5V]ˣ[w$DW'<餓 R~ Dttlte0gPJ)\|ƴ6mڴo3ъZȠ-!&se5ߴ0H, ~k z!i&8kZ"#?ݻǎ~;oZشVguD!9eʍH ðkZ' 2hh? `!znNKC/<]7AYokhNqAD~ߚ~X`hxx}29x:M>KgǐsiqIi)3hȡRʶv*&Z`MȠ ^-|6C*DyV1zyDl~~C? zKeLXezhG`e56ִgƦ=ܧhfi6 ۶m&d;lG&6-3N'zAFzrl2NY'✋NN=O%nV*텦aDD.T2 yi4 C&+5ݖZ6ͫhXhڵ 鵳5 IRJ-^aaHv t\H:"\0 ql1],ʥUk3y^XJR\zϿ#;>8JD\7۰6cåb4 ƘBtykB#@ =jG{Z+ոm exmMsh3 asV7uY"ծY׻nw:tOWoohÀs%:}921\mI&ނRuH]ݞ00d{)t](bT""z._}^XRe{֯۸Ҝ9 AC4,Acz f/D-d :V-'gjUeϜӎB/>z142 VaBDc `Ν]utduLDո9 "bgkRgȌ3N" (}ֹs0 &MHɹR&vd)YL}n~c:@(yxx #8ZhXmUāaΐ;tϠ*z?!LǶъ(ϓBl޴ rM= 1MqAC# ¨OCwqql82e=:q\QuhDZ_\X4 3Cr9T.3-sϙ{.g|ṋAK=P(oлo# Y2:4ACB +26O DI6hhW5Bfo2޸ΥsQhhK2\oxdxxhTϖT'|⥗^8N 0Pܨ&j|mj u(Ql( _SmmCJO\wn\/THD\T*vy?Gڒ*Jt(mkg4>{^Y[_70?*2L[,DWiG'fӝW\yŞ={$"j,8WJ7~_{0p9ꗾRBʨLc*Z/<(%ʄ:e,> C.U|ZHIuFGs6m^() òY2m;T.7zW 5 +=x3gΠW<6VYxfxIZWzkoeY Fϛ{{ܹSx^W ֊NMzY@;4 CXQan!Խ:z6c?8$IOyGYV{||\JͥӅbB<h9:hhY4j׬2tǚJ%Pj k;i{_u9g'h`2eݡuM:[u:-޿s:қ]QCHH$:׮YIwu(`Ҳ,!T*8;v̲L6L&B Md J-S -pJ9 Y ֑MRcR5oϋ˺Y_:?Úh=J!u8YS,zeۖm ):;<$l6 ܊ysJe52[Z\% 1tÓ{FC %߰;N r>E4i;O7L:b0 F:G&Yc=7.T7Lmjcy睛tRRJx>-˞8td0Ju*A4}+2 ͯ^$H`12^7̥[3CStIaMBhE2i :vh4uEm߾=^LvU]0RD$dBg % 9ӵ^⛑^faM,xX0 @u6lӦM֯;xx\.QRΗ˹[q7n8,Efh:-&!/>Қu&z! o3W6ieBS @cDkzDԟ)bi7L 0|NQBmu{*KtZoP8 =8\Rmă1ie !bhNOn]O<ϼ DSf^+(Pwm۶7)X!fT_ݴ(AN+*w[dWM{h (bfWgQ^r5˶m۪R/7oufFϾRa˥M\pq& aD )u^SoWZzjthtSOM 3ÃLjH3?EhւVfZ'>@3cjHm 4QVTd|,7 '_yfrAm8`47v݊+8?Zj =s<8e!k.Πu=ѾRK}e: c!woݔɦj:r6ۑ+ J_4@CC]mBK34Dh1 po mh/h&Gz)h5CpH쬳>iIz(]:jkz[ZW1Eۺg#RM:ꌎGi-c=gút:} s{zzƎw 41Tp@SŁ_-K3L *٤9t䈞U,_dg3Fތ0]Ul~X7fW :a@Df:fɎݲ} B@ - }`E * ]B2N )CH2 :1_)`ݬVgMD@tW 9u-Z?:쎢p.ޕbevwwT @CA -: ͵6Xۀ g-Isf}vJ'^%a;v:~/FlXuYg ƪ%:֥̂Whƙ)*w&=br:2&"ˡwXu}BFL/--BHgQV8n恵3Jˣ)I1֛㍼u*- B"F3. !p\ɸG0ҩa˝C?9Z/ ė89r:JZ5fzy~h#iiKDV*zvڍ  =4iFC/;z0`>'C$ b?+XNŝD2HPڢ_mX{-=s.|8z_)ֿR(/&jAs.RѴ5MנZ]Sg4#^rGA*I",ԷVWԡw<_EV`~aNDA8U ꪆ!r0bƏp1Vzf< B܈ֿwgD 4@@ Po)cgUν}͠J)!gu񥗗M}" p cCŗ^zi֭0,! ]LDzAD\˅u^/.X=4 0tttw=GaqAZ:w(ldGgrra鉊"BpcE.*n #.g$zQ1NhK)9眻+^wM۴m$Ƞ]);80BD'ڒ+S^Tk9ʋV$^))e"l3bFa9c<sgXzJ:g?(K:VȤvv%NR9vdn;m۶ qߓ_tݩ 4#hmytq,G\w.e7g D`4): ]{enڛ'A@fXoi űQw"Tu&[n%"F+gCGt$_]UOzZQFK:u CƘ2z^$|E'$|K~";z{{KG|$S)Ka$ST*!H)U/r4ёYVY!xLT14g(GcikCgЗ]vٿ7R^ ZWt֥U;̳v&lY,?){? /DT,Iײ` (|rƘF"cV:IALz-z{l|YZGшԣ?wwPY~qfqT+tZZ]MY5JcTk QrR6ۉgZ?O?t+;$(Y~$sJҹsǎK4r4-Kl܋Qr9b|НKX\<3N/g(ܮ]~:覛n*ʿw-A@+zWni24NT{#ٻiTc?0UW_H$i^0&Я%lwHX`|ZĬ J6thhz}r}T=wPzq^ry)x:zTr*s$5meǂ'riomz1fhN6ohٹ]3͏ᜟv?ɭSve!tzJ sC$]zDƗ.J]]G#at&6QKFGc-t;e& fhg~P>_#C;D2;ҔJ:)s= lWha`%S$s~}sxzgI۲cuA硡xǯ$qCg:o@lB""_vFx>=uɯP1rvl7eMmJDL71s%T'( h>O8N:6 3)ʚ Q<+S|eu?GED#/xSt@D<{I2]selRfJJoFey.2=h X-;L74L4}$FWoC*iԧ?×*='{!}aCRReh3!hG Gs,P_x_rXM;wdfD:8X_IzZlHMD3&"+-K9V:a ۳̊ )ͼ7#5Ӈ9߹ \skGo5cP@:R:mRJ:7&R|4L7Ekt0iiDD||NOsŔ 2y'rt0a{D$"X?|g~{XNX7,{bcՐA>bSz4%OW5ǝaw,aNҡC"E?HQUB&6}0oNѓ?caeW_w] a#P/6HX^]:Im)ReHၷ/2]"RA&/7ߕ{rŹesEx˕|АhTvS$9`E`}hz{Fl8(u]N}DD\@ dRYߐE餥N*?mDDR:3)9iHCҎU^MDKsϽs򫿲oagf:\mjC!N)f}MgT[ذ5GY^ubό?cG`,MDD C2h"aS_S")3k]"2C% B L`Kbc6NV/`5g 3,FMRLK'[2TlEDE)39NLLdEZORwՈˈȒW~CkKutԏ ;ZA5wۄ^0{BjNI4a, R<48444DDnh|)IR)t)i뫃2N蹯_~:]}Y"Ac< )diL\"@sA +`1hvg+oH6VyW<.ȱHdؙZ,S EIEg?zRUң?yO:|+عsu)sR#|fqi[71gXz:RAp.?~* R"߱dܭnw+'<5LӐ~ak]MAooHI3IDD ʢ\hX1 ^0>m^صV4zRgXNffIy)r "R2CDӹK5!eáwgÓG?3}{w<4-x8 :VDGOȣC?+WW)?6U@L奬~̔-uˎy:`p(UBWDLKke^wrҎ&E7ʴ@[L_fuh牤 )R&yXM)N}<:ʠ#J2Sy:IO0iˊG [,oy/"ӴH/ DQZ=`@DUpj貾0uUfPV*y52!&[Ѷ>ZcUR\}: ɓ aRʡtb&)JeHaPhDG.BIHמgEN,'Va8`TQ 9,1a~˨r|Y ˨ئ/"oJ؞Sc6ܲ gM{'G1z``5u`9yt"5n}d8>b:]GuM:G7;GaoE c,dHkC/*})/\饕*dR&$1ƟXQdE44#+q\LO%/*ϓqݮwu+g囹j[&s0X5CyJPQT2y=K)L9oL6f-y h)L$RnD$Du$wˆi+_vgϞ*j4d"a%gе  " a5S߻'}hk&qCsߕd=U#:IdNmX@dWl:S60 M4,P}?ϼ2p_X+Zc|zp%_v~B}_Śuo;XB?dgT+0\DMRWs(@7uU7W1ND\WtET2dLIʉq 68`>QF/X*AD7ӹ|MV#2"Jx}KH"Lڻ:d&WDEcm&xb v P`8'DHD'0՘8X>$|p=S Ϗ7y晛7o^W3f]zgFUzxsu CbaX n'~qm$2LӞ"ΠꙙgnjhX_ "%KF>qE$X&}g쁃ݹs'&b kCDPt9 B}n&fSwX.6AT Z  F;VhX CD BFEaahK}yxx?3EDLl'Tan*IJ=.T0gz: "3 frE'pDVؔ?Ol>'kCo0IWmYi΄Rq>hc|ر߹YK[~)';BiRUJpf_IJ,cr[]U/nlތcM\3׿kC~;y\C9S>|~pw=<1E]{_~}[+Go0Msv!bJ`ӝ od0.I0o:at?p@2V*EJ9ssJ'Iq/ͅW'~7/^|ǪjfΗv/t*M>qJS_x|o]/oQTڕ$ɵέtRGF#%|kl&moAJq!|˲)m-CЧcnܹCcNR!B 1_z˗_y啗^z饗ov5@ݳ!x#NF%Ǘ'G˯S_#ϩwmߦqqmS#^@̜uRSVn4q\1˳㛚oM歃?z1iv,%IV ]XN*o>w⥗y#tx…~ܹCM{ﻶrʵM o"Tftڤ|=io#gؘٱ$f44;|5Qf+I6I.#z_O`*:Z$b#E5kL$Y;W幪lYoabvBh)EMe- m:mG6!fM^Zݽy\{ouf8Niڥ{D}!u!OSH71~o]ضj{uw._).RYXmCUNyLJ\XTGEc/KUbpm&WZXPJSױ]lbѦCY7jX9Mye)zաBM')[qQv3v'xLJ 1D<滯f{OHNwWEC*dΎ2 +*dEzI,Oj:,BL99}96dWgZ;-&IaElL:ϕFS_EI)+nr1Wkxp`/G?sؓ{p|E2IeuyP*j$2s:Wy]1_}z=N7s|?b+ 61_>4?}F.'AyTR˅J*4UZR!) MfLMr!9}| v ѽޛn,EŐ2^BLR'Y)$&FG+\x0@9FeYe6'эsքZKcX6$YbsiPʺM>mC4_^&OysU.gG)?M%7NRU&.+G/>gJnLT4)b4x=OM:o^O>9XM,uPCq4݋Y7dMmCӉ<3ں2,FIuJ0|'ٿ]_J/>Ks KcQc!nӵ6{r|pzWWryMo`}̛̣Φ I<=5i0Ms{^@0'ѧhG/>Z,b+(Rz SF ؋gG h^@ 4`/{A h^@ 4`/{A h^@ : IENDB`bambam-1.2.1+dfsg/docs/bambam.thumb.png000066400000000000000000000201531436045143200176470ustar00rootroot00000000000000PNG  IHDRsRGBbKGD pHYs  tIME  $IDATxy|EU}o$!BK 0 :WT+(̝q:xWq/a}%" KB –䄜s?`h@/AWwWO=U)4#RFhh4?4.]ic>zHJJfĈڃh4ee ˖-A)pQX5n7m:J]]7NJܳOc[v;W!Y\q?#3fP_WOaac٢$''`[6G=)Uʕ+|44)ٱC [IQQ.%kW֯cQN]),( 2+LM Dsᐿa=˗/gTv6gSPP@Β%d )<ÆmF#G11Z BBX%SnLDDd̜ Mttqqq쬭WA4g ꨯ#,<|>&Ndڝwۗ=w.@67]ܻBĤ !44#uR[SmH)@:&B+EÀR1(Qj$`~Y&f|JJJ8`۶o4->t%׎CJjVxH09)6RFE'* ~۾O wlĄx.u {B,+0[kvg1#q~apGKTbr8RD`Y#$8)%СC$_tI||i(@?o=eY殡:DDp혱ۯW!B|5ʪ1Gg>R_Uͼ9s<8lIz%*|[QPS͟^{fo3p=BHͥwҏ;1* 5xJ cR8T4k ,-a!w߃C a~c6#RY_7N{JQq17\=vb4/{s1nGlի> (۾ %J a<ys;}/^8#RzFOp\zT󪉛3翉o>2aBdd$O\y!۶)(LLt4Bea|,C g% ,? hOVƉDZZzPGpa  @dRTgHDCw:@7利/!ぽS\)Ķm&ӄmm<gs1a$#c0- ein&55cF&FK΋s8ea< +W.] '==cVvLO3'v쳘a2A 㮻K~ >ӧS7cly +0M?;+ =ANjtoB3Qʴ@ׄ o3=jjjX݋XSYIqq1{e#bk"h P*!;N-Ew:6ƃ:4mͥCs`|pH>^~y-A~ApÇyLee%SJ\l,fdrOn8Ͷ/wm9<_:mrm l=4\yϽ4{vcb| >!4{) ~oCs{7㗸\׶maZ g{Z(-u=kHɈ!CILH?{;K#u=ӱ#A*14 ,!{Ekh 9\9!* 駿oLj*s!$8y}&W1E15NRIJ~@9\EXu\k1ݍRur:(Xo ;}5н{aa\~d ˖SWZRmExUyV󀎽x$3'5~s|0^ v_ki Q5!Vi.M(@PE<D 1P=@Ń&ϋ=wpH`1=H XqZr6~^1^aK \!Ls}zX'A%%T<ЩDbY4JHlLs J |P(6>Ǵ+靑b=+|u JƩqo)mWL'tZx]4ڃuޔoh\|h}q4 oo|ƺƲH.b0UbX.vu,/Ae~=Oz*_=J]gg´i_E8n'oovGoZoiDPB)%&c̵Js%*CWH3TFրP=dvv&V+dAjG"G9x9UcYj.%Qnˬej]3;*3jBMTVW#q\J(ww4r}7pMRWim۹L Um`y""QD=N*uZ טONA.&BA7o/zoIW\],a9mҾzV],F D13>{|{:\@1ü>bi4Z Fhh4Z Fhh4-F Dh@4-F Dh@4-悦- f(> GLt5iWZic| 4̈?،F%$gcۣP:]sŪ.+_͢2yWXl Ji0R?8|Hk"1|Fi7(,dFCJ6'Mx٧ىЏa܌oi|Iʥ\?u j΍@n77>}U_z<2cuΰkx\נd٢$''`[6G=)Uʕ+|44)ٱa옢T2;LcLSLskJ w ]7l'EEE\."F&Ȯ]Y.E99t Ȉ26_)W@Fl{.((5R`Kפa=˗/gTv6gSPP@Β%d )<ÆmF#G11HQ` ?Q/J<>B0Mע}RXXHhXkrdM_p[3g={vE\\;kkuJb9Q;sd`3{š[Cע}R^QA]]fihh0iDy']VZͷ̞ݻջIj N8Ԇ. !i~bӜ ]67]@>}ܻ%K &MDHH!#66l`_r&q|?fq&4^ ekngIOeZ|J&cbi@̏ax(Bl$((k$R>4F AAԻXMbB<#F!%%[,+0[GpHH^eiJŷ16Bcr 0&"DAM )]"(,ۦR/#$8)%СCd^#.ٓR~l,=|)_GmW\ñRuM)uuňjhj@u ~P^ aaZ } e| ?#~ٿo)쯪fޜ Evv6~$=/p<m~!V!eqXCƽߟhNaD\ S|L(<{d'DsavC\Ǵse.^{ӷ_?a$R "9 M@J]ei4gTV'BlҖVBWKZMMȹsq]z).\dǂzF/+/qqS -NRR1 J0~rG% Qj8h=9Cv$//.1!D%EPy"&b]^ƆUk]/?MJs)_rqZam¾u4|u-bb0?q@ۜC nKfZ$+&:.ئqNҵ[1=CzF:ݺ%.c[`qqq$&%͖zArV &!f鼙Vn;79Ee=ϱOGd|l{"()q._"׮ٚ~b܊o B abePx! 8AwG]%9kh螉jPڃ׈HqT~':i@B ^06u@$JQ*C٠kWGc/=n$$|…fuGYt)Gx~ 5[ܝ.aAxQ{(D`+Q.W)LkICA>>>@@@@BBBB####"""" !!!!((((1111;;;;CCCCBBBBDDDD**** !!!!  !!!!---->>>>FFFFKKKKBBBB(((($$$$ &&&&9999GGGGKKKKJJJJ""""  ++++ !!!!####$$$$!!!!3333>>>>QQQQRRRR2222,,,, $$$$****----(((($$$$----////DDDDJJJJOOOO ((((''''++++++++----....7777<<<<GGGGFFFF   $$$$ ''''////0000....55559999AAAAFFFF ''''$$$$,,,,333366665555>>>>????GGGG ++++   ''''0000999977779999<<<<AAAA<<<<   &&&&****====8888BBBB????DDDD@@@@  !!!!#### ))))++++;;;;9999@@@@>>>>BBBB<<<< """"""""  ((((1111????????HHHH@@@@BBBB  ****  """"****5555;;;;BBBBEEEEAAAA====  !!!!&&&&  %%%%++++6666::::EEEEIIIIBBBB3333  ((((!!!!   ((((3333<<<<BBBBLLLLAAAAAAAA  %%%%----   55552222====CCCCGGGGDDDD """"----  ++++44447777CCCCHHHHGGGG---- ....#### %%%%33334444<<<<BBBBFFFF<<<<  %%%%---- !!!!22228888====EEEEJJJJ>>>>   ))))2222   ####8888@@@@BBBBLLLLKKKK>>>>  22223333$$$$   ''''8888DDDD@@@@GGGGHHHH>>>>  ----1111####  !!!!&&&&5555CCCCBBBBJJJJEEEE2222   4444----  ****3333????====DDDD@@@@))))   1111**** ----6666@@@@CCCCBBBB====  ''''5555((((   2222>>>>GGGGFFFFDDDD7777   66661111''''  !!!!3333::::????====@@@@6666....2222((((  """"3333>>>>>>>>====BBBB::::////3333)))) 5555????99999999EEEE;;;;----7777))))  """"8888FFFFHHHHCCCC>>>>4444   <<<<....&&&&  ))))88883333>>>>====KKKK&&&& """"<<<<****  4444;;;;;;;;<<<<CCCCLLLL 6666::::,,,, $$$$????BBBBEEEEEEEEHHHH""""  2222CCCC++++""""8888BBBBGGGGJJJJHHHH****  ....DDDD//// 6666<<<<LLLLJJJJQQQQ----  ++++GGGG2222!!!!$$$$2222GGGGGGGGLLLLLLLL;;;;  """"IIII4444''''""""%%%%%%%%AAAAJJJJVVVVJJJJ==== %%%%GGGG4444&&&& ))))&&&&####----<<<<MMMMTTTTTTTT++++ ....CCCC5555$$$$ &&&&)))),,,,::::KKKKPPPPTTTT#### ....>>>>2222#### $$$$))))////%%%%!!!!3333BBBBTTTTUUUUIIII %%%% <<<<6666----!!!! $$$$----%%%%!!!!----????GGGGUUUUHHHH 88883333---- ((((77772222****####((((;;;;MMMMRRRRXXXX ''''.... 22223333....)))) ////0000""""%%%%----////@@@@KKKKWWWW $$$$,,,, ,,,,////))))  ----2222****%%%% ,,,,<<<<EEEESSSSNNNN ####!!!!%%%%0000,,,,(((($$$$""""22220000,,,,""""(((())))====@@@@UUUUBBBB++++////))))$$$$  33333333****))))""""3333;;;;EEEERRRR,,,,1111!!!!,,,,%%%%%%%%))))44444444,,,,%%%%****3333@@@@GGGGGGGG %%%%&&&&****%%%% $$$$$$$$444455554444////----////<<<<>>>>MMMM2222 ''''''''$$$$ !!!!----444477772222,,,,55556666BBBBEEEE""""1111 ''''**** ((((555500007777))))77775555CCCCAAAA++++++++ $$$$,,,,"""" &&&&000022220000////////6666@@@@CCCC7777 '''',,,,""""""""2222....1111....++++7777<<<<BBBBAAAA(((())))&&&& """"////444411114444''''99996666DDDD????****''''(((( !!!! """"))))555511114444****44445555FFFF====&&&&)))) ####****  ))))333333334444((((33334444DDDD????****)))) """"****""""((((222200002222,,,,22222222>>>><<<<;;;;!!!! ****$$$$----0000....0000))))66665555????<<<<$$$$$$$$********....00001111&&&&33332222BBBB====""""%%%% ++++ %%%%,,,,++++,,,,****....22227777;;;;====   &&&&&&&& ''''++++++++,,,,''''////22229999????4444 ,,,,####****,,,,((((****''''000055556666AAAA!!!! )))) """"))))))))))))''''****000044448888;;;;  %%%%$$$$  $$$$''''''''''''%%%%++++////222299992222&&&&!!!! %%%%""""$$$$####))))----000066666666  !!!!#### &&&&((((++++2222::::%%%%  !!!!!!!!!!!!''''****88886666%%%%     $$$$00004444,,,,    ####&&&&%%%%                ####''''$$$$    !!!!''''....555555551111 !!!!    """"&&&&....55559999;;;;7777,,,,    &&&&)))),,,,222211110000****     ####%%%%&&&&****))))++++    """"****....))))----    %%%%""""''''++++&&&&    %%%%""""&&&&((((0000     """"""""&&&&&&&&1111++++      """"''''6666))))    $$$$((((5555((((      ))))22225555   ''''++++7777****    $$$$----66663333  ))))0000::::1111%%%%1111;;;;3333   %%%%****55556666    $$$$----99995555  $$$$****22228888    %%%%,,,,88885555  ((((,,,,::::////    %%%%....::::1111    %%%%++++88886666  ''''22227777////     %%%%333355551111  ----22226666 ####////33332222    ))))11113333%%%%      %%%%++++0000////     """",,,,////----    ####((((****----   ####''''))))))))      ####%%%%++++####  $$$$####))))  !!!!####''''''''     $$$$((((   &&&&""""     !!!!''''     %%%%%%%%     $$$$     ####     !!!!                              """"   !!!!&&&&((((----    &&&&,,,,0000222222223333((((,,,,77779999::::7777  ))))  &&&&----3333999944442222 !!!!)))) $$$$++++555577772222!!!!%%%% ((((....0000  """"  !!!!%%%%""""$$$$!!!!,,,,****&&&&    !!!!&&&&((((''''&&&&))))((((   !!!!####))))'''',,,,))))++++''''    %%%%((((++++0000....1111,,,,%%%%   !!!! %%%%++++----3333666688886666.... $$$$&&&&----++++5555<<<<;;;;::::6666++++ &&&&((((((((&&&&----33336666BBBB@@@@????0000 &&&&,,,,---- ****00007777====DDDDDDDD????$$$$  ----////((((****2222<<<<DDDDMMMMKKKK9999 ''''11110000%%%%''''2222;;;;BBBBGGGGHHHH3333 ((((0000.... ----7777AAAAFFFFHHHH7777 $$$$,,,,////!!!!****8888DDDDKKKKFFFF---- )))),,,,((((   ++++9999FFFFLLLL<<<<  ++++++++!!!! &&&&2222????MMMMGGGG----!!!! ''''++++$$$$$$$$ ))))....BBBBKKKKMMMM4444  ****2222++++  $$$$1111====MMMMTTTT>>>>'''',,,,0000++++++++'''' $$$$,,,,5555EEEEPPPPVVVVAAAA%%%% ....88882222,,,,####((((2222@@@@MMMM````TTTT0000#### ****888844440000,,,,""""****5555DDDDSSSS^^^^RRRR1111  ))))777788880000(((($$$$2222====OOOOaaaaYYYY5555'''' ))))55552222////////""""  ''''1111>>>>PPPP^^^^cccc8888!!!!  &&&&5555@@@@....((((!!!!  ,,,,9999CCCCXXXX````____++++  ****;;;;9999////**** ((((5555????XXXX^^^^pppp8888 ''''7777HHHH0000''''""""  $$$$1111@@@@KKKKccccdddddddd 1111FFFF????((((%%%% ''''2222????OOOOaaaabbbbaaaa 7777CCCCHHHH!!!!&&&&6666<<<<SSSSYYYYhhhhZZZZ8888 2222>>>>PPPP$$$$ ,,,,////EEEEQQQQYYYYQQQQNNNN====!!!!****;;;;DDDD$$$$####))))9999JJJJLLLLGGGGEEEEEEEE5555****))))----;;;;  """"....6666<<<<::::@@@@<<<<DDDD))))%%%% &&&&""""5555 &&&&0000::::99997777====@@@@LLLL$$$$"""",,,,""""  ((((0000111188887777AAAAHHHHEEEE """" """"0000%%%% ////111111111111,,,,8888::::KKKK???? !!!!%%%% ))))####  &&&&!!!!&&&&,,,,5555;;;;2222 ''''  22220000FFFF====::::////  ((((''''11112222::::88887777  !!!!%%%%  !!!!&&&&,,,,;;;;EEEE;;;;   .... ,,,,<<<<NNNNOOOO2222####5555   """"2222AAAAIIIINNNNKKKK ####++++4444  ++++66668888>>>>CCCCRRRRJJJJ **** """"----++++ ....5555IIIINNNNaaaabbbb4444----%%%% ((((7777''''&&&&%%%%   ####----AAAAMMMMaaaajjjjssssVVVV  ++++CCCC9999,,,,   ''''5555EEEEUUUUffffggggeeeeJJJJ  2222@@@@>>>>''''!!!!0000====MMMMXXXXYYYYWWWWQQQQPPPP---- %%%%5555===="""" $$$$++++5555????GGGGMMMMHHHHOOOOMMMMNNNN....++++3333####  !!!!!!!!////4444DDDDBBBBEEEEBBBBKKKKMMMMMMMM8888 ''''....''''  ''''2222666688887777;;;;BBBBHHHHHHHHOOOOJJJJ""""  ))))3333%%%% &&&& ))))33336666999900006666::::AAAACCCCKKKKMMMM>>>>  ....6666))))  !!!! !!!! ////66661111))))!!!!++++////8888========BBBB8888!!!!  !!!!,,,,,,,,  %%%%////))))$$$$,,,,////????9999CCCC77774444 ((((****  ))))''''))))$$$$....7777@@@@CCCCCCCC>>>>3333  ****////   ++++++++""""####((((0000::::;;;;HHHHFFFF>>>>....  ++++0000  %%%%++++''''!!!!!!!!((((////8888????@@@@GGGG>>>>8888  ,,,,++++   ####////++++%%%%%%%%%%%%++++33337777AAAAFFFFOOOO7777)))) ////1111  ++++++++****&&&&))))11116666AAAAFFFFRRRR====9999  &&&&4444'''' !!!!%%%%....////((((%%%%))))....5555<<<<IIIIMMMMPPPP<<<<))))%%%%33332222  $$$$!!!!++++2222,,,,&&&&----++++33337777CCCCLLLLTTTTFFFF7777 &&&&8888++++  (((( $$$$00003333++++1111))))44441111;;;;IIIIRRRRSSSS>>>>----   %%%%00006666%%%%  %%%%#### ,,,,////1111....////,,,,33339999AAAAPPPPLLLLNNNN1111  ,,,,6666//// ((((,,,,222233336666333388883333;;;;@@@@QQQQRRRROOOO7777  ....8888////"""" $$$$****1111666688886666::::8888;;;;DDDDPPPPOOOOMMMM3333  ////7777....####!!!!%%%% ))))44446666====9999<<<<;;;;<<<<KKKKVVVVNNNNEEEE((((  66664444****))))%%%% $$$$,,,,4444<<<<::::AAAA::::====BBBBOOOOVVVVLLLL====   ))))4444////++++$$$$  ))))44446666>>>><<<<>>>>====IIIIJJJJRRRRCCCC7777  !!!!****2222////((((####   $$$$22228888????@@@@FFFFEEEEMMMMLLLLOOOOLLLL4444  8888----....****%%%%  ++++7777<<<<CCCCDDDDOOOOLLLLWWWWSSSSQQQQ???? 222244441111,,,,++++####   ****5555@@@@@@@@KKKKNNNNTTTTVVVVVVVVSSSS====  6666555522221111,,,,((((  ....7777AAAAIIIIUUUUWWWWZZZZTTTT[[[[::::!!!!  6666666600000000--------  &&&&8888BBBBKKKKPPPPZZZZ````dddd]]]](((()))) """"####999933330000::::0000++++   ''''5555@@@@NNNNWWWWbbbb____hhhhHHHH++++000066664444444444442222((((  3333====IIIIWWWW\\\\gggg````<<<<%%%%&&&& 6666++++0000333322220000!!!!%%%%,,,, 0000;;;;FFFFSSSSZZZZkkkkUUUU----####,,,, 3333((((++++1111....((((####++++++++ """"4444AAAAOOOOZZZZggggYYYY3333!!!!%%%% ////((((****----****$$$$)))).... &&&&7777HHHHXXXX]]]]eeee4444,,,, ####&&&&####,,,,----''''$$$$ ++++ !!!!3333@@@@VVVV^^^^____2222++++ ****////(((( $$$$))))&&&&****0000<<<<LLLLTTTTUUUU****0000!!!!++++((((  """"****00003333????EEEEQQQQRRRR7777''''####""""""""%%%%  %%%%,,,,2222====MMMMQQQQWWWW;;;;""""!!!!#### !!!! ####----00006666>>>>QQQQSSSSUUUU%%%%....****((((!!!!!!!!  ))))11113333>>>>IIIIXXXXVVVV;;;;""""&&&&#### #### ####++++5555////HHHHOOOO]]]]KKKK ++++****  ++++""""    ....66664444@@@@MMMMZZZZOOOO((((++++""""''''####    ////8888;;;;????OOOO[[[[NNNN&&&&)))) ####''''$$$$!!!! &&&&4444====<<<<FFFFRRRR^^^^????%%%%****&&&&%%%%++++::::DDDD@@@@SSSSVVVVRRRR))))---- %%%%(((($$$$ %%%%  ((((44448888JJJJ????VVVVQQQQ@@@@####(((()))) &&&&....8888>>>>IIIILLLLVVVV>>>> !!!!""""'''' $$$$----;;;;????OOOOMMMMTTTTMMMM#### ....,,,,!!!!"""" '''' !!!!////6666@@@@HHHHRRRRPPPPNNNN ,,,,  ''''  ''''   ****////<<<<EEEEMMMMXXXXRRRRHHHH %%%% ----(((($$$$''''   11119999AAAAGGGGZZZZWWWWNNNN ////  ++++""""$$$$########4444????GGGGQQQQ____\\\\7777,,,,####!!!!  3333  ((((@@@@????MMMMVVVV____EEEE %%%%....!!!! ))))####((((<<<<GGGGSSSS\\\\]]]],,,, 0000((((%%%%,,,,  """"6666====PPPPYYYY\\\\8888 %%%%****))))""""#### ****"""" ####---->>>>JJJJYYYYTTTT ''''####$$$$++++ ********,,,,3333////::::FFFFQQQQKKKK####  $$$$!!!!----   ++++2222,,,,22228888BBBBMMMMGGGG((((  %%%%%%%%%%%% &&&&////777744445555<<<<FFFFRRRRDDDD.... ))))""""""""  !!!!((((8888>>>>::::>>>>BBBBUUUUOOOO!!!! 3333%%%%#### ****  """",,,,((((AAAA@@@@CCCC>>>>DDDDSSSSBBBB  ----'''' ####  $$$$))))....<<<<AAAAIIIIAAAALLLLLLLL==== $$$$****''''""""    ****1111;;;;DDDDGGGGLLLLIIIIKKKK???? """"////****""""  ****4444::::AAAAPPPPPPPPUUUUNNNNIIII 6666////!!!!))))!!!! ----9999CCCCLLLLVVVVUUUUYYYYMMMM0000  77773333++++%%%% $$$$$$$$....====@@@@QQQQWWWWdddd\\\\YYYY%%%%AAAA7777++++**** &&&&""""""""$$$$####!!!!5555BBBBRRRRWWWWddddaaaaaaaa;;;; 8888AAAA6666'''' """"!!!!%%%%''''....%%%%7777????UUUUcccckkkkkkkk]]]]&&&&????DDDD55553333   """"////1111....2222====KKKKZZZZkkkkrrrrhhhh////$$$$ ;;;;BBBB::::9999''''  $$$$::::====::::<<<<AAAANNNN]]]]nnnnssssHHHH;;;;  ++++6666;;;;CCCC66661111 3333>>>>CCCCFFFFOOOOSSSSWWWWeeeeffff====;;;; ----////2222<<<<66660000 """"4444????GGGGUUUUZZZZccccddddgggg99997777****33330000----777722220000 &&&&8888@@@@GGGGTTTT\\\\jjjjjjjj\\\\5555++++&&&& ,,,,----5555222288886666%%%% """"7777EEEENNNNSSSS____ggggnnnnOOOO????''''5555  ----,,,,////333322227777((((""""++++::::KKKKPPPP\\\\ccccoooo____????::::,,,,''''!!!!))))----000000008888****''''%%%%7777FFFFUUUU[[[[ccccjjjjYYYYCCCC33338888 ####((((++++0000....5555(((($$$$ ))))@@@@JJJJYYYY]]]]iiiiaaaaCCCCDDDD55555555####((((****////4444++++****####;;;;EEEEXXXX[[[[iiii]]]]EEEEDDDD::::7777!!!!%%%%)))),,,,3333))))((((!!!! ####????IIIIUUUU[[[[ffffKKKKLLLL9999JJJJ'''',,,, (((())))////''''&&&&,,,,@@@@LLLLUUUUbbbbOOOOFFFF<<<<FFFF3333,,,, """"$$$$,,,,$$$$####((((>>>>JJJJUUUU^^^^DDDDEEEE7777IIII////2222 !!!!''''####$$$$&&&& ---->>>>GGGGRRRRWWWW>>>>FFFF<<<<IIII00001111""""$$$$"""" !!!! ////@@@@JJJJUUUUEEEE====::::HHHH55554444####   ****????HHHHNNNN7777::::1111HHHH....6666""""   4444CCCCKKKK99990000++++@@@@66664444****""""  ////@@@@JJJJ9999))))((((777799994444----$$$$   1111BBBBKKKK////((((::::....9999''''''''  &&&&9999JJJJ????####!!!!$$$$1111----2222%%%%####    """"4444IIII===='''' ''''((((....%%%%%%%%  ####7777KKKK0000****((((****''''    ))))GGGG5555,,,,'''' ))))CCCC....++++,,,,  ####22229999++++((((""""''''  ''''9999,,,,++++,,,,   1111....&&&&%%%%&&&&####  ''''0000$$$$########&&&&  ++++$$$$ """" !!!!''''  !!!!  """"            bambam-1.2.1+dfsg/extrasounds/bleep.wav000066400000000000000000000025141436045143200200420ustar00rootroot00000000000000RIFFDWAVEfmt w+w+data fefeeedcddcbb``mym_]etwpf^^^^^^]]_`^]]]\\\\\\\\[\^cjlflwm\Z[[Z]juutusqzxtrqpomnqsopx~~|zz||yvsqspnoqt|~zxtomlgbdfiq}}zzwspmgabefjry}|{~{vrlfgjhgknq|~|}}xtnkljddgio}|zwrnmibaceis}{{}xtqldbffflrv}}{}{wslillhhjp}~~zwrlmmgcegjt}{zwrpnhdfginv|}|~}yvtniklklpsv~|}}zvqprollnou}{xtrrokklnqy|}|yvurmmooquy|~|~~|zwsrttsstuz~}{xuvusrssu{~}}zxxwtsstux|~~~|{zwuvvwxz{}~~}zzzyyyyz|~}{{{zyyyz{~~|zyxwvvvwz|ywvuusrtx~~{vrqqrrrt{|yy{{wqjhkptvx{xssttohdelv~~vpoonjfdis|tomlliho{zz|}woihkopqtz}wtvwuogdgow|~zsqqqnidelwyrnmmkgfjt}{}~wokjlmmnq{{wx{zvoihkquwy|xttuupkgipx}wsrrqnkjox~~|wqqpoopu~{z}~}xronqsuvw}}yxyzxsompuz}~|xvvwuropt{{wuuutsruz~}~~zvtuvvwwy~}{|}}zwutvy{|||{z{{yvuvy|}bambam-1.2.1+dfsg/extrasounds/bubble.wav000066400000000000000000000300161436045143200202040ustar00rootroot00000000000000RIFF0WAVEfmt w+Vdata/r&$&&rpRmLufr           *  *       8  &  r    |  f`}j yy &rv 8 `>shlf  &   R$D$4$"0,  ngP_][YFPg\    6  H               "$D$D$B .      x      |    2  yPZ">I2"40oekqf   (  0"$&(*,.02468X866642220.,*($$$2 ~ >, x    8  6      * sgPoUUFi[@gms      , "$&(*:*****:*(&&6&$$D$2     &    yP_][YFUUFi:ek         "$&6&&(*J***J*(&&$$$"    &     wqkTcPLoek  |  &  (    0  "$T$"   ., x  (  &  r  "  l    ybqo\ mRXpv    ~ "         $    $       2      xp}{ywdss4 ^   &P,\>:q*ݶڅڸ t.:@ "J%(V+M/f3 7t:=@BCCA>v;6b1V+J% 6"h H\b4߫ݸ$ڲ׬ԪԪԪ9Ԩ'Ӧ5ҤѢРϞ{͚̺̜OϤщ԰׶ڼݱO j   (\0b468H8H86%6%686420.($   $&,N020@0N,*($"0 (   ZgBQ_(Bik   2$6(*,>0P002B222B20.,*(&$2     heLoPcew {XX{\oqbXp   "   $            0         0 .,  &  "  vw`^m{iw@,0y  "(.@2d64B0,*:*8&$B  F  PHq}Vu_*>uf  ,  vr   2&,^0@02B222B20.(   `s}HFoPkb&df   |~  6  8           *                  *     (        $    z v&pXsL{iVVi{qwr      *   >  0     0 .        fusq^}kiVg\osr  ,     2     $       *  *               8  &     Xubo\Fq_L[:ag\`       ,.  "$D$4$" .   (  &   l    vf  .  y}ae>C߾ޝ޾ޭ޾ߡ>@w &  ."(.02!2D642!2222222B20@0>,*8&$"       jhm Fqwrv z       2$$$(*Z*8&$"  B$      : jT d  b  ^G?l7ۮ4 ذyT Ld PV8  $ D J " b\ ,$ R 4n"l", h &&  " B  >  2 e@J66$@, B      d "^  J  h  0   T  B  6       6Z.^.0R ^{(R(}PtZ *h       &        f     0l  , :d&f(Rq^^^qdX n    $     6  F  r      "      , *bZ wdssh{}rv ,  ~ "          "  ~    , fjhubLLXv  ~      X  &  r  "      fusL Xp  ~  $  $    $    $      z `fub^mLsv     $       &  &      "  l  pfu^`hp  |  "     (    (       "   h`o\by    &  (   *      *   (  &    *tqZiVgm   $    ,>>   &     ZiVFmy    &    .,   $  w`uRRuy "     . "$T$2 , (   v TkR@PVX`f     2$&(*,*X&B    \w(42B:il &  "6*020@0N,*(6$*  2 }4 6   &,2d6f64.:&B(  |yoT4gp  "(.0.<*8&  6  TZ:4,T$ .   >"D&H*J*J*X& , $ T&D 6  $X,n0P0P0n,X$ &  ,P$ <$x,2r20*F"  d<*R   B*6<~@  >6p*R Z(i߾ݼݾ  &0B!$N')V++V+C*P()%B! 0d ߸QجӦҦ+ղY H $n8 H$'R)5+X,G,V+)N'5#<&  UڬՕҢϠσѪԲؼT>,D"N'V+-^//^/Z-T*&D", Hܲ+զҴѤѴѦ ղ ^<$T*.d24j54d2.T*7$:ۮwӤѤҬնVJ &: F#9%L&;&J%#B!2h2 2޸Eڴ3ٴiX "<F#N'd*X, -X,)L&#":~"$ X*ݶ$ڶۼa \$.462^*   Lq$T "0880 "H ye00     |  :w(  X   6  dPZ4Z Z "**$^  6\sy  \   }Y]:    4 :R22J 0^D"+.  LAئ%Ҭ[<*d295f37,D" R,ޮwӪp"j l*6$8 Pܰ+ծ .F#7,b1b1Z-%6T :ߏF &d Z J  ob 0"R)+T*#2v aݴWS "$2H  bTe 6!H$"<^lySz J >  ZPJ { [ 08<6L  ^ Pd  "" RDYZ (Z*H$, F,vV "$$ D, ` ""< :   d X n (   ` r6m4JP b   4l` pZm h:N J&8F 4  l :2(n  Jnn^&p"^ `6ppppbambam-1.2.1+dfsg/extrasounds/click.wav000066400000000000000000000020471436045143200200410ustar00rootroot00000000000000RIFFWAVEfmt @@data}ڌwekz\h찡2샘;˪׭\q΀bnh㌡\Ԫzŏ}qw}twԛ}Ȱtˉzщzbambam-1.2.1+dfsg/extrasounds/eraser1.wav000066400000000000000000000225361436045143200203230ustar00rootroot00000000000000RIFFV%WAVEfmt 6`mdata2%qy oF!!Blo`XX_ttW>,&@c e3;eyW3vO>gw@k:/138Dk(44iG' &Q|hB:9>HS^hoeXK?AEHJ?2!%f%#My1mBPE rlkpiCL"4EGu5=4%][iQr $SSjliIu&|N$^'|7Tz)_z/R\G>uxEIcHgFZ%gCHJa~`U/T5 yizeoa8d_%>MF;)NE^POCA~s f.i u@"Qm Z<tbOD{OB:u6sc&65n g]"\2A,nR`75'?bA%V h&Qa7H}bEN_6jH c<{o(k%7\} [<|%rsk #r?&U\-Bq np 99#6pS<U^Ue0>nVT3z?' pQXrJ,cR><:\mwt9g_1A.ZzG8<#U ON>djUAF f_y sCIzA4 Kt X+o0"=*g1q^NE 6c{-_ .x1WE -0L:b"a SC-@L-HJj(4HY (qvK=M/> pxeil =Ty~:`Wr*&]MbbD~| +nc.%Gmnf6tGqPW/: qx>VX1aEEqI#W ZOY~b:Xm.\"Kc-y+i S {1<4Rh;6qbi57 \~+V,uM|PZ 37qyf]4zzd,4$6#}*rL^E$y9qZB{r3kzEh_reb"#Wf`&gti\ hYHLJ/pu[fiv~O%r%Z}J*1P6B7'.Q,NO*(51P+5  kI>z"uw kU"w$>Cq R+13+|WJWFO}_xWa 1x$S(V4a)5%CmC?L\Sd*+NWXyX yCu 1fL!s5O#lWJv,Lr4H@yK$}KGj;0z6 LsOQXy'4_5Hlvd2^"(ZQQ~z1u1B Pl\Uz"SE]eP h  G";.NVkY }jn0rrDY@x;x_5CI;M1\X 3YUnemJ@&}I34*cq5#pXXf,w(M[jRJx;2%=WH|`V <">g&&pDl<0(Xu4q][49sf/2yJ~YlX!a?i-oZBM8E)z+}Nz_ACm3}~\)J mZgf."T";3Tdc^@jwjk!QQI^MU5e[r0igCYXp|_+hO<;Z?q(>^@ &~Jt>LB 9lZ SJ0T8}TXG-ViG!6@V6Q'12N o2UH/`W#_CcH{2 8fMu^uUa%I}q,?O|,AY`gC *$td>0 HpuKE3o E=$ABq2E9zm H_ri6Do'gG7;nLfjj2SO&b _c9lfM.XL9,z70<P gh + ~_tn& b4,5oZtl{#!HX\?cy`_?-u0Jei*N(C}I@fO*3R~/j Q~a^*t_1jA.s\:|o;R#B.T p|;Bu;@bP :8z]d_ze)(D6 KI "t "97j$/?][Z-?(ihn: zta>:WpZvRABf '" )tm Q+4/?Hg<{YL~V^Nz*31Fv*7z-1m"oafW`TH#?N{ k :K] L']W&# 0e5"<[C[fUS 1Pa`2YN2 bW4!+#Vw $c^ 9{5i%  S.N{m5SOp/52f6~ *P)tDe7n-GD`dps]TJt <aud7)h\I8L@t|(Ntn>i!$,P]B)|X9Q/^v\X Agc@nd- 3h=n V N=St^9YmM05O\QL9Vto#kG,0qk%/3.MR2iY,2Lr}^2w]*I0;p7U9w) =W[`AYbt /GQJ\+e)2f{ZcOq2Y9:aO Ei#dSY#Sp?oK%i8\d+>Dbuy{;z#?R y+u .64 w;i~BB_EUH9w ;KqD.*8Or E0 :7|S==q \&HaptfL%S;5/"d05Y&Oq\lX7d\;xZ 3=YyCN2W4Dh1)UvNCqg[-`aRZuY '(%" Nv?] p]ULi?mzxgJS( .V~]0 PJte$<4v+8:+|bNA99FYolF% -Gb  06.o-3j  yrnjjlq{mWE<:?KgfMDBFP^ow|{la[Z_qeXRQWfy}yx~m\PJOZj}n_]`gr{rf`m~bambam-1.2.1+dfsg/extrasounds/eraser2.wav000066400000000000000000000202761436045143200203230ustar00rootroot00000000000000RIFF WAVEfmt 6`mdata  f.}Ks`SPf1Z0T}4`hB^DWQ`0`B:0  ov0v2z` 5xD6ZQA#M2[HU>j{TcqnG"hi3gqMX$1/ZuI uM`2`e I&R>@gs| ` I 2]De3,RjL=) :0SvgIx  ) #JN`[uLnCGmxzg\^/$h e)\: _" L oti,C)2#*AsauW"f[014& $e Et\YOT\pl"MARr)Jaz-&j q],~T;pT\{K[*5"sP|Z$ ] ~ ( ?   v fTsV'" pR|l||O2|\yJiU3d8RgvqV}r6Lv { F82' - d3 O( F {Dv#n9R=-ktcP_:/}  tFS8z*Y V ?  ! W  W O$Inkf}R>JOR%l/p6$6;}lX9 . } d _ r I ku- ,};}K]* h V^j=OOUHQMnU66* O @ < P 4  #]Og@wb{"$  "BTmh%#pIy79s( " Q %   j^C`V(K`[M+{JE3cp 3in  M   S xk;4,%%=\}t |#+:rE^,+Jpk*GIU 2 r - V.]r8(u<u6 f H e B',@3TN4NT~LY5I 2>' ]s/3vY? N  9Sv9W K, }rN hZ &   #2 1 Le]7Q 7r- { ^'u5io"jc%N.fN | n  r'_ I =;Yj%=MjS  I m >$/pEw"\[M9Y#_m(S&?l2PKd}Q?B\&/(aRR@r4  0  a*d>Iwb:ZjtdD%(lf<}]%f9YAZD1 N//"?+:yB<|B,;7+q&5JXu[d(+m+Z$' GL! (b[ j/Z@iw  ~@8z{^D[Dtm &*6{j' *$D&eN;ZeKh6.3pL\GF%+d7'*1A>4;<(<; d8B(L7`*uQ_+dD=y:I&6nPj3!BcrA%a!Gigy3GbU`Q2y7u#<la), Rz.@Ac XWXc3l",R ,y<]vWg$oL=_-.t,VgiZ9882qeuBO` Vs|pQ _\>?Ng+k(Vuc3P+GFwut{ya҄8 1cmkxiKXr1#Ǥ?[εn[g|Ƨt`uFa2Imkf^hx`orp_s{t^Tr~hWbeYz_^pkadzy/!Gyf_W`~d41Z|k\YkqI>Ovvh`qfC@]wqt|dDEa{rrzhD7Lulbh{rF*:l~iksR8EpnhttYHJez{{cPRnwqtyjQCLqvuyla_bsqdjqi^mup}~w~z^O_{zvor~{kOFayoouysgbj{~~~{ofbiv}~~|~vkcku||{y|~vvz{uuxyz|||{{|{yzywspv~}z{{z||zz{|||{{}~}|~~~{zz|~{zywwz|~|{xz|~|ywwvy}~~|wsrvxz{~{{~~}vmmu|}|{yz}yphpz|wy~~pggq|}wx~qa]gyvuz~xziQIbxwzzvs|gKCUtzuuvuqutVDKexwppt|sVJSo|uqwkPJ]w|~dDFc~~|zZDMf~|wvsPCQkwuySALi}wwuL?Ppws{zN>KjupyR@Zrp{uG>Lrz{kl~\:?Wz~mfp{H6@c|u|{lcmr=2@lywwcZll4/Bqwrzud]nj1-Atvpxtc_nk2-Aqunutd]ns4):lyimsjakJ +Ykiqlchd%"CnioogdwH)_|jjqlgl~}3:s{mnohel{4:q~pmkgfktE._qhjhedlZ#Kudefcfpr&<{{jfd`et<2fpca`huW)Qxc_`jv|l("B~i^`htr- =um_akyy:#:nt`ZhyE,?hzf[^wl80K{o`[hn9.Kwobbqo>1M}fbqvK3Bj~njtlJ@WmftuP3?f~d^o}iL>Q~mitxX64P~rZYxvdVFIcnfkywfZgvgdrqTESvxu~mVN[qnfaahszqufE>T{nmydOE[wyzx|v{qN;Uxv~p]YkvutupdiyvtxXJe~~{y}|y|~wyyvuv{|xuty~|~~}wpv{yy{~~~uoqz~zy}~|}~||zwxz~|}{utz{yy{}ypjow}~zz~uoqwww{}zyxy}soty{{{{{{zxutx~xtu||}}xusu{zpmr~{ux}zmel|wyzpg_^h~~vtz}kYQZuz{}uomutVFX||wolnr{~|~_DHi}pks}V0>cwlltY/=eneilzL*H|{g\^gro8.Pqjlt|d& A|kckyh"C}q]Zevl((Oq[TYk|ztw0DhZ_v{zI "Uy`_rxe;zxZOZvE3hĨbLIZ|wkl"!JÿZMZwirx= &VırVYptm5s`PXuw~IJc$LȼqPJYuvk~88vЮgU[nu^Ec]hw= .aŧ|iTWmy|r"AȜ}]OYs~i{W%RϾy\Wlvl; '\Щ}o[dtt{&8|̠zdT^txhnDʛcYj~uk` Hœ||ealzrY PҸ{{wc`dt}wM*bϵwvdadvzx?,nǨxk]]ri%FvpzwYP`w2K¾lq{VOe{C$DqpaQapI.DzƢxgu[G_ƨx|Y(,hٺemi]l}~dB;Yro|ubi~ueLAMtz|jX_{}h=7|ɫ|{|}to~~x~vT>Xnlsrrn=5yǯvw|}urraNDLpfbn}}D$3mw|ukrk=9|ٸ_QWmykG+3ažvhfhhmxGJˬkZalyj[W^o}imhB<`h_lwd>:bΠrTJ_zgRHZvurnpvwryydLAWqptxzhVKIgȩh`cjs}V.1NuxoJ!&N{g`ppT;9Xkdbejqq_Zisnv}rfl}qa[qykmyuq[GHlq]F8Gm|aH;D`rpuytrhSPhudclsogocQQmvmstpnu}gOGZ}pT43ZzfA,Asww{^@>Xnq|yfgq}zS8L{qn}iflwzy}G?]dcnqppzY"+\www{{[.d~z{|Q/awwuw1D}wnfen~s19g~oY[crqvL#@{jVYgzwdr}-%K^T]zlg}T/až~o[ngt8,dv^Vq|~(5ysg}Q]ysu$'Elr^5Mqyr%4`ȢyzZ4Jhnhr 0aϧd:Sti^py{l 2_ΤpNfo_v}|f FƢzTgu (kwzYhy>$WyizQRp! Blm[?SqvxήN7yûppDC]txnj|Ă&+`ˢ{bM]nqqhexLA~b[ovytluc )Uxfrw}~l%@{jt{n0*Kxt{v]bqY;HqxtdMRjz|}`IYykhjoyyfH>UztwwT26W{rr{jSRprga[^lq\EGk}mbbs[/"D~rbev|fQDJp|qhkv|uvncd{{{~w{oYLOj}qsytmc`j{||nlv{iTK\{vuw{wqvyofky|~pm{{jZ_v}yy|~td_o|vr{qdcv{tqzwkgr|vtv|~vop{{rswz|}rlp{{yyzynlt~|ww|yos{z}{~xlkv|xz~tlp|}}~yw|~vken{|zx{zpeeo~wqu|{lbgy|tux~zmchzysvuh[\ozuzyfSM^uyqt~qWKYt|wndfr|}w|tVPfzk^`gqqin}ZPgymfjghnmp}bH\|yffnrwupw~Q<]ritztrv}|Q5V~ukx}qux|{a=Hl{nt~y~{nE2Vzpn~{w|oI3Rtqn}~wzxV4Ilwkv{zk><_~qkzz^6Ij{jt}wyyP7QtsfzyvymA@a~|ljyuwh>Ec|fewrvd9Gfzeiulul;[}oYlrpU9Pp|z`av}{hoi;Pnyxc`y|gi~JOn{k^hvukwPAbxdhlwyflbCd~hZgxmbtq>;ZhV`uuX_~G-ExqUQk]Lde*1[^JXyxJGmI!7nsRIci>Et8;ykKJhb9>p76tjHFde;6c@/hoLB]mE/MƵYQxW@RzzT8:rò{17ziJFhgMBKŶl#Ju`ILqaMKU|ɻi.Kn`RRqaOT`oĢoL:jre[SflUUciǯuh7$P|faX]zy^Ubpxod;0[pcf_hub\jy}miM9]wnglhnxganrsfDS}usmopo~|{pgowuw[Gixqqqxrsy}{pny{|sMPvtwtvxqy~}}st}|mJ]~wyvzvp|ypu}x}lNcwvsyvs|}wsz~xxjOhxqtu}wuv|zw||zu{hPhsqvzury{v{vqvt]Olorw|{nt}x~vuqnrphIenmxzzpryrz~vns|ruZSzkqsrtuvruqiwzytzuRW{ekjhr}qeehuurwyyfTondffm|n\^qrozpW_xlkmqwm[d{vvt][v~tuwyx~ygmysbSe}ur~z{~||kal}wrr{~zgbpypmv|{~ykjt}~yvw{~~oip{wmo{zher}tqv|tfl{vpv~|vuv{ywy~{}||}|}}{|~|{|}|~~}|~~~~~~~~~~~~}~~~~|uu|~~~|zomu{x{{z{z||jao{uu||wy}||{zzhVfzqsw~{x{{ww{~{tZYurpry}y{|wsu}wlZQjvrpqqwzrlp{nWCW{tpqkky}vlhm{v^>Elyqlhemvmfgo~sW:Irzsnplglypokgi~|u`?Fmwkirsoq{okotosvux_FUkgp}xrwtmow~wurylJO{}fft~uu}rqw}zwz{ZIejfrwpyru{}x}YIk~jrtp{{t{|z|ykOZ{yyps}~z|{s{bOfvqt|{z~svlU^|zqs{z{tqeUg}y{uos{wx{tsdTf|w{~}tpy}|z{~vnyyZVqt{{qr~~{~{sylS^yt~wrz{yyzs~gUhuvuq{||~zx~~sw~[Qmqywmr~ywx|zu|}XQqzq{vpu}|{{{vvzURut}vruzwy|zyaPnr{zsw|x{~{{oS^xvwuzyww~|{^Pnrzzqt}{wy|}x}pR`zy|{wvx{zxy~~aQpwxrw|xz|}z[[}zv~vu{zxz{}|]\{|v~wszzvwy}aVtzv{wtz{wvx~pZiw|~}wy{zy{f[v}y{w|~{y{c^y|zzv{~zwyq_ny{}vu|~vvy}|~~w_e|z{vtz{tu|{~v`h{ut~{rv~|q`l{uztry{tvzqhq{xvyztx~|xz{}~vmq~zx{}|}{|}{|{rt~}~~||~|vv|{wz{{|~|}|~{vtx}|{z{|{~~|}~{|~|~|wy}||~vv~~{|~~|~~}||~~~ws{z{}~|xz}}~~wu{}{~|~~~|{~~~|yy|~{~{z||{~}|~~~~~~}~~~~}~~~|~~~~|~~~~|}}~~~~~||~|}~~~~~~~~~~~~~~~~~~~~bambam-1.2.1+dfsg/extrasounds/grow.wav000066400000000000000000000150461436045143200177350ustar00rootroot00000000000000RIFFWAVEfmt +"Vdata                                                                                                 "    "  $  ""( &( , ..$ 2 ".." 0&( , , &  ( &*  , &" *  ( $$ *  * ($. ".." 0 ",0" 62. 8 .2 : (84( 6"2 ,(2"20&2*( . *" $ (""* $* 0 .,* 6 (24& 8 .2 6$60. 8(42( 6 ,2 4"600 8*46* : 208 $8 6. : *0.$ 4 &02" 6 .4 <$": .4:( < 24:$&>:4 B! .@ @ 6 F#4: <,"> 66 @ 4: B!,(F# <: H$&4F#ݼH$4&H$ <> F#*,F#B!8J%"8F#ۼL&4,N' H$>$N'>D" L&(:F#J%22R) ߰N'D",Z- N'P(Ծ ^/2F#X, ײ\.B!6^/ݨR)P(Ҽ b10N'V+Ѹ ^/2B!V+ ٰV+>4Z- ܪP(J%$\.,J%Z-Ϭ h4:P(`0̪ h4<F#f3Оd2N'>p8ϔh4Z-ö4r9.؎Z-d2ʦ l6H$<h4"ښR)\.Ъ b1D"8b1آX,N'.b1$ݠT*T*ͺ*f3.ޜZ-V+˼0j5*ۚ\.T*2h4*ۜ\.P(4`0 ڨV+D"2X, ڬV+>>Z- Ӯ `04R)T*̸*h4*ؖb1T*@ n7 ˘ p8J%X,n7¤(z=8ӂf3h4}0x<0Іd2b16r9&Аf3V+ż8l6 Җh4T*H$r9 ˘ t:T*V+x<Ę @N'{h4v;{:B4̆x ɐ z=V+{b1z=}.D>yxCiN'L&}{Kb1gz=EiN'O,{ K`0i@Ac`0K s,KH$qDr9gd2Fs2I:{Cb1qn7@uF#G" GT*m~?|>gX,I s&JF#iGt:[l6Ke4QH$cGz=[d2Ki0NL&eB@_X,Mu{NZ-eBAcV+J w&ML&kHp8_~?F_^/N o2OB!kKp8]@J]P(T.soTd2YKHSn7U c}8VP(]M@Wr9NaF#S6}qMd2a@D_X,N m.QL&cLv;UAMU\.W&go*WV+YN~?Q~?J]V+O m2P<q J^/eCx<_l6GgD"O.yu MX,cEz=_l6IeH$N(uy NT*cGz=Yr9K_F#S8sg Tj5KLJEn7W [o4YT*WS@MEPQd2W"eq0WR)]Rz=WCJ[`0P o.PJ%iIn7a~?Ae`0Hm@ M2u Mb1_BD[Z-Oo{&PR)_E~?]d2I k6L<qHd2cv;@gT*G y*D8̈r9L&T*P(<J%0D"$B! < 6 .,$6 > @ <.44&8 6 6 0 *&"( ( &             bambam-1.2.1+dfsg/extrasounds/harp.wav000066400000000000000000000615201436045143200177070ustar00rootroot00000000000000RIFFHcWAVEfmt +"Vdata$cR}} \@:Hm"dM@$t  ~tK.iRThsYptA^Y9`\=p(c$j ?PAVTL-_Tm F"0(Bp*5'UZB&LbojWLGtqwAHz&$ mRv2R.  C>M%{!ee2^T2J,/)!iBTPclCZqv\j:#7'O^_t!V/_D",Y}z0`FUV5Zo%2`Z=E]QfwVpF(-u)+TZXa'Y 0O>E!>jo/O6>6CB\'n_< M*}`#1 F/8ylzD-^J-[u' 0vBkz@[us&p C# { ` m t ms'0 Cm]C4b  I s n:'j|)&"ONSH p  : J ( s )gt!U; T ( t N Y 1 /qVd-$  a q . s R v ,iKh3 Rm&p 2 M j S~}ZW  H5 = x n/? }O}i3W* yUt _J3tF l2[%aA I@*^B{ R  0 ?  ~P {+p q)[?B! a @ P k  + 0 fLu# ^D01Y,X &K_M( U(w0  \ 2c.j & s`5}W k* |),4pj=85 ${j{/  2?hp .F} 4M q9 uP\ispt IH ]E{ DJ$~85QE )P Y*Bt y{i[b h75m  GAS6jB fKWs *= LO]4  2Bs;f+ hz?gt, |, P h߄V6_[N YB %){*d(#y w!pb_]/&+ tC E %xm # ! ddS@- ! Jq \1P ^.ܯ߾B +|#9&<(( (%y!|/ G|0 їD;"j*034r2-+&t A:ڑܹ_Y dz;IO`(=f nSb'Y& psbJc9C#gޘ'|Pz 4"q$#!Y) 2)-g, (! !9DK*h)f6 u>sw *mC۴mR'/$s),-0*%'-˴ˢ8GZ J'2;??:2(͹azҕ7u F[#O&'m% V 4tvS} Uf t FX 1 dw! TsUM7طG''l *C!$(&@%u ?~|w)K4CHEGd!+/yI!b K0|H9W+|tbҎ$Fܭ- G4#&(;%  c6sAee,y MB(M/..+M& F *R ;х׈< 2r&!|14i< 9!w'+-c/t/+% j%Wִ FaVE !  q&\?-[\U>b /! 5,kQGMQfXAdtp {j> W Xod:, @8#n)V-.) <O ܙd&H'#u 8b{ :X0ESs8 XR%!!~ *t{RTtsF  VDu߉ܔܫ.k Ci Z)/453_+9СtNr l Uy^s[~~ 6 MJG 7K z  \=J hO; !H Fd?IBNw!:ES" C]V oGE9 1 3 qWԼͲ9ӔI ^'3=~DGE@7 ,Q &Iz6w FZ[57BG>,h49N< D"!X ]%}=e` ?T<ۀՇϊgQֵ<y%/5^8(5.'N p_ { = $ P . / ^I cF/ B Y  )|{ 6[f+ 2 `D%uQV+ |w "&+(/0.$'%k\߼ϣ-qE9)1741.%'+%DmòvʙC2 ~J!*]0U20N(]a^*YO\QQ*6+{Gc 1Z a@B 7xbj;}<ҝA̒66 <s &()&" <?I PuDq, Td2w( b3v TZWl41 +!G!!E! pW!hNwp9N`%J4kL@f!.Qhgde* s.-5 />3ޙw+XG /c 6o @ΗМ0 Q%L,C1331,d!V NP1ؗv 3 "  '/SMXg8[Vb~d1D -W!U "2ALTjA<#RDFl.%]+/B0*m#Vp۰6ԍݳ9bp ]9 B4z q>.:]R>DGYB#J $#)%^#5n*ƍςGY =  qQ}l "r3ؒ/BPT#/5b97.@#X|!+XĿ(). +&00-& C-ܒQocHI N <:f88 "|Cr=hДܤ:cs_ K{ mFIy > rQQPg H (,Ek!yo MPZ1Ѷ̲˦"Z2E ,Q9@A?9/!q1|mqOcG  0 1e W =G y]>pݙK#&#)+)" Tl\۹٫EcE Y!$$ )x *MN5L6ܵ|~"V T pEL MvNڡ/"& T nNg@9 9]>2VFj* : 3 f IF`tHܲ7;-M9h ? #')R*(%q w:J}јT < $2'"I Lyr&2-_B #$~# hf2Z 6I` FSnf4 !8` Em!, I( )XVAA! Qܮ(5еq РV$03?B7>7K)<ˮ}J)8e<;7)Kxòmk '/0' ٭XG$/7o;6';ShU+'l'2 Q es v  : tc) OEi>ٍof "$hp^G7n q K&RޱzX> /M<$DD@81' t@ۨдf*X)Z1h4L2(%8oɌΐFy5 ')&lgAԽ|0?GJG9i&9jϧ›jwR g,K09,E#h=@9Zb  #I2Q q nv ~56jdT[a9  ؃ܽFR"#C175K0%-SR*3-652{)9 iyCgK j{"*&9EJ!I?N.$ԕ v+539Z7S/ ekd֔/hm^ m gTzKItܰٓkyy,!  "9 7OFsrXC-52' 8ӵs (+(#\., SD\l%"3GRjb],+`ԩVJ#H,2A6W74-M%1;,! t 9B,h (/2H673({[ݐhKp?OKǼ 2EGMJCe3,y0u"-.g#_ 9ͣ#׃kU0UU&?x2 fHE 9eBoݣ `'04V1`(  ^ .\t Aё8:. "&H y  8 TEdߞ@U^ %(#`S{# ?Q kؼ6&/z/,'1}OD! $*b-'1 *ޔħŀү #S+,-+T&)ov3M]< S .h9W: = X Ro  [h.#q&" ~)eØDm<K!.63*7)5 ]BgB  w6|h KGFY#E'a&%$E# :pr-@jӋbi&3496, jANe .n,60<6'_ ҋ |"% $<P ]r[zm?M!iwv "ig*  7 &i!$1&   "Ӷڔ0{! @xJڬԗ܊XO,463(9i EDt@7 $A# XhŹ-1"'7EJCg9,uӗI(NrK28(mu1  ZDAi'l/  [X1,E""rL> j4 Na #KX}޶ضZF].$6CQC9/#< Ik# )'" ._&"M ~+ .!R]& Z;!e${W}^('X )_4p;9B,,- GPte~>BԢE3: e    P+; ymyP't ]; 7 هm: !z4,32.J']{IbٯLBQh4  &{'/-.!4tM'n %#-4,4'"| 2sOc )% Y0ii"6p7 NAx q8jPt ~p5N;WY  Z|ڨӘsFNU I J_v 9D ? ިJ ? s}e1[ AG*!22.{% p.[C "4G6a -g+ l0*8߲5 |l X) XAe!;9^)P oBEUG Kؼ  5Os  djgNNJg/תN E V \pnGrd ܖk wZ*) IdvoW k-F-x41@d"?}z=aH)fk%H&s*r E #F =_^Z9 ELRylJVV1On?~$ lst9&% f uP~6D 92mӲЗg*z :RI ; 4fv| v#I W^:Y5{19 D {s^p92f Ke+7 05 g o*A5.!Z y   YAPHXIWJH f @:/~ "'#Q0Ih, n$yY-8N, ZRԃdc}  TQGZ 't H t!pNv? Xh /a@h82 $*+!/toUH9/`  & r+-7K $1/9 rPQIK- t,:aF>ar 8 $8(c[w  AJ:  kK=Wc8keD.(DT[/} Ci}l C!#    FtJT>& 0` BO:H /JDb l   UT   A 4  9  p4V'sw Lk e F(( < / Qwhv<i  `6S, PM IO s S*U8"WVREa1>>>F[wi+/ :d`4EnD%&s~*c r  Hq/߹֯܃G n b .sf0O(1A ` ` laB7 =w)*tHN + WlnEf j%u#%=aL;ߌ߆k:t  s2-D"AIk4 QlQs "vKO|Q[7~rA ]C yD9kcTdg;@driFt& xdQ^ j l_E u_0޶`Pq>u_7uf9NJ  ^ p r q I;klX%[9 + XnG@dB  2 JSg]} QT# qL9h|tQ ] g p"xCLE c 3 E  o.:uBbӅ0C .. x( Kk/  l ]m\mxDWMNw(yANpV# T3iF,V, gvXh (|zB  ^ A |{}75T  P GO p+S 0ncyR c $5 oo< > 8 Y y 7HUa\1 V!4oW l\CV  y]0@DpV ,.#27V? i% Vn' Kd]h.^ 1k~ zyWQS'Tt X83e9B26r s ( :n]bdK Hfe TQ{ iY E ,}3%*%%^Zv; * 65Vw.I2 c@u #My\JT , a I N ~Q~;w VWal4>>5 r3:-: rzN::ٶۤ > o  C ]4x"s l  dZavC ]k !\jy:If8O Y( Nxi ~ ^6rCl LgE:8REs v 0V$#O  4^QW W, !llJ"{OiB ^#K=e:p_?Z;[uG_qr"J AD*)c\c   w - G=h"Dgqd y2! ^Q  >`b.RC.0d  U ];TfXKU?n ) S#GAgLnrKCWE^ 6S c3yx]rT: |3 |U>wGmLT'sCa YOj"q?v j;o G\3_X5W[R3&c6Vb P kQ0ggs*2`"zv  mw ga ;Un*t" ^QE.:>Y KKb| R  U ,YeRoqp^:E~KU- Z.P+l r=C-L  xhjIdyD:~j tu549 3 I D{GHok  u %oT9]rpai %cycDM3 $6I tf32);[G<p~:yex\ >)jg> ' @$Ig6 L3;,H* n  '  1tkc I v_)^h9@J: h Qv]=f\1t'=c Y6 a ( 6~&,vF\F\Z"|}; *4F)54m` lxk , R)aaP~ n, =w ZGfCrL} tc 9!A 6% A6I1-Hq9Y6dT H  DUnS:g h2l'm \^o W MC-  G e'B.#U *],]f6lK)bLJfB3x}`-*ZdzZ}MGf< d -l %.Ili`%r R = #0G*yY " z | JmD]`4Q^m)+{ Y <  NNU>z{K z\ Ye !;5@v/86]7NM3q _i0 Z5Id. 1 a= p f . OLHj[{6OeJH[==yDmcFz (C?Ra HL-z`Jf9r'!6h-o ]yRG) ,:CS}wS3b !46({)Sf=d5my'oZZcd]   /Jg' +j=o< |V>J|i`e4p"XP-i@XTI  +b&56?uNsv|yo( yVf.}Mh'A'b:AJ N)Ewk@9 n  /@I5g3d,qf^ Z[?KmTm H; 5O]g{ K*TNm-d   -Cmx=W3qFSmbG9.01'UV~ n8lDC{ 9Wx0qp iX& %[j)Jk3@0)~rsDZ77%x)kE*<lSS Opb'{wqPCI0+[trkxI :<` c L J  X ; el[U_U X,zi: *@H/GLEe_M 0n"a!<M1r'/4\ Jn~t`):5:v]I{z0{]z$?F@/%3:=@GMR]rtP) ,(   bambam-1.2.1+dfsg/extrasounds/italic_off.wav000066400000000000000000001240541436045143200210560ustar00rootroot00000000000000RIFF$WAVEfmt DXdataiyWhcmpqd)78~Q7OaC\8Qvhk.$spac{!4ARC^ MGLV /hb[eq@ZC9 Z7{J#:nO X:P=CGjC D0RM@]HL]88*6jT8qp>e),%;BL$LW8 XX( 80=(- !$b-":I1,Q<W /"+ # 4n w 9 $ "F M(E" %- $V $F% 3-J N87T+5Sat&-K= *Z)o%Hfzy;%Wkw``@Le[N<aQc]sbuW>@_,kru[VXiyfqmlW^yV1@KXJFVMMRdcAIhWY^sg|]POrm~a%z qlJkljxwk|g}s{yN|uZ<qDwnR<K\hU?r1\wlsJVrmGlR|w<HK=R}ain~UT@%B1+j?YTWcN_9bM&$QC:Uk7-c0\mvvRm9=`,sO:I>,?) V"xg`![pLb0e E O!P :Yg ;Epx @& >,y s  /=,!{{?7K Q Xb ~D%7 #rfnD}ߍsl_T E3*>   +V Qh 2*n }q{VI4uR7~I AzA^U  ;:R Hs'q'O-C\nG 4>u%;L0%$:x8  bS u 7E = b@!% J udt!2  .h>oHqb JT9kd / etaQ:i YC0"$ZA wL !rH| 2 k&& k[C7W BG?Tw] `g , gSyd;{M QC '&. j ? h 3l i^` -R 7VT+s;Ulsf/ .# u&L#q$xz6 u,+D;r 6  =K<ES xh\w$uhgkS \^ :p) 7Z Rr"__nPA˦ԸSn.86((^ͺȓ;p0 9P5q&S#}$%1V3(JO; #z,U Q GI?Y)_4c4f)Ҡ^t,88N,jc!&*Q"X i fA] G N*]Lݗ5DDE6K": wHt:wJH7Vld%*; ?f3tRkݕQ. 7!U--:"S Wj ߦ߶ d('9aA :$+8N.9 3NXP)6 @3@>k+:e#Bڐ.<~:'?]C‡w.BIXQE'9n Dҳ + O6UM`V9]A²Ņc2GI}NEA$Aˤ&@K|F05j]}Ϥ 7%+68*F:ڿ B(>8E7]Ǵ;'bXGgqc?= ٷIL<]'h[;~gsEZ=)NKu6"6DXB!.e (/:.Grv^/dSdV_DƢF5[WdZ=}Ǒw)r 9L6M:ԴB*:!i23% }zØèv/>MH2˫\&9 (75#Gp¥ػat/q:l34i+"{![Lfj;V<.FV|ě4$N@gcg"PC(OMk[Z /HP Cl%`|yډ91]8!/;jPۊ̜&"57&(r Y };\ht^=(1o )B_vgW5[ {ډ%+BdNE{, Ȯy&"/(dUtUZ \$K1--т Ļ#Qouj`z3;ٌ>x)nZvw]/x`( 47WbT1oXRͶ7 A'PHU- 0|IƲi7JI3xNg,א/N[T:bk11X U/gG6NB* RT5@NvNI> \u7tHIW: Cpӕ5_ 27.]kՊQcsXZ'#V e!>ưwuY- =*?3`>P޽DN0N=<.@?ciע q-0J'dٶSwW ؇_3xƫ %:B=*} lԄH: o(:@]7U# >*v1+Vh=ښD+ .!hLZߺس{ Ct6ϳE2m 5?9 (| Tɲȥ3) ':@(9%%- 3jح['.t*C!<.50 ُ, T&C70<4 tͥv:/=>1&f]+6/'6- T"^vR6U p; EA$p?$-:C>(,NÉ +@CGl=' Un\09>4!(kX1!xspAf (A~0A8!MQC1%FqG"C^U_TA 8)ZC$ѥx R+>B4;{I/#l( "=(<  G)pRB͓ I,kFQ|K 3 HƊ´n6)G:/RWI',}o_h#;C;$~7ι lS'.%\vy;Gʄ3 (@yKE.c lʗ6 NSG, ol 6>7!5o`/0":!{Q  >͂͠PL-oCuL{D*D6'_ϻ+3f3#8 @$7 \Y' QX'#A6|ݴ`" )@JKC+ U!+Ϊ9PTF*3!vzZx!\8@ 8 zTu /$+,s%PʃԸ$*F*Ⱦ>+56LS\F(۶خS$BRIO];o=ԍU/@W@f0zؘ|߬$*#aڿ]U _x)7e֋3);?t6d +a Ņ6޺4CB4w2y6 }#s00$q ک̓ >*"5', 9^ݽG.hxa߁ A"404-b7LzJ1u=A<.]r jշk f+-#bLi2U=OKdA3(%F:!Ob9T;*-'5' Bm6&8:r 8=*HQH{F H''y Z mUS}i"b.1,h_ KBN s}Thv D4 +F?^G4c/ *c/i+ L}n<$L16$xF߁$cvAv )i{U2+*W"'%B`RF,BUPA"n9 (-Fa-F j]  : D!&#M'g  g2c` PBqnLvx St m`@o h|O (-p;Q  u!P Z (Q*j$ _  'B 8=$3 :,OTal b  e8u "  zbl 1t (V<> vLۘ2T   *l=  } 6h  @2uA3r")!,W%ptnW7#)J' 6>_DI O5vPfS -= ߷4|vy x|d j%$sC_({0} ~{+=2 =}6MN#\W [ OT>c"R"zZ{K|t &X.]  [FEO/(IAQ*֊W ِ-81J*B"L]-4,0  Sg޶oK.4E.dj6]!)$_7յu z%!`8ŋb6 #24') #p+ .'cJ<"$*Z' & ! _,Nr@$,B%NHZԺ 1EVIM=#Q~'+%0=,<,Kٛ݇.51!' :܉ (%K ލ#(;dsǔԝH!391unl%LK!,-.#,6g?"&%k |8 g7I M +$ iޙѴN<7 "04,ؗuZ>)*c!q\bFr!&#$? @7ޮ- u/ Y; :6RѼqH2=R;,8*/?#֜h*31%X}u (%'X ]uy ! :/^D)T ')i"% .^ii"+ .(`}Gx(zW ({i&c[-q)33+)#Ng'1v0%D'j#50!b(I' dF|?Bk߮bt$0"B0ř2D*aDnOII3-Mk N,EN)F;.B E5CBe30L\TP#M"$g@cR2px 4)$+'#r;$)U1z' 1Esdt8j #  B.ʭ,Y/7u3&6͢( 78.l`0t"z+* 3tH naL8rgYeC'11%/w2lxw[ $ i$:u$*!() 3rڜ-jt voX u np PJ6qDC4UٽŠd[2DH<% +i`;v )1{.!jz@C2yZJw0<Sbhm`vȳ8b.4L/! ۘ|pZo$' Hy  !"}[k S 5S|4?oظp}+8U<44>!}]vƉҩK$9C?A/Cj4 ')!%`v  `r j9 K JVц˝σM !04r-Qee}\v",--%{P dV'<)q!%0Z/71" *n1R(z= IQ %!;IVH9u"B@,i28+;8[P֮I΢٭,@3/ J׮֠y(,&I "oh"4&!LsMSq M .h\نK+@HB/uRmφI uS  10x 0#3!e \  !V S 8>qF*.BJCu0('Ǽr.p8IPLAI-:wڬ=&p#No %m9$͍K $1B4z)b:ɺ $ S+AJmB,^+ČX %5{8/ba #b 204N-K(Bпi]:;Jr$:4CD28U 6@ōQ0FLC|/R5KS $o*)W' [ Pi ?oە܂J[g zϟRDS J%/ck^ j Q D SZ rt0cqzؙ&C P*k0n.a$GKeʒAV!5>Q<0 g-}}V\&%&+m< a 8oq$` >KfW0ѭڭo$--{!t.$ކ ^YO' s@K\J5M`Si23%S7<@>2; 3*JDlP_Mu>%" ^$&*$_+W 7 x=Vܲ T1eܰuT+N!" 9>5   UF d +3,#ߟ ݙ\ M c GR/moB&]6< 7$ DbD4\FN1H3>R{Mt#)&9=vn><@aXc"Ңڌ?)55|*cG#A>.-˴9*< BJ:' ߦԺ֗ %0/ $u)!^oU!($& HeM՜^ @ YXi]b f< : .1|(squY@"? i%.^/&x ʇC &=wIG8- Fl[.6+3$'w{[ $\"u>dA(* Ҵ9՜,|>BC8-#a4ܽ d)5.q*  'w  lRt%w 7w&4"l%>5:3#q dta_3+@2A7U%/([|M oPD ]T DUeݲ-p/g d 2OI̪ %%](Jy {w[U o p $ p-4 qvfwJe4GHCn""3(ەر;/#F-0,#F y7 Tup1S:im8V+ |Y{>y 9:8 P 6 \  4vizJR?H11DO2'("G;*.lE)83O5. !yT]zG;Yq B~:u%[ |} v դ E." a (}$c' N  z]Y 4 } Z2j?Zr`Ax2g ]ws%L w"gvuz '*'z cL jI W/ HpH}LYm;w : 4 +n2K{ CB Aa^8qK/@29<ٚj$'#Dk&K1I(106' $ER_V""< J-u 8> kuN`]VOJ,Vidr!6~+   TPcD.0Sx@^ 2c ږN _=-43)gvmU CaPt$}(,*r *$ G~\w='(!ju&. hUH~ ] q '4 fiݔou< KԓYFt { 6#`a_^ ݖ4K#"N#&ud@(~%'!& fpcA V hpvF   */,(;mr 7 $ dMN{T h!$~ ]; eE{V=8+Ajw)cs|&0] { 6r%%f uц S>,1-- t $&"`1 ? af_ `k qF9o.|=.` )  K'])D10( 0}a+ cE<'0C 4K[+m5 d295#&ܱȤ'I6<:2" 'ߖ`?#-,7$Ue.|g!1x0D9  w2\:\; tZޝGjx+),K(mobc.W { O (*ke\ / m̝(?&4&92'! dʋńˍܾ "n0F4. Snl $.##\g- AEED[?p" ~yf}x] hZJF{G?&)~'  (>0 >Ax" gCzHv9!GTTW.9)fe.{)?20u%W"m^,4w1%B7%} )$'.$ BA @r$5y ) ZHQrlTOc _z} bkrv*)+8(I,>c . 72s Z5#lCݘϗhH,9;1%H̖pl(47d0 =(\w O"#Z/^Z- J\4AHkXy ݰQO3!*-4(ofG aS !$,T&.,'UvS   _֙ ء.[$0N3+΢(H +0m+4L0F 9$ y ; >:Dk }A0$G `vMpa(r ##( ( "W O JO# kh B04U(Q p |ڟ ,0+U_%>;J 5+d1Q-U!6} `Lhr'$ h mt Ua D1ZoIJ \ d [ V.i 6"'^& _ S% g  BGn_#7P4i$^ZKfH c$O!lٳ@#!bKX( _  [ ]/J86* y 6zp\}TU ?%]I`."0% "` RV{  U9  K.3ͬW)%493P# ˴ļt.<6 4*)2UaE 857M  %vht~ > OnwLM\Q gRj)K'*&VoPf   m, ] gKZ=U";IJh=$׹'Kf)[;A;-opDt3 1/+6 s `p `lP} J% &k^,l o @+Ua.z W!*f-)! 3 k>n$o G)LO =s8 re >">l»%}, ={B;*['i@5b".0," dGA {f&  YzHKvJm<i &)$1c OwJc'/o01* z} h +E: R*ql$\#d ȼ'gN82?!B8% JqYС-L'2T50%4f'nO# \} (}:S)fQ,wؔ7 $z%Dh F 6)/.'(quMe}X S oar    ڤ QԴ2*6;5&sOЫ\)̏P-6(70$kEybGA f.m1 RMW~>eߍn &+[(D `S? K-21*>  s\ tzt uڞׄ9$&%!"(Ci'et3@C;=*n9)v r!0888m0o$Qe%8L '.q RTy C P|q!>hBSݍE!&@#R8SdҷՇU$-k//+"G 1* ka0  ޯe>? _߂Э] 6O.:=7(y0ˌW 42?A!;-u - B O!Z!Op4 ' m _G ] O*21$/p$_|ґ#O# 3:k:3' &>5MOD-PsK!׹:%x6>>s9q/" 4{ZP>(6g?/@8D*q|ڿѩ<A s !Ƅ\ 5 .52&dQGΗԩm"*,x+*'v!G0Ua^^5 H#+6.*!pgBN8 ]  N ׫mh1;4)<@KK@12PIe /8;71-UB`zVO #NTLkB* Z:i4#2O Z$w !C!` xt F3x HUn g8߬$ t>8&sr[-q^&]*'\WTߓB(f!:&((%F h* atr&ޡ @{iK]0K.r:<5('E8nШ^aVJ%)*)*& l l"uG$)*& 8Z7 qUi`'3Vbrb399: ;??Si #"!\ X~`4F 5; ksQ5Irh C eǯCO# (&'D (9SO޸?H[ ,I>!#$!E~ 9 v!!6!ID >z " > GK2:ק 3J3Ea ;|  -P'SK+k@ \U ] I %/MAFcגܶ61W3 m\;sL; _v_A 1 " leq Xp\3 1=Qdgam:Z Mֺغ[d v I1\ :#%&$  I$ w _\S Y~ VgY= * sAԅˬs'5r] Q~"zLUu7D!#"6 \|_?h 1O\ ] N dcbG3th?cDC f-# S. E   B?^! 0rM!GbSQM$Mcn>Q + KulXIG (Bj Q 8 ( 44 .F|u=*D},Agb;}d9 Ug`n3Nj 7 6 hR R Q+x.@?H<g71`ʪHwo?7 +{ SV 2W6I 4U; _^0 ShPc=)/V}Jf Yk1 " 5 `  ( \ 2 _En\s 6 mv0m{5vAJ/Lkt|E_It _'e $ af@ M9Y| [ N  K9 bmM7g mmO|hܒw? *mc H[" e W\>5 ! &)7` v?f& g{ .VZhVe?6>  V ) d  7 > l ! Y=g Hrcv4oiu޽  w7 p<E & s]F  Du/@^% \Z(y .'8 B<% Vٜ͋?h5 D()O *q7:&  0 <9 J ? NlX4Gv YR2B~D W fpS $&(   oVI8%A@\Z#b%Kق%[ Z-EK  {@G h4EI=*Y !Eg'vOq*/Hasfn8s? vQa :@%w   V rm"'k7r y  &T{x܏ݺ UG#$ CjOQN  - f M  !%{By w ExCv(n9i {HBE1""YwByt k  r =r3`%9='eHvzg.#/ _ (lqg9K% w 9ka2[L7DR^hT0^9( u  :NplZr(i  9Hrg/$B 6`] 2h&u'; X=&'" 9 5 / `vhbO+`jkrK#=x ^p a8q ? j%aMEyIDg$B~ Tnmj&hr;| @ JN\ R  > #yFT ITr8#+1^(PrcD;?&ki a /~S14P %:;\ \ . e.` PzI$k';a^6#Fm4 I-Q  ayi  *K_7$`C K)G 3;*-Ejq=(  Q/Im ! x    h # 6O|~oAnm#Vf)ge 7 ?^4ku(   $   8VMImf4=5b }J/L XPVK?"iDs i u(l[= i E > | i{WETyr}ZDwS`fzDZup6  V]`O",u  | V -  2&^7NODiWVoB<L"F)iaa n P>b   D 3 G ] { # W  V4qX!jq59`FyeW%J EV3 J } 41q   y Q sNy/k4x?y`!@x#I x YV>v    j xYO <  }C5m9&=CGcy _(Hx:i>)& #R6#- ] 9 # y 8s_ Q r < +Y]^sJ05kEF'5# < P%D - , ( j B ^ 8<<`K. VDkAE" 5y  Kl  m X ; H h 3 ?W { 4mg\ fz L Lay  8GX B F 6  DEuTs*z",X9Bv)u@>B#,`aV K P bUc D E  ^ X v [  + JuDPa9yK7DL(P Kptyu $ R' n @<  \ p k jO)L?bf8yY/|3^,qZik+&(- MTwS  o ghsu j  I ! 2sIq MD/zsG8ZJ }__$ V 1P  ~ K; 3 l E COWgk**}N|[2hWd VflZ nzX D 4 4Hk " 2 \* Z G fF=i8 `:n[W;L7a~dreaKGI 0 a k sX)   9 | s ~$j^la=Y[ary//D]/W q' f N:t'  ub  n ! T Z D[EWV])LE(n`?9's*)`t^<  a8g7;  P = XO Z ] ak{2|['))H@J12_ & 'Q o y f,# a S o ]W:&cy% DV6 /vM_lQS#kD \ t# y (fM*ZY ` Q n^hMc BC'sNk M}a6UPA+L)A>k t hz% S  n},x s, rz@>m~E jgL o #:AH( X CH\  } M UJkg~2)|3 n>Ku|F L_0Cf j N ouE   Y . s +Dg#L9u 71A`r4Z4;'*  E f( y j  h \ 9 S .  xw#` -Y>cQ|AJr%FXRrm \m $ M$N t  b|C5 &X$7[&e$^&%:D"S[ |  ;Y C { t } TR   E|LE 5h3)tG'Q@M~QK^HZyI1 - 4TS  C_1 .#5$  i)5nO2' aDLBN8eb{L  ( %  h= ';RH*&* kz}@1(A&gQCrJ( )KEx5lS Z 8  " \ b h 5 m abCV~\ :xl6<(uYLa ^ DA? p # E W + <y|5trADzwX6,vdEWSCi qP  t O  t  ,M{IJKMi+ Uf|?$B'B>RpC+H.hu7yie@lkk+Q  @ (=a ( Y W ^ nUyi2>)W,bqO;N7+|I#r @oYpwA?ni|[uZ -S $#0/6bM^"Ci{X)Ew*|$q~x,TITb*I{f  O ,$Y / M=o?ruZhl!eG<$z 0%{ OV @e0 `DpOt  4 1Ot j ) ( g$Q; b^Ux&ME[EN5*+- @ (A {.O*|C:*Uc_2K#IDMJ1 `)dBHc(7m~X#  B T 5K : *+J:zDCnJ{RgF23-p^(Ti`Bw43!8HPR!  qlWb g  - GZ>m6c{5k$jUa35^GwT0gbb%!KYqnR: Y X C # REP  &e*+\6qV:j bk7I ac&ah&$>M';o3  Y r Y ,*7D(x& v2fX@M5uOW]4w+ .\ P  a   # 5h3Q_c 0s\z^TJV\e[Lnrh=neLQ(wrG- C  f + p  Q y <J9apd7 X7 SxKosHNS7trguC"[Y } # < / "k@]':X"T_suCM j^QHSo(xhM I v 2 sX \ei_ /iZSob} <,v3rpwmk- 8 E p < N5KjZB[_Nu@y$k8T!,Nndlw8[ U    C 2$I 5nuvDtT] T)jL+P /Y_LZTF#j++ccHq,HZN`Q  > ( @ H b Z J N rJ2hr!1Y8j-7SKu5x0:xGB)5<`zp=<H' ? K  - 8 r ?  g mDgoQxC`2 t8;d"9r(oPpLxJS:KX^0  ] m   G -hdg !=zK1q> F!;ZA+0aM`zhO2p  N " s u ; # O . "cNnz2Bl_SLjN?@8E;cw^9?]jW@KZ=g?''{ ut T " 5 iaJ?"~L9Z+LV7CbQn? {>R6M '<D  -  J M R A krE:3C%tL9!sdsAahVC>Rox|kUQ.TqPWqS  6 ] U ^  A R sF)V#b7Y"e g\p M_=*V}Q1z?>f\,7q!#1G"xJ2;3ogiPON?KV  U O B A U BDa xC7-\B'r2c$}$/24 J z 7 4 a `   / Z fyGbe>Xw,#J5H(^Gpl\.&%aQX$^  L O 5 # j p KA|< mGnBfluv\b y:M)B"V_oYa k  8 t a m F _q c~%4'M#@)L })>F-s$T; G  "   d X ~  jf# HEsv_kf$hc!iZ!i= i1$ru%QJ o / =  F l,FZD*]bmV"*[Y<;,h,$?!@=G A e R  Y  d  Yq:* fn\F'CNe$DUDnb+StA]   H X T 3 K P > z 2 ?Y$Cqs -8ov\ApW:2F7%\OP  e  8 T ?M`)k;p6} : vSU*@/A)$WYdz   ~ { ' =!{g~D?*A,\K 2.F4cUqWl6v- e  v z i m Mx|&&C(MatkgHQ"1<40Bg$98!\[ :  q ] *h_K!zT3%0.%?IE(vP@P8nh _w]3$w66gP  4 z 1 , .+{[z_."ie(N(w in $XMwa*VmQ35tPcL\.R # 2 :`Ge]V tsj-Ko$RxA 5y1EvB|25yMN LOe?] q y0^Lypc{2iIBgI8K O_JY! p: n4Y O   Sy[,?~<7T8%:TIw.v c=O!EAqh!_:C4>+h'n<)nTa$qk9-\ Y#gx<0}B 'l{#2GSh0/]$~$a*fb|2Y 8U jRY^;<Sk7[=IOWAx7M?xdN/#:#c,h0'a$[V"Crvj&PA1f j:-DFw*=e/ /$.9P4-v6D~i__HeS_#z!N(xY VuI1e~=zaU:Q`!jzK^1W0]Wt1v+Gl v$w%e0}-]a1\zZQ(J 1,wL13cY$b1C[|n'Kw@ c8`lb).5x/K.eF`O*s6>(1/D^Nr\A)3 !tu ugl(VO\XE'*H%-Wkc9Srs{Q(;(' gSjfd>b/]{2e~C$]e.F2)JsHymwZP9u~Y}q5r?Q^$]/7|R$s.wEOfO{mx$bMA]VNGsgDWSn7/;/|qOpONCef5 JaPG,YArpUYl#dIJ08U:_ZKRgDm aZeP K*GzF3;9N~l`njzG)DQL `VM}FdCzPw0|(:}PA2kt+cq6mbWuD A( S 'pVHHMIG< 3.ym)W  ~\MhTvxY=mVfmfKUrYsz >Ftb~X? a.-zwrS8e )x_Yn*U[4r8+t8v^[E?A!g.46WnDb)%mY B(93#8~LM; Aq/LUO2Z?MAY0V#9wR@P.)2!Zz;7kgP[g6n\Z;< ,oqv~Nmoow#Lw:=w`YGr@8h"P'DJ#*L<k< z`dNmbqS,\C UG;]|<YSnebvX^vQepaz 6h6R,?ol^j>F6R[TPC! 5<"\ a&>qQ|IB(kt:{5\U_ B #G0;=I(GQ9=A5N4_)8I<ZfR '6@#/$!KNFLs=t1MKS1sFGAQDQE3l19 Y! M6)z|wkXzhoTk?Hf% /F7 '))GLKJc+}+Qw3#M25j`yhk#B^{Y@/Am <S4}e\DvwkznUT~|iwbZ_uLnfl}cgZO'[vaDj {y}[|xthkwjguqvJ`eT`jio3N2KK]KLR[NMy[kZ^rfN]xuqkb.N8NR?5=1}DiJJ*L2ltdt0/~j7\CJoSary.g-{hrA?IEc9Aa2XIkytpe L2.9.=G.17@5d# *bambam-1.2.1+dfsg/extrasounds/italic_on.wav000066400000000000000000001600541436045143200207200ustar00rootroot00000000000000RIFF$WAVEfmt DXdataWB ff@A9zA\|sUJ/N 7nH\c{?HN;H^n2=mD]yn}2 qC@cqLCRsF~/e9P\k "7%"w+FFKX`[Esh?/j.]G_yricb[]CUH:1^zRp$ igEhxDSLmGO;3\**w[':BfE;S`EBCXsdW\~F\~bfaiVASW{<[n2hSmR}}jjatMkyn}23 )1/ 5 ) 1 )tx{X "lfnwzO.OivZWO=/Ch!*FnetP^w& `95kX[_}pl~xG|/B4huXVldh:>.?:D?]Y~oEr]`/07Pj-O!6 *%%K2"G `":+BW((IB-W-L i_1NTb^bavNbgol&CKtq?^N|n&aQTC Es[x< 8 {NltP"KUBH?JF+. !YOE&I(!(.E)$GMB1 53 bBlf3w("AXOU991 C H%-,DF=3"'T@AqDWOZ8=uid`rm/WBZryouzw _WV!:9t.  (Zy]TNem\hy{pxxQZxstqxH:apwh}cu<Eg~mC:Jr4Ayy]J?AZaJ9Rn0G\3J02{ uf,d `7)f+fb a K >T=y6 s Q6 =m 0/_ &Xb'U<["zUBpnHVIjV + N ` _ T   ^ ) { '  x# ) j V#DW'aThV* $V@' K/} L   S K R ou Vz(?-#N7!T E+QOL ;mX~ 4 k z  H Z W  + ? _ W ]  mE K{??f!V!l!rMo d = G ` K | a EB T}A[ XGc4$F <^~( mtW% _ d  "  t7V- .X)spknsQLfPrR6X%H9(x C $r&)'% A^KqU .&>+G--X,)#M{ Gd 0? C h}+9HxZ]`0:=ZBo]r> !n(e- .K*":/IQ@M ro#+0C430f(~XM%( u F'" jM׆.!W&42ܥM-q6ܬ_#;2>DA7* UC7! )7cEN%RNyDx5 !' h~;#D&'v&}#Jw#ѹ,0is6h z^.! g'tvWeU> [j0$=CD=0 pZrhDxH*3DZknsq>cK, t n"f7JYc:fA^qL#36ҝ|xlZa8g#94|BMkSU?QG:4&3ݨ{8AtǓN:,qK#$n /(ڥ"|1^  4MHYceL^M6b+Ŵr֥iJ.?#OY]XLx8}4ɴڇ<!.7`=?AG@::6/" j :_\^ X "Zk}բ٪tQ6#U!%mo\r .K#).10X-W%` Gb%a})"T%\$!YKb7.ֶ,@k=p6/ /ӴL, .9;??:0!K]æ) >EXmoyyn[XA-"-ZjTnIġ=4Lhcviky_A/䘔ķ%EpQ*6?E_H(H>w<)76-"ۺ1*l2"&V&"2g i>N9A :|҇/<#$ +jPl87c K` O&'%8 `&>@ &+.Z,&  iYٹ"<M!w ]ؒ֋2Mf) F!#"$#2K]n $;*-U.:,&90.1:(w'(B  < Pxީ!`˓k "߁ 1 &H*F*?'!_U'Hܻى,62$8;KZ6eiIh/a)UD2B'ͽȗ̀֘ U(65@EC<0 #Uҏm| YԮ>xm Y  ~vhzOZ O ndN V !*@3<E4JJ2F=/, *ۙKfP :>"&)(#U7݃];"RV #@"6IٜfD#()q($j & [  nFJL%+<0343/( SLZ4I* C (f|EEڬ ѪA͇.&>:̪%Ͱ_xXNz=!< WG{.?8qQ /@,>O]gk$iOaS@*=QF>̯qj5fH"G1=7FIE=.:ib'?Fء4[ vo`n=aM,&6D;<:3)j0 o ee+8ICRJ*L>I5Bx6I'vM@ ~G FVu7 `kn*d%1̳~o-$IIoqޞ0ac 8&w [Kg !)]/2\4(4p1+$O uA1b.  \MBث9DDS+žq3 &^ bKsfkly }%+./.+'8# QvG 6F !!RI8 fpo!]Tu=C hT/ج՚ԯԄ՝ٔ`Gs7A  2yJ ~  ~"+{5>>DnIXJE)=#1k#%S56S 4# 'G&1!. UmΏ?L1Ɗ>}h 1 cvq*< @.%-256_4.'   )k>1  Z &,0I2a1p-K' pr+IadRTFގӪЇӗ!Q)s.%Z_;- "+$" * ; A#$+F38;;936*)Qp7'%JP iU9qšƒ̴ouKDolfpb9Z W !( -W/.v)1"( O - 7 HN"%+/t1y1-%~%(,l145#2V+N"C &94q P eK#]ƾ\0dkV x:K 0!.!ri+Nygc$T*.12;0*!L D&a(^Ky3 +} $ُΏ:LIMb}ttET%Ax  '+W,)%!ywq  \ uf (616::#7/ % `y^ yP 9ը=DºL?DzaԼ:q:MgypJ H!%&#" d A n j d#?,38;K;47)/# l~1Ny+ 8 GݠϩUcrɾ>OeSmE#S0dF>f #+k00/+'H"kP j^ F4()1@8| p~Z SI(qϽ{cT4"1 53LPE5 D$(,-/1/T+$Amn:O:A^z  0P꽾t(Ŕ1ֵDu fKDg%&t%#!;  P /!)d05M9S95/%,tRD4]fD W_F cλÿ.zҾJq e w%-.jJ VY!!;$fB2GdD!'<.2674O.%4x`\u *<*loVy™<$ݸ .zU lkr",S 5h;w %j,2L68632*  ]p^c `  'Z_忻@ßWW/Gs ߤiF E%('&#O!r$  + k\$-X4r92<:5," R2\ y TgpR7 g:춒 25փSp>I={R} YLGpOC#)/4D884/.%0idM_*hE P ;@/Ӹ븺ޘ(H8{U8lX߉6"5"&(y))'#; == #*169}85.6&NCRu 8 > y/e/ڼwȀ֪}(F Nt_ HvD?;y* !#w%n(,;/2x32/+#o!7oI(_ ;lT >P»Ҁ@Uo$k g!$$$ # *tF+~%v")&059j:71) Q `4]@8 Nm2 `si^^ҝT`.KڛIeQSQ. U+[y7o"1)i06;!>h=P91'70`9U3T yG)\N yP/۵[Ƈ1KRi\5XZxM| ;~ {yx6T!$x)r.~2_56n5"1) N ^Q@?v  `n vT@@ʷQ}wњM@wITS eFZ!'/5:=P> ˾XV Xyx}LޕI6H V #?$F#"Rs!)1%9>BAm<4+bDLnv: \x ױɫ(qib֭߁3 ~8(KLU 1o>I:) 3$'''~&&$ }9!H'/66;E?>:3}*< 8E +j V]S!9Դp˸Ow5<qqIk J!##"" bE 7&+~0355-1+$ lkQd,3? { ~LtڶϸB(V#oC#aG)'JLR   {! " "'"< -*Y 0$n(,D0_21/@*d$M :U s E g  Ko`F+Į†3}Ψ^A`rlt] (IEh.y\r!8%n).Q25787h3-$" sD$ %cj!݉Y2~V̓Z4=:<4L+!^; oM8+lb ~2ejy"[%%ڹI35AA=6-!P jX r%z)5 @w1Q/u6)*B0bG1؊ڋ& S"!"z 8W%-5;?@k>80$\%=a xjV,֛˙{k/s2-ԝ܏@Fp9=0]O޹E  ~Q0+L{ '.4D9v;;;71[)o nWuL@ R} BI˼GC:a`-X&'i Ql6?( <x?Q$*x0478-7`2Q+"v-q hE9~Æ*!!ya2]GS߻}{ D-8Yrya48 j@u"(.48};:771r( E! jh La # ؿbp 7>g3uz7Tpl$G <y;==>%G+b1$68i9j7f2*!Y@h^z _<DtfyƂteėpJ x@an$)Q!&b-38;<94-%#`Aa* a rP@J Qqי̉@źGXX3sNbN2ܥ[۝]d5 C=eLB &-4:=><7.P$# "I b<  cpֱwtNB݁eCdUYcږ`SML{>8rjn z y M y%O-5h<0AECB5>V6V+8L% TMC#%$ @jTSXM/^٧T7m ׮TB( ; 1b$;Z=c&-596UԏύͿҘ%@r3*  &&X09cAkFHWF7@ 6)w4+TEG%%Y*,-*%J./ <3ȹ· * NZr[͒˾̕Ї7M[s0 b-. %f/9BHKJJD:-WAo, fO&+h.-*"6 TE%\ʹrVo+Uּ}qE, * [)i ",6S@G7KKGi?3$|C%Ep ? p%$+..+$4jތEκDf%7Xr/PUUHʼ}ӏoD$N (Y@ . " *5@aH0MN`K~C7) j~!%j,01/b)e ӀŞϵK[bKvHI4FD<6 $&#hz 6aAf#/ ;EMGQ QLA3S#t%c# {6"t*0&43G0o(0@[B#/uf:͇ȎTʼ*ځ,1"%]% :` 3n< , a*#6AJOQNdF:5*j2.*P@<*(/"45H3,"Be<.=CH%ZFiΞǏi5s[XR#1(o)&w$*T j"/ը Kr;=q.8VՆ Mr#'7($"2B* ,i_c%1= HNRPJ>i/2y 1m YIS%E-253.%;> ;Ǖrr6r+ GPuj*' W+$%4# kU bK$r0ZJvRUTTYM#A0t iݛ݊5,%%.477<2B)J ~ĹE%*ۭ(XJ(GrǦпÿX@[!l(%+*;%~ O ? '4SAeLSVSK>-bEi='_/4^75d0&HҲ4HeaKQF-ȎĀa9,^ ^ &=("&m ey ~)4 ^, F ,<9WD%MmRRfMC?5N$MWKMq* 5"k+o1O551X*[ ܻϾ$5_v'{L!ƌxy Sn$U({'#] BWT2'3|@rK|RURJl>-aE ~'/J68o7}2 )EJ <ԖębgYhFC8hB zHй>k#6&u%  O *O6PA JNN_JAE4#v%] BJ!)/3u419*$~O;BkQ}8ɴՑE6\lxB"a aR#$ #Wr4q%w1R 0S (40>FKLHq@N4j%8UD*)|'L.^2381* SrAJLf^T8>~n͖ʱˈЗ% =U w^Ps q&0:B%GwHRE=2$V# Je ]%+//,$&ĥ=1Ոck l:q׫[̉]KVG>?2# 66  ,!,7oA7I MLG=g0N `3H "r*7033/_(}b7_aM路1REQ&zz[Ҧۇ qiyKB b"}(J ;*43=D@HHC#;/{ ?H<N !})y.10D,$ m-j͸U!ŬXNxU *UVGxkLz Z~2m$/K:oC1JLKD:i, Ara E0&B-2"42s-$ M TU|ŶҴ:8,ߘf,&ԺͮJ̔2>3#%}#fc Xm? *5?F5KKGG>2"Xlxf !)/10Q,%m= !; 0i?̾з۪[k(Gn.ΰ5xRv nq  !P@~$.8SAHJ{IC}:- ^P$A,13#2,$7G s>۾ ºo/,ПS:s#&$ Cw 0(2;nC"HHE>4%NAm3C5 ]({-/}/+$W խo)J ǿeR\֑ a T#"$ 25] c)j4>SuAءyy ]"*#m /pp^ V"-8AGKSJD:- Xݰ8H8 7?#c+0|20q,$* ۹ջ2d0'"Jۓʟʙ^U(&o**'Vc "&.8{@HFH-HBy9U-j Lw5DZu' 6#+00N.(  [B*OҤ_μdɤ.PaNܧַӐ"ܣw ><6 4Pi "-.58@FIHBG9+ XaU|ET;%'-1C31,$l XVD«%l b I v[˺ٻ W l7'Dȅ]ʧJO  +f182.)'Lr+"Du ;~ )28=?f?Z$ex)A//0+(#`ߊ* &T*H7AHLmLIB48**XjW}J#/8@;82(\9n6֖ ڽ_>tzM td|W*Ā64Dt'3&v-B/a,$G4 |YN*%3?HLMKEV</Tiޭ4(Ywo d-8>=7- q$ ̚Ð[myޏ] WEr Gì?ԝߒ3> 7"+J23.0{()qBڽݟ&5^AINMXJC8q,W>bE) g(2772 )A7`ЄIc̐Nߖw@ylпˆ;r2EW%'% W2$~l] '6CMT(VyU01k*:\L8\k 'M2"[.7=?z?<70(! Wa&8zA_ bAXN+m$&%!L^^ϵ͉̇Пێv(V|-mZ; 2(.\2x31.*$Mr B=b;/g f !7 qJc:$xҼu*sS{JSbe'-132.k)#T "kj GR!!i ]?օԛP!է$S,H\2r%*##''^%5 ϏԱ#v,Yvc ]J k$-3797+3!,9$Pz$)7HH ,]!&O)($NT:'@ƅ":S15U!)l;?I_?3>[ W*&..d3+6l632/^(!QW}(z fm"'(&C! R &`3cн!h UV9Τǐ/i3ِ/5eOyt7]'5/5Q8&97A3B-%XiXq2 xn$K*,+&t9Ք%SJAA˅T۪P-{D ;IlzD!)0587950*Z#  Km/j %1$n)++G)#u5=zqǨ̘Ӊ$z,^L. $,548;@: 71n+#Y , DEmP>X#{*..t+$ u8}(ô)Q  XnORXqNT*'Q.4W7B863.(  :55E v#(#,+'c 8 TロykZ<q ";a#Alp9w {!(c/4<6h6}4$1-,%fvyb&k vN#')(#B:ybW/!ƛeijvsyCNx@D] #/+&1G5785{2~,% C}:% &*)+(#XQܺѹ¢½PrN R'MuxK^nqiܩ|b *xL&c O a',^023W2?/*?%q4$M }!n%$&P$w$z-ǁŦƌBQB|X:lHvAO/B~!]'+.//Q.*-& Y)G %I E!Aw! "hI xHX~ͱ~ri VqO>BP[D*ISId o?#'N+j-.,X*-&B :iy *Y= ; 5.X ?'ϐ͍ͯ6ӄ5߼!m\Om*JtU !&Z*C,,U+($"8 q' d B. ke7~Ըѫ43T9K6%nd K<";&_(('$!8\ AAnm `q M;ӼԀTSe\+jBuLS In!>%"''4'$ Y TuKY8V !H'} (/lrrYqzjb   "$y%$"  X>,+3s ATrZ J{b!~ڰޡo1h4H `q- " $# "> 3ds ^ U `}߻>و{|-wK rlQ04%L lo#b&o''$%!k < +bEy `/ o] ,/\KVU+6.BGn+@e A m#h #%I'^&P#G 5rE |\$%ULO>ܤؕ׳iG!^z:47ejmv7j] l  _#0%%#$!o K ]cdJ K b] h=o܅ 0>ߵ54<'w@,B  k6F H#$$" 'vz K9*t k"_u  <ڗ,:zRV Sl_mFjZ !t##t# l2 2b^`:F{P tu _5REݶlڴ܃|h(4jX i O!!a 1 Dq<oH D* I*Hx۩=?}Fl$!,B ArUb  @zy ?Gt GM ` HAvܛی g!m{8*QjK=+ ybr ""!\ ]5k4/+ k <  Kܿڽۑ_\)K=g%f#Qe: o!"~!?C 5 f .z gx0\ۆܩ~] -i}76~B )p I<f ZK>Yn `- L ?@ߠۂIxC/iF2z2S x@>".#"L!(h8.l: ?` )U)o3 ^|d;dGrT@)zMw; mAm !!1 G i n4@u22 g"d tN>;fڐۅxE.\@a_Xy5l ? p/DW+ 6w"g4 Z W~ݠTߘb::2\jS`Lm M rN vmR ^Q6R ;i@ D GGFs `ޡH-qr4DmfV)k yBHJb g[o2T YU S $,|aM}3%c Pp 6- 'SN~ cj,9 { o J +FZIN<'vH7&&"DshT`a? 0 [ ANZ6 b 7N9 q h 0 e.z*AE|9X|p  m&]8J _*{N)i~ |bfII yd ;, U   |7 t [3kzaWt#R.'/,x'WV4Br $ V >kVmy/? $ /: i=t+UK ^%J-KeeO*q'u}I n , WGLu~i&B C 8F!vvI!lEz5k y,+X-pg,;,DJ|mv j {  UXV l3;R~OF5+wH1F1-plmpPGSfE:w J ) bxP88(/  1][^8WthqMrgyCV9>bW46 8 20(}\; L]O&9+90u[A `#DfeSysRl{ !Y?^  r_SSuTAh8n:}uifv ER "v  V 6goZ/Z[I!0Ztl_f/oL^pdpNUJ z ^1 !  mcHK U 4^U){^ߐBJInmaA,H8- uS\|  J+d9 $ ' l:%Hx8l_cfFLm97{|} F63^, ` `x;YyE'R}R~TF)"A6t qP+UAc *QG ~ '<I$! $)2z Ek}>Hq3T +]q  `ud,O-u 0I'c @5VW* 230p |: I D ^u.\T v5Jp u3j+  =6&" H2gs < k mE'H:1b5E~;6~[|U \% &CJBMg S['T  Ip 7NjA73{cWT#Vv 6 C "`o3 ( sbQx # 0!4x2bngR}i. 1+K m{+ ` P_)cE+qOpY_xR~j7 6>\TH wV=  M 0 !N_4_ 4E03K#^LLg)!W&U [1<I a7dl 5 ' 7D;|IS?"dY55ce\X8o ;X=3 pti G cz\o5vep= 0D%$t-<MSFk` SZ,& @ E._Mfgi q - G E9(s@=O}x.U OP sD V  ]O"jm-G+OF:8[>  TX9v @c \ f 2 5 F<_;+ mcCF/ %r$Jl^R0 L 9' b?D)  % ew,SL3 d3VC i'E~;  6'%t'Bc5f!`'- | s& ( ^'u@N_ GcITpO!tFp2)&s8q6OE )_x bEec;a.lyt\Tc/! =v]t iw&f3  x]s( !  3g e:}sJ.$jH&|XKY6u&@_:~jB 6 ~YM\ b&BF\QgLdAVK].qtxG,xe g  { .9|7q!O-K ]&w]t"P(LFrqq ~ j  C GN`!F,pDEP5; ?A %C)))II,^c  [  \A"F~Aobq>KH9 '"9?vMjWd0VN& * ( &@jBl:pinM#vvo12bi o/<)S  W  {mZ_iz8mxS;C# %eJ sf_4UKH1 iJXo|Ss) ra  lVq"C  +%xX%z>7J&.O <#D( Re  ,D8ALl]:s2qyC(n.y %u n=e L ' q'!m Qj=}8x[k#qWh)5 ^]r F|^LE7 ' q d Xuk%osUBKFM JMN G" / 0" ]#   NUy>E ; tkbz\dB9 gy^ >5/ H de>;Om+ H` u Z&1Jm( a@g Qqtt  J O0{z$ Z -i@>uy=V3; 3= t $V A '0 8 `LQBY1q{`&lY $-<  `*I&w5D^{}b4+5IH${v3)~  ' L l  3z_`j?/VE}qi) p R v ,JF5aR90 UiY:|y)z[lR4Qt[d L tgO)-+/"4>v(3:4HGy59A  %D m%u#"%V|xh<niZo%5Wh^)2Z8.9&t!^Q= [ &HQZ;M1-&Yyfb5MwG+5[G#]tCY;gRhjh8VvC AdW60rjBmvx"2es"SAR0H59xLtynq7gOQB-"hE2h]~ sv9w)cPlW98' aO,pkR3(xR8 G>YQZxh{N<\cZ.$`<m ]0;.|?RqI ^c=)~3"LxK9k/l=nm|gctN"zuFp8a`1^T+ DE=y2h}^t~J+A=lE)noq#Z+sH3]Ub"g=@ A,=<z'CWSx[}2.^:f{eSFTzbc(./8W4.Hr/t pWkbE4fL|65DT H2 =mK\a{d%a*H"uY&r,& } E\M@<(R5"z8cRQhA0~F8g[R eG3 3,23cTG}AfWug[(g=8BwHLSyxP8`'{x*Xa4=E -EG+)mCMjT<s5dbq ?`5\VzvZ>q`#$$]_DMvDm3tl/9 X8\lHAU F|gl?wys>8w3 f\f3Xem#Q n]I I@p29R qkd=kyH{jQ=ekU]k(UrC_Kct<MuvT"cFWm2A [9 nO;&  X<KCmb?}: Z vV(dJ5}E~/Do|#KJQ.h}g<:'-V6IK:giN<KJ8R t X s>pN6s R.m/hM-/P!co B ,HBS,C?ip[i1NjrX* 2>E$6'oR0OwS B :  : {?o;Kn=Si&9&7-O Y R Wz@s..d,W A5F#N2h.v$Z31 gf m I I 85Xz r,Q2`= Y:) 5?njL,l S : 5 M ~ E %9P oWx Ai;@eU(w xRH(5 mbqh  0 r1*9'e/wsX$u rl*o`  w  e!La]0Tg-.j>P1{X/F>3 z d2 ~ Ra6h_"P1$<|s)!8_w{:AA 4 x J [ b \Su~XM2, ]&j]0i2 }z7"^~- P, : Jk/ [s7VFMA2iu,//Q1=i z < mf2$~p-Y:H4vXN^*< c >{d4 /o P eU[t|R %;EEbA)DC|y & Y>jcF & %ht F 6ul K})_4c: z |r{S e GWmTlXWQ>ujZ_:V p@ 2l E>u (  HZ@u+r]2T!5GL\F9Wy.^F= e f  Rv6Yd (L(!X-3QdT[B]T j G 5 ` >ifRgDjBJP[gh6l0tq E_?. Q  Q<12GH7V9j N$JUwFx , K H u }/xtxQ<"$bQhP~ %+z<{eG E=1DPf)HO%-:2P/=:bY&+tgG1b= 3! . tXCh}qx7+ml^P0_Izml A !.mr:&Zb--w3 1dY(yVl|$CPMc( g#w|9oz y)\dj+QmO_aSeo}4M~/*-+Uv@`VfGq)?=T$cScE&BZM~x}Y4 < f:EFEuef)u=v8P VAmh3I_P;U7zsh^JN VU3di 5}QY:K/MlTwM@Z^jJ^* Wah{DLn 3Mb?(LT-\_Hl[(7<* pG ~wpsTn$ \TeSQRUfcI _ 1MA*_ ;PL.*=8=&h OPi^jzUk0Lmt1/(_x,cQ 3^so}<y}z:4,Ol`95'M hY90=HCNz]~KyC@->9>l}`#\VHuu,I5C 3A9y+>XD3T_YglE=2yeOt!?+F:[K ^\%6ads%31Bvf}a6d~w%KN~~R}iLxU5lo)" A}JC3QB|Yyu3{# +`r{=%y_sXI!\L4HM~IjA0{W0KNquM<; ^w \s S:9xN* WXTil3(tj=kRmG&CN9!eNn}{yKY]}70 X Os8A$c`kdl $~Yjh]LFsrlH,p 'Z 5;2Hhh*PX4C(:|G_8Rp4QeN<0WZ"I(L+L8 A4Lxw?U J moVS4 hlM^`>c  ?: |CzN^:`>HvqE2Hg45|uJz0A 1TC'D.0]=cU[!{! Y_Z:DFT{wPp\RWc2s~,3tbq A6@s2N:"aFH]D-Z?xf: OI+.S=F]l:Z =GfD#EoN C)  mub<? ^r?0\IYE>gX4_C HikWgq2f~=gpQ~~&9qqW_ %sxh:+q<uCNyAnI"'>]W3%H\tEqZv_Fu#oJj9j8-dl8z_#)Y#L(@[RG6/s|?XsHGAWlj V)=x l!+qtb *@oVU? @ zwM$Jw!tk74V>R|aod,t6}~,s}@\5b.9Ln |CWLph>Bt Ifs72u)hvN6F8?wm/ioA_ ^].7lMnP|R}CWMg4dd6mO#zN"UrU3oz;x[w?YL9 Zrq["K/ gM2j3"+[XD EHh(g*?z$r%hP![9` U1#0o-% UsZx3UZy5'9~k->SG!e6q~lFUH8uJ,vQv\O r.|W{Lw&,rL_75T'Mk]@!DZoyklbl8e[wD2C Qd2@-QoZIk5 U4q1N uE \WNz6.eNM4#}c #hKff;MLgp_"C/00 gGS 2_"~${g^B5%O&+IbIG-wMb~,r?D3p 8fq_$W#On@$J93e&)5{@f?'_NM`*{Kp@C0m- w0zT 8!x#CgPO,^}sr *'`U^E -"GKi+2_w5y]xCz4 ~#%TQG25h$pf`'uRn[7 (f9%LG>PL_&&DhoCn^Vo[2L@Yg4 i b[+U~>-5R75cnS;d0rE$%a?yf.[/'ma<NUP8|`:[g ZZ4I8{&_*|V]%_zM{c68f{Q:i)2(g:}j@%4aYU f\Sh5Y0;_L)<6/o_0-KKCQ\*A.u>)zJ\3F.V)?#SA5w 6;NsmdG^.?j}j^4 IdyFB#?Zl:6<D?[qQ/#8s3AcPFjEY EA'D;X>XL<8{ M~<fW7y mjCC ;_Ic  #!2kh[kFL#.">FP#dw v%X[PMG7myAl xbdcN|G:zQQJ7?!d!N`#4! PZ.PD."Y)j=4$yw2dcJRM#a]OWAUQWO:C*c&HiWxb>qpz, Y@L)00iX'?b\ n[%Q9sfubw`Iu~8rY[S*vDu?b^-J, Yj<^q?}U#>AC^(as=E~c2 ==SYx>fOExT!X+a$*g NE{&S:WZ! ==cXoBIi)GhT"a( =%y  ,TW5FJwzmGU+;(Zh&{)6H~g?7nGY9*\m9$z ~ /jyqh_2#Ek %*f HlJ,T1t SjVOKwzz5s XSpW"!~D2i9#AQI{q. 'L(kCN"lJf#Ck`I +.nod1 OZfF7e).?OVglBYfZ0#. YM0lFKr2C2;^QqX%Y 2V+h8<wrO,Y>dHhh{5/v(mzEu4P~lZ=w]j8*BGl*H2P3Bgxn>z1&]s3LuqvhP "R*wrF!u>=J{R17*KU  M1R5?aW `WsHP#[K>W_dh CtJ:DZ;>^,L/s&hYukxszAsw78hsbugjON _x!]FF]odgjtx]NTT^}kg5T7}} 8QU]pxRftga9FHrpvFhy kTu7`_~ .ti]pzp|h^Qjnwtz(3WCZaxRM}]4FBe}plIrxnxTsH6h$SH`8(U B3.F9)a12$XD19=Y('+X5-W?6$HS51M.$W*S .)!Zi{\B#!6H33 </Ub *Gn$"T\rJ Rbambam-1.2.1+dfsg/extrasounds/keyclick.wav000066400000000000000000000033561436045143200205560ustar00rootroot00000000000000RIFFWAVEfmt "VDdatax1=TfU gN'\*^cccAU}@ V ” [#4"xm O&%. /D\9 PlTiW!  {PYT4~*0"o}bz-y|wpPV`k2N#hZgq8: w4sA/ E74mqYe;*dbQh(k} -S(w }0u(,YC3)]G8@fO"kuk;P~^[m=fLHfw<J-5B ]V{Yr>_+:2i]#<q(\h^0f7xE1g3YNMSC\x4/C]O{V{!+$dT^w 3`owlFTT'-zkt-9Jp^C Hylb9( c"FOLX2, .% df I  HrҦՓDQZ`lj= 2>4962- Rx?C]=t #ߵ-0{170= UV$R[d&O#<z]J!"H*_ {辑Qq-7 <"%k"v- /g f`~.Ij^;U =A$$&*0(Gv $ x+߷8ŗ ť^d%  @} |d >m7 cs^emܜ  <.72X0%رePfBy"[%10E,^# M$Jn xGv(=Y|)\*ahIx#^9wLA7o[Y X"!+4sAY_ U &hn  =$WjO cl$Xx< HA dM;%bICR &] '6t ^ 4 s .Hn \u 5G ߧi@GyO'! j_NX>. 3@  4 \*  2Cp/8a *jYODO98: 'b4 dsv|- uS$P&O >h wr-DtW\*61kt{ : r ? m| F5+b1?  $&^,    IB RwO_eO.F3,$<o.TM({slN23 U[_/)+fUGzw4 *I&w!U _کrME2*  WjuhW } y@ (w{ 66Q _*{wGluj  #!. 2K(oi0)065  X  Rj ]YigXCH%`yv7|{T ) ,5WdJ|T H? i2D#tql/t^yBB>4 B|4CS &+J  #$ VIT)@qnb 1#QJ\v^r # Hs[<\|  |U5& 0_2DmW6:7 n= \  c=}r+y|m1FqC,f% [me|V= TQ $(o  #D: n 4|F],]lT2=T6 fPYB <`HR6-xr  +`t dW?Jl 4xjohhd#U   ( lF^# zM.J@ Mz{J M #" hj|)j ]  A W#b He>O *n| e)xoD*6 e9.=K1kK]7x J~< iWV :LmQzG I ?mNoca jCx 8Rf2J P  =AjS~`N}@S MEKM] 0YH98$ zEeK5i^`30|j%":tEu  t tfUa :G b2 Tf~} g+cf=Pz8wc ^ @{ d nZmx  zY\'*j&}o-( _RO pO7~w>(jm i q  , O 'KM eVCrh 4 d r1 Km %$ k=ZrIDxx>#pY 4 v]  6Y;CX  @/|SzVpS6 gR/4< AX ' G_ cdN^f ;b MkL7fpu{'  di/f4x)  YRBT'/{=u rG/ tB _Y2 lA9@ iVc tg)R," I@*: ~C>A1<J hMT'VAq@HK d27Z"be  si  vWGiT~ ?;{I.f| SU5z  I Q(w|b&_/. O t P  K.N vMhe. 0j? _/ nb  z~ 8  / ~2  ]L pj 7)" j!.95P$@L` .` #s0 ]+C b .  5 Mei P}P\rIfvi  FLs @ VniL#5bI "*Xvx7d IqV1AV ` ="Qeb!f}Z*>/q) ~ |G;9_ hDxwwSMJ yza*sv_u  UWSN* (q%1 b(,%lIJ.%~*4!iHA|` li  P ,c@1 /-}%Z D A" - s6ML< \d C ;e";IPR ) GYn$ 6 xfUQ r  t}gL}UxAa +3i MA-UQ]D((\ SB K.UN.GC}O,[7v C  / V |U= @!U!FeWZnn  ' fTmR+>]!. \ 9 Z F9,x  52  Q2p`oj* Lw r('  @*gyLl% ,H !1I;Z_o~8W! j*"zHRTE ~yd8& L1A3Njxi=g: ZBbYlG Hp< yV'6?_ PN+(U"vj HLv b`?Q3,uR`QQn' ( h{wZu V | dW3( )M+/FV)K}V;BJPq !ZXR)c-xbi7t  w% X`li5&!`/ "t>%#r~f-Eu{/(S ?@{Ww^@3pMhCIo"%qz-NI*u8(pp)q?YFIvKE>p1I(D+bN  O;H= A5 @Tu!Z H h W$pROT o ?Q5   K*hk9$ ,P Qb}vu(Up/ 6a 1.SU0':GjZNM9 bk1yJ$ ?g>f{lLISTHINFOICRD 1997-04-04IENGBjorn A. LynneISFTSound Forge 4.0bambam-1.2.1+dfsg/extrasounds/line_start.wav000066400000000000000000000077421436045143200211270ustar00rootroot00000000000000RIFFWAVEfmt 6`mdataE ?wdIU$d[EOS;3?`U10c . F~ _y=1 (qo x K! n= iiM̈́%tʽ͉ѮՆ1&xnP{ n.~QY~ y 68zX4gf< GM1] 9 O B  HW %(9)('%2"+ u3Yخv'b~}L/X jCd13M1 p!")#"d"R"""@"L8 UGOH })`WI hZ<)C_ 5  ] \i]ZPp q"(+,*%(J v)5^X6x=RGvO?T`A+QF _ S  7  | mc  AD8p $"sn5 jav1~(w )]atM%G7of R u wuT9!^%nNuI3Iie8_]~'O c TdSH]G$(eKbWE3E< C IRp) $ ^7l,7/e4[QJ> zEOxp q~!L w, v u k !EU  @.6 W rB Z cn 59Q!S(Vg14e$+^ w  G  ej9LPNoK}Yq5 f3j6g)  A j  x(osmuD%+H9;r 7_J4' .LWxx%AT.XRFU1v.,U4mo0#K< %  PvN6u  \.O1  ( '_AJKX{bIHYO/bambam-1.2.1+dfsg/extrasounds/mirror.wav000066400000000000000000000035661436045143200202750ustar00rootroot00000000000000RIFFnWAVEfmt @>dataH    "     ߶     *4(B!N'@ w>`0f3 >\.$ c(N'& 4N'FF#j5NE}:H$G2Ea >A8ז <  aOj5^/ 3oRw  .\.P(Az=Ŏ{ i&$.@ 4 H$i:]ܑHF, X,\.J% PA85WN'CZ-.AL&^/նm,x<ӦҴ,S\. <M~?Z-+ LH[R)r94&,}0`0w2b1  "R) žB!j5J%C .D""̺ <>6ָn7   0 .  (( 68R)0 ,8    &        (  8& :> ("  $.   $.          bambam-1.2.1+dfsg/extrasounds/paint1.wav000066400000000000000000000060601436045143200201470ustar00rootroot00000000000000RIFF( WAVEfmt w+Vdata      &" "           (((($        "$ "          $((($        $"           &&&$          ""           $&&$           "          $&$"                 "$$"                   "$"                     """                       ""                                                                                    bambam-1.2.1+dfsg/extrasounds/paint2.wav000066400000000000000000000043011436045143200201440ustar00rootroot00000000000000RIFFWAVEfmt w+w+dataYWYYYYYYYXVccTbwdWYYYXY]\XYYYYYYXXYbsxnzUYYYYYYYVYcYWWc{q`f}`n^WYYYYYYYYYYYYYYYYYYYXY\YXYYYYYYYYYYYYYYYXX[sjVYYkqYdvxolrz}}xqhbdkqrokhkntwwtqsw{|yxz}}}}}zutvz}yqheehnttpjhjmkhfhknqsqqtwz}|trw|~{skfhmqrqmkkotvvtssv{}zyy|}~}}}}~~zutuy{xqhedflqrokhikkgefjmpqqqruyz~{usv{}}ytkghloqomklostttstvz~}zyz{}}}}}}}}zvtuxzwpiedfkqqnkijkifeehloppqrtw{~~zvtvy|{xsmhhkopnmlmortttstvz}~}zzz{}}}}~}}~}zwuvwxwpkfefjnqnkjjjhfeehknopqrtwz~~zwuvy{{wsmihknonmlmortttstvy|~~|zzz{|}}}~}~}}zwuvwwuqlhfhjmonljijhfeehknppqruwz~~zwvwyzzxtnkjknoonmmoqsttstvy{}}}{zz{|}}~~}}}}}zwwvwwuqmighkmnnlkjiifefhknoqqsuxz~|ywwxyywtnkklnnnnmnoqststtvy{|}|{zz{}|}~}}}}|zxwvwwuqnkiikmmmkkjihgegilnoqrtvy||zxwxzxvsolklnnnnnnoqssstuvwz|||{{z{}}}~~}}}{zxwvwvtqnkjjklnmlkkihgghilnpqsuwy|}zyxyxxvsomklnnnnnopqrtstuwxz{|{zz{{|}~~}}|{zxwwwvtqnlkkkmmmlkjjhhhhjmnqrtuxz}}{zzyxwuronmmnnonnoqqsttttvxzz{{{z{||}~~}}}|{zxwvwutqolklmmmllkkjihhhkmoqstvx{~~|zyzxwuspnmnnnoonopqrsstuwwzzz{{z{|}}}~}}|{zyxwwwtsqonmnnnnnnmlkkklnpqstwxz|}|{zzxwtsqqqrrrqrrttutuvwwyz{{z{|{|}}}~~}}}|{zzzywwvtssrsssssrrqqqqrstvwxyz|}~}}|zzyxwvuvuvvwvwwwxxxyzzz{|}}}|}}}}~~~~}}}|{{{zzzxwwwwwwwwwwwvvwwwyzzz|}}~~~}}||{zzzyzzzyzzzz{z{{||}}}}}}}~~}~~bambam-1.2.1+dfsg/extrasounds/paint3.wav000066400000000000000000000064131436045143200201530ustar00rootroot00000000000000RIFF WAVEfmt w+w+data LIMLLLMLLMNMLKLHLiiLFMg{m[LILLLLLKLPTPLKLLLLLLLLLKLKMS^o|phyLFLLLLLLLLLLLELdSLJLJOeztfVQo}V[h[LJLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLNPNLKLLLLLLLLLLLLLLLLLLLLLLLKLKOevcLILKOevaLSdsvnhfjrx}}|xtld\XY^dkmnliebbdglptttqomnptx}}zwvvx{~~}|}}{|~{vrppsw{|{tld_\\]`elpspkfbabdgfea__acgilmonmmoqux{|~}xqnoty~}zsle`^`djmonlhfddfjnrstrqoooruz~~|yxwwx{|~~~}}}||~|xtqpqswyzvpha]\[]afkonlhdaabeeea^]^`cfikmlllmnqtwx{~~ztpoquz|~|zupic__afillligeefiloprqqoooqswz~~{ywwxz{||}||}}||}~|zvsqqruwxvrke`][\^bglmmifcbbddda^\\]`bfhkklklmoqtvz|~{vsqqsvx{{zvrlgb``cfjkkihfffhjmoqqqppoprux{}~|zxxxyz||}|}}~|||~~}|yvsrrtuwvtnid`]]]`chjljhedcccca`]\\^`dfijkkllnpsuxz~}yvsrrtwzzzwtojebabdghjiiggfgilnppqppopqsuy{~~~|{yyxyy{{||}}~~~}~~~}|zxusrstuutqmhd`_^`begjjigeccccba^]\]_bdgikkllnortwy|~{xutstuxxyxvrnifccdfhjjjihgghjlnopppopqstwy|}~}|zzyyyz{||}}~~~}}}~}}{yvuttstttrokgca_`adfhhigfddccbb_^]^_acfhjkllnoqsvx{}{xvtttvwxwvspkheddfgiijihghhjkmnpppopprsvxz{|||{zyyyz{||||~}}|}||{zxvttstttrqmjfdbbbdegghgfddccbb`_^^_acfgijlmnoqsvx{~}zxvvuvwxwvsqmjgfeffhijiihhhjjlmoopopprrtuxy{{|{{zzyzz||}}~~~~}}||{zxwutstttrqnlhfdccddfghggfeddcb``___abegijlmoprsvwz}|zxwvwwwvvtroligfffhhiiihiijjlmnopppprrtuwxzz{zzyyyzz{{||~~~~}}||{zyxvuttttsromjhfedeefghggffedccba```abegijlmoprsvwz|~|zyxxwwvvtromjiggghhiijiiijjlmnoppppqqstvwyyzzzzzyzz{{|}~~~~}}||{{yxvvttttsrpnljgfeffgggggffeeddcbaa`abefhjlmoprsvwz|~|{yxwxwvtsqoljhhghhiijjjijjkkmnoopopqstuvxxyyzzzyzz{{||}}~~}|{{zywwvvuuttrqomkjhhghhiiiiihhggffeedefhiklnoqrtuwxz|~}{{zzyxwvtspommlmmnnnnnmnnopqqrrrrssttvwxyzzzyzz{{{{||}}~~~~}}||{{zzxxxxwvuutsqpoonooooooooonnmmlmlmmoopqstuvwwyz|}}}||{zyyxwvussrsssrsstttsttuuvvvvwwxxyyzz{{|||||{||}}~}~~~~~~}}||{{zzzzyyxxvvuvuutuuuuuuuuuttststtuuvwxxyyz{||}}~~}}||{{zzyyxxwxxxxxwxxyyyyzzzyzz{{{{||}}}}}|}}~~~}~~~bambam-1.2.1+dfsg/extrasounds/paint4.wav000066400000000000000000000147511436045143200201600ustar00rootroot00000000000000RIFFWAVEfmt w+w+dataLIIJMLLLLLLLMLLLLLMMNMMLLKKKLIHILZivviZLGFGMYgu{umd[RLJIJLLLLLLLLLKKKLNPRTRPNLKKKLLLLLLLLLLLLLLLLLKKKLKKKMOSX^fov|vpjhwyaLGFHLLLLLLLLLLLLLLLLLLLLLHEFLf{dZSNLJJJLKJKOZeqzxtmf]VQQ^o}hVV[bhb[SLJJJLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKLMNOPONMLKKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKLKKLOYeovncWLIIJLKKLOYeovmaVLNS[dkszzvrnjhffgjnruxz}}}}|zxvtplhd`\YXXY[^adhklmnnmljigecbabbdegilnprtttttrqponmmnoprtvxz}~~}{zxwvvvvwxy{|~~~}}|||}~~}|{{|}~}{xvsrppppqsuwy{|||{wtplhda_]\[\\]^`behlnprsqpmkhfcbaaabcdeggfeeca`_^__abceghijlmmnonnmmmmnopqsuvxy{{||~}{xtqonnoqtvy{~~~}{zvsolheb`^^^`bdgjkmnonnmljhgfddcddfhjlnprssttsrqqpoooooprsuwz|~~}|zyxxwwvwwxy{{|}~~~~~}}|}}}}||||}~~|zxutrqpppqrsuwxyzzxvsplhda^]\\[[\]^acfhkmoonmljhedbaaaabceeeeeca_^]]]^^`acdfgijklmlllllllmmnoqrtuwwxy{|~~|zwtrpoooqsuwz{|}~}|{zwurplieca___`acfgijllllljihgfeeeefgijlmoppqrrqqqpooooopqrsuwxz|~~~~|{zyxwwwwxyzz{{||||}|||||}~~}||{||}}~~|{zxvtsqqpqqrsuvwwxwvtrnkheb`^]\[[\\^`bdgilmmmmkigfdcbbbbcdddddba_^]\\\\]^`abdfghjkkkklkkkllmnopqrtuvxz{|~~|{xvtsqqpqqstvwxz{{{zzxvtroligdba```acdfhjjkkkjihhgfffffghijkmnopqqqqqppppooopprsuvxy{|}~~~}|{zyxxxxxxyyz{||||}|||}}}~~~}|||||}~~~~}}|zywvtsrrrrsttuvwvvutqnkifda`^]]]]]^`acfhijklkjihfeddccccccccba``^]\\\\]^_`bdefgiijjkkkklllmnopqstuvxyz|~~}{ywvtsrrrrstuwxzzzzzxwutqoljgecbaaabcdeghhijjiiihgggfffghijlmnoppppqppppoooppqqstuwyz{}~~~~~}|{{zyyyxxxyyyz{{{{||||}}}}~~~~}}}~~~~~}}||{zyxvutsrrrssttuuuttrqomjhfdb`__^^_`abcefgijjjiihgfedcccbcccbbaa_^]]\\\]]_`bcdeghijkkkklllmnnoprstuwxyz|~~|{yxvuttsssttuwxxxyyxxwvtrpnkigfdccccddfghijjjjjiihhggfgghijklmnnoopppppoooppqrsstuwxyz||}}~}}||{zzzyyyyyyyzz{{||||}}}}~~~~~}}}}}}}~}}}}|{zywvuuttttssstttttsrpomkigecba`__``abdefghhhiihgffedddccccbbbba_^^]]]^^_`abcdfghijjkklllmnnopqrstvwxy{|~}|{yxwvutttttuvvwwxwwvvtsqpmkihfeddddeffghiiiijiihhggghhhijjklmmnopppppooopppqrrstvwxyzz{{|||||{{zzyyyyyyyzz{{|||{|||}~~~}}}|||}||||{{zzyxvvutttssstttttsrrqomkjhfedcbbbbbcddefgggghggffedddccccbbbba`__^^]^^__abcdffghiijkllmmnnopqrstvwxy{|~~}{zyxwvvvuuuvvwwxwwvvtsrqomkjhgffeeefffghhiijiiiihhhhhhijjjkllmnoooopooopppqrrrsttuvxxyz{{{{|{{{{zzzzyyyzzz{||||}}}}~~~~~~~}}}}||||{{zzyxwwvuttssstttttsrqqonmljhgfddccbccdddeffgghggggffeeddddccbba```______`aabcefghiijkllmnoopqrrstvvwxz{}}|{zyxwwvvvwwwwwvvvvutsrpomljiggffefffghhhhiiiiihhhiiiijjjkllmmnnoopppopppqrrrsttuvwwxyzzzz{zzzzyyyyyyyzzzz{{{{|||}~~~~~~}}}}||||{{zzyyxxwvuuttttttttssrrponmkjihgfeedddeeeeffgghggggffffeeddccccbbaa```````aabcefghiijkllmnoopqrrstvvwxz{|~~}|{zyyxxxxwwwwvvvvutsrponmkjiihgggggghhhhiiiijiiiiiiijjjkllmmnnooppppppppqqqrsstuvvwxyyyyzzzzzzzzzyyyzzzz{{{{||}}~~~~~~~}}}}||||{{{{zyxxwvvvutttstttssrrqponmlkjhgffeeeffffgggggggggffffeeeeddddccbbaaaa```aabceefghhjkllmnoopqrrstvvwxz{|~~}|{{zyxxwwwxwwvvutssrqpomlkjihhhggghhhhiiiijjjjjiiijjjjkkklmmnnoooopoooppqrssttuuvwxxxxyyyyzzzzzyyyzzzz{{{{||||}}}~~~~~}}||{{{{zzyyxwwwvvvvuuuuttttsrqqpommlkjjihhhggghhhhiiiiiiiiihhhhggggffffeeeedddeefghhijkklmnnopqqrsttuvwwxyz{|}~}}|{{{zzzzyyxxwwvvutssqpoonmmmlllmmmmnnnnnnnnnmmmnnnnooppqqqqrrrqrrrrsssstttuvvwwxxyyzzzzzyyyzzzz{{{z{{{{||||}}}}~~~~~~~}}}}||||{{{{zzzzyxxxwxxxwwvvuuuuttssrqppoooonnnooooooooooooooooonnnnmmmmlllmlllmmmnooooppqrssttuuvvwwwxyyz{||}~~}}}||||{{zzyyyyxxwwvvuutsssrrrsssssrrrsssstttttsssttttuuuuvvvuvvvvwwwwxxxxyyyyzzzz{{{{|||||||||{{{||||}}}}~}}}~~~~~~~~}~~~}}}}||||{{{{zzzzyzzzyyyyxxxxwvvvuuuvuuuutttuuuuuuuuuuuuuuuuuttttssstsssttttuuuuvvwwxxxxyyyyzz{{||||}}}~~~~~}}}}||||{{{{zzzzyyyyxxxxwwwxxxxxxxxxwwwxxxxyyyxyyyyzzzzzyyyzzzz{{{z{{{{||||}}}}}}}}}|||}}}}~~~~~}}}~~~~~~~~bambam-1.2.1+dfsg/extrasounds/prompt.wav000066400000000000000000000042241436045143200202740ustar00rootroot00000000000000RIFFWAVEfmt ++datah*|xxvrrtx|xpptvxzzxzzxrrx|zxz|xxx|xx~~xy~|zxtrpr|zvvxxxzz|~xrrvz|~|z|~|~~|~~|~|xx~~xz~|vv~xxvtttz|vtxxxvz|vvxxxzztv|~~~~zrrx|||z|~zvtx|~~|~vrsppt~~xx|||}~zvx||xrtz~vtz||z{~|vtx|||vpppv|~xlhjjjnvzprxtvw|~~|~zxtw}~|zz|~~zopvvvvvzw~~vnnsxzxz|~xrrrtvz~zrnnrtv|z|~zz~|xvxx|pilrzrjjjtzztphhnszxnfln~zttrrtx|~txzppr~~x|xvtz}|xpld|z`|zt|{jXrplL^lz|zx|tr\Rt~vx~~vpv|x~x\~||xnxz|wxvIzz|z~zw~rtzb~~xfvzzXr}xv~rvz|~tn~|~ouxntqyp`t||v||Zj|,prfYbvZbΠ4Xx~~~AdXVZbn:6Fzr<76>lRJ_DdR`?^OWJTLXV\`LfG}j;>~:f~~R`LlDr~PfQvA~f|\sVFjzPx`\yHxXnJ6S\v~Lvln~|~~~|vsqrvx||yxvvtwvwut||vvxxzzvvx|~}~~|~|vrptxz||||yxvwzvplnqvx||}~zzvxxrlhjjlotxxxvx}~zvz||~xvtqpjlplljfhkjmfnqmvtx|v~z~~prltrZhsXPzcbJtDXDrjnTnҀbZbn^^)$$|R8/5>Xj~lfR||nH^djvZuVBqJhZx{^~xwxjp_>VPHNNZPJvx|p`nNNJNGHTXSdljl|xxpbHRNFNNNEh[hv~hHZLDD`@TbFZ^¬Ȟx{bTRGEOH^JEf|}Ҡp[<|@X@^LNHqvz|TZXXHbqxph[NFBHXbprfZJ@BBTfvxj^LEDJVixrgXDFFPdxxn`L@BOXhòqfMFNBLwҜ~fPT@8ds|ήldZ4@^P|°zfDRKFt|»hRTl~zxxvrnlnbambam-1.2.1+dfsg/extrasounds/return.wav000066400000000000000000000216061436045143200202750ustar00rootroot00000000000000RIFF~#WAVEfmt @>dataZ#nLELLLLLLLLLLY# Ǒ8CJn!>&}Lnnnn)nnngngn ) >E)L nnY g> nggggg  )))LEn LL  LnLgnnEnLLLL LLLLLLLL LLLLLLLLLLLLLLLELLLL LLLLLLLLLLLLLLLLLELnL Ln) EE E  nn E) ng L EY#n n ELn >>L)nn >Ln&g2)  > >)gn nngn>)) LE>gn Y# D*L>nn( n&E)>>L )nY gg) ) ))SLv׺> )nn ng>g S-n D* >(nYggY#n nn ) SEnnn n n L nn n>Ln)ng Sn>E)nnn )ESSLn nL) L>)YY#nLn)S))E n nn nY nn>L n n 2 naagnY#n LnD*gngg nԞn>Yn nED*n )nY#SSYn&Y#)ngL )n )n)n E)n)L>n a&Ln Ln )Ln g   )n)nLgnngLa޳n nSE͞L-n)Y))>ESgEn gnY#1Y%nLn)n gg E2)nnSLL)S)n >En)&( n nnngD*E)E gvnn nn nn  gnLnE)LY#n n>nL))g)L)n n&g>) nE>nn)gn)Lnn nn 5nLLLY#Lg)LY#L)nggL> n)&> gESnn>Y#v׳n)))SnnLn a D*n)LL(>n)nnY# > S+Y#-8 n >D*g- S n)S D*SgD*g>D* gnan nn (gnEg nnn2S )gLYL n g)gnY# nS!gn gY)LnnY#ggg)g) n  LngEn D*S!v׳gLnnn!n)E)EL 2Yng>n gnD*LLYS)aޞ!)Ynn >nnnLY#)S>()nYnY#>ann2 gn gD*L  )n!))nYn Y&E> g)Lat/SLY# a޳>Y# nL Y#n-ES>n gg )Et/E&ڹ-S L(Y#L))ngt/Ft/n -&Y#&SCJLgn vמ! v5L%SYnt/ ngn n>)n >nn LL Engna)D*&a>EY#2En D*n))gE>Sm<n )nLLLEgYnnn(>LYn>)g -nL ))n n))>ggYga)nLD*ng))D*D* nLE Գ ng-gnnna&ngLLLn mL)Egn - g>n YYSnD*)&)> vn Y-nnnY#>n gD*n SnSEn)g)))8>)S)nnLY#a) Y#n5YgXC> LSLn S>ESn-Y#ng)D*2  )ESLg n)n Y gn gn(gLYgE)gn n ngY#n S)Y#nLnnnY# nYaLnn >)gn gggE)n ng)>D*Sn )L)n ngnD* )Enn!г>L-nn ) SE Y#nSD*n n (>nnLgL)LnSnYa?LgSgnn n )n n gnnEY#E)nn>EY#)D*ng)&L)n)L nnnggE n&Ln gE nYnnL ))ng gn)EE)g>n nnnggn )>> gnn E)EL  nE L )gLn g En nLn)Ln)L)SYn nLnL gLn>LLnnn gLg ngLLgn nng nn)n ngLEggn)>L>Ln ELLE n  ) n Eg)ngLgnLLnEg)  g)E)E g)g)gn g   n nn LnE n nLnE  LL nL ng    nLnLnLLE ELLLLLLLLLEELL LLLLLELLLLLLLLLLLLLLLLnLLnL LL LE)  ELLL EE)L)n nL LLn L nL)EL-gn&CJ.QD*Sg)n gn v׳nnnL)g!n n g gnn>n gD*g))>EL)L L gnEnY5n Ln> nY5Yg )nE)aSg&EnLngn nY#gY 8Y#nLY#Snn>aLngggL nngn Y#()n)Y# )E> g  )bambam-1.2.1+dfsg/extrasounds/save.wav000066400000000000000000000145511436045143200177150ustar00rootroot00000000000000RIFFaWAVEfmt @@datai}}}}}}wzzz}zwqn}qtz}qq_ztV\_k\nPn}}tettwnzk}te}}}}qttk}zth}qwznwtz\tenn\btwze>nn\knb}Y\nwYJhnw_hwhknqbwwn}wtntM}k}e\}MJhhewehtAPt}ntVP}wtSwnebz_nz}hbwbqzhzk}V}t\wnMzJS\q\kh_t}z_8>ne\n_eqt˛Y}t_etnnq}>bŀ)2> wnkJ,>qzbYnhM}tSqwkbkweSwznbk;whb_wwn}nY\}z}znwbYq\tt}nw}q>tVhSwwqqq_ee}YwP_hwSetnhhqzzqe}e}zhzz}}zw}weqhqnwenzkh}qzqhhzehzqz}zznbkqkwknkwz\hktzeqk}q_PVt_bwkqww}nk}kebqn}bqwn_q}}qwzztqnqtnqwbP}ztn}zkzzn}tq}tntzkqqwzhhh}z}wtqqnhYb_ntnznVkhnSwtqtzzwqzwt}w}whtqwnPkhqkqkthqe)\hb5ȼ8th}kGhʼn8JJeGq/tkkP8\qeMVt}GStS_nzqnPhtzSzkbhkq}kYzGYewk__wqkhYhStwww}qzqk}}qz_z}nkwtnqqntqkew}kwhqtnt}Vwnz}zktwbqqqzktzztqtq}q}}k}n}wt}tYttPzY}qnqz}znzqqtt}wq}_tqqeq}zzn}nzthnzwthnzkeqkt}zzzw}}}zqekzw}tzzMqwwtwbtw}kw}wYzwtbnnwq_nwtebk}w_w}kttqzz}zkwPkebwkewww}e}qq}nzttSnwY\kezPw}w_hz_tqt\qtq_V}ktz}bqwnJ_kt}}w}kwwnzthwwnqzPkqYVn}zwqkqqnqnzhtnMwhkq\tnqq}wzVk}}qzbh}znnwtww}bbqGPwkq}_eeb\zV}kYnqw}t\etzk_\Vhwbz}w_wkezzezzqtnqkqtq_eqPVkqS8Ynbhqbtqq}wkektP__b}Yzeq}w}zzke}wzntwPD}khee}wkbkzhq}twVntqq\e_P\eqzw}kzPMttkt}kqw}znzqqk}}wnqnkqqwz\qzwwzqhqwkeYwttq}q}z}wnhztnekz}}nwwzhnqzqwnqtb\ntkzqwt}}q}qqwzbwwzttwq}}Vzq_thkh}q\zt}}wnw__bzV}}t}Jwq}}}wwkY}z_ekwqzzwthn}Ve_}tk}hhtwt}qhqwhzkhzznnt}}t\}kVhVzVV2h}zwYt_w}Pt}h}VJ}Vzk_te}z}qqetnhVb}bk}zqnbwhkwtwzt}wwwzz_wzzkh}}_nSb}tzzwwztzqqwn}zezwnwqthnbw\qqwhknenztb}wnn\ntqt}nwzqzVYwhttkzwkth}zw}}w}ewbzh\nwnqzq_kwzV}\etqPtwzzz}qwhqhhwt}bh}ekh}qw}nwn}zztnezqtezewewwSwtqkzb}t}znkhqw}zkh_qn\}e}h_}hzzt}wwtt__tt\hwqkYqehztbzthw}h}t}ztnhtzhww_kzYb}etnwthz\zqqqbwzk}tzwVtnwwqeqeq}hz}k}qnzqk}htJnhweewzn_n}zw}tzkqtzz}qt}zq_wzenwtn}t}qz}k}}zztzw}}ttwPbehqk}tw}ztz}nwnwqwzhbhtk}}zq_kt}}hzbqnzqkwewn}qhqqtkw}zqtqww}q_et}nhtwwzznzbezz}kzk}}zzbqtnttn_kewztnewn}_zqhqkbekbqzt}zkbnthtnkzzw}}zqtzqwz_t}hwtttqnqkhhwbqzez_nwbwhzttwz}Vbwtzwe_}\YzbhtwJnqzkqktYzteYww}t_qt_\htwwzwkw}wkze}nh}n}hbq\heett}kwqttzwnw}wn_Yq}wqbS_bqwqzezt_ntwkbtq}zewtkn}neznz}nwh}\n}q}VJnt}twhbewwkw}kwwnzzzw}zwnzz}znz}wnkkzwzhwkztwwz}ewtkznwtqzzntk}zqnw}_ttk}nzq}}wqzwqqktqqwntze}kqn\nqt}tqzwqkqwqhthbJS\nqYqtzz}ek}qwSwwJ}_bnwq}}}kket}wkwt}tk}ww}q}}hqkthqqehqn_wzzneVzqGk\bwtqP;Y&Dnzz}tnqA}Vtet;z_Mqw58}eYA}wewPwnwVYVVz\/\DDSG>GΕ}JneePqz qVte\wbYtV}hkD_wzkzzkw2zqSVzSzPtJn_}bq_VehnVkqqze}znYnewMVPznnkzww}zkqkzwqtwnw}nnewq}w}w}t}tkwzwzwzwnwwnwwt}DISP(ȤvzFH\HXbambam-1.2.1+dfsg/extrasounds/scroll.wav000066400000000000000000000031041436045143200202450ustar00rootroot00000000000000RIFF<WAVEfmt *Udata                         bambam-1.2.1+dfsg/extrasounds/shrink.wav000066400000000000000000000150461436045143200202550ustar00rootroot00000000000000RIFFWAVEfmt +"Vdata            & ( ("&* 0 6 6 8&44.< @  > 6$,. 6 < B!$D"0J%<P(T*L&r9Ú8D*y GT*g@v;cd2Hq<L6k Id2]~?E_R)P&{oOZ-[DB_b1M u2M@ mH`0eA~?an7IiJ%P.o P`0[JCWz=R]R)W0qe"Wd2QPEMځ@SWT*Y4o[ Wn7EJLKj5T gs8SF#_Kr9Yz=GcT*N yu(NH$eIl6_z=EcX,M uy.OD"gGl6_x~?mT*G „"GF#u@n7qb1C{:I2sFd2gr9DqH$K,s K`0cA@i`0K {,ON'iEz=gb1K{}&LN'iC|>i\.I "IN'oxD.}z=b1{V+z= ǔ |>B!ۄd2f3Ŵ:r9"Ӕf3R)J%j5 ΢ n7B!^/n7Ǡ.@<}p8t:yF#F.y@f3uV+A Ȋ AR)yf3x<š4B:{v;h4{N'@ ˊx>V+ն X,2D"V+Ӷ `04P(\.͸*h42ߖT*\.̸*j50ݘV+Z-;.f3*ܜT*T*ϼ$b1.N'X,вb18D"b1 Ԣ\.R)̶"h4<H$l6 Җd2Z-Ʋ.r94ڈZ-h4ɠp8>N'd2΢f3F#<h4 Ԛ`0P(:h4 ՠZ-J%,\.$ߦJ%P(Ժ Z-4>V+״ V+B!2^/ ۤV+N'0b1 ݦP(R)Ӽ^/6B!\.ذ X,F#2^/ ުP(N' Z-,D"N' R)22J%߼F#:(L& D">N'$>H$ N',4L&ݸF#8"J%8B!F#,*F# >< H$&4H$ݼF#4&H$ :< F#(,B! :4@  66 >",< :4F# 6@ @ . B! 4:>&$:42 < (:4. :"$< 4. 6 "20& 4 $.0* : .6 8$ 802 : *64*8 006"4 2, 6 (24(8 .06$6 2. 8 &42( 6 *,. 0 *$ *""( $ "* . (*2&02"2(, 2"6 (48( : 2. 8 .26 "0," 0 ".." .$( *  * $$ (  * "& ,  *& ( & , , (&0 ".." 2 $..  , (& (""  $   "      "                                                                                                    bambam-1.2.1+dfsg/extrasounds/stamp.wav000066400000000000000000000166121436045143200201030ustar00rootroot00000000000000RIFFWAVEfmt 6`mdata^yUWYA7QB /?8Db~dU\Ae>nysua6l|89 qY,mJj`ZTZubj$-8# "Q G MTM#$bU6 =x ^msmJ=a (  V  C#&( y'\ H _cr}Bv T1@%W ! 5p%n?#'%d# 3# ! Q*O d j&96 <BNGERMI@Q~lQ=h & l zu2hyEq  i:f c#h1'gt V{ yc?W@^.H/ W'ZW+X?si d@xbB6 7 Q :u F ( 7 " Q"I05  : sw b j 8 /? h3XZ|Q VNOF|"HV@^c h]hK~\bj  +ef mZ Pf*d  v  ( $L ye .> zJ v6N 33k@6\b+ q4H8q&aD'G$sq3AFr$oCiH U,: ; )   ~ ~  2 K <ivw 0j$.#6G?->a LK@=>1" Ui A Q.53|j O> .  _ I > [\6}gIt \     FP0.X)tyA+xf6F]/-nUQ5>I2?xw  y # IGg &i   O]`  a z a ] s9 Z p HX8 i0YA_5(O.j?d a@K{Qw1:)PUp{+j -s%ZE<  -  cJ0l?  (P" N & {/|)pt2# L]_Y>37[;=B}zeH2($=cS ]ZhF)^  <t ; 'EyO  nZ 'f: *a^l #b+ i'~f d[{c<zSGMiCPlkIi8qbP YA_@(d3  |  < C j ?ZZ fg  Y L M jbl(';h]\yZt~Dtn 6$f&Os : Ko 0$a   ; m PU4o_J|Dz *Cy?sw6O 3&3cVtK&N$rp "I=do7@Q3j  fU !!@i^  SDi u QF +8&[o^-%(lclDut#( KV(c|.`uO^#Va^Q  7 Ife @S#f @!| e< ryh$[ Ab ,m]dq%7 ZT4_ ,pOwV.N:Gv!b#C= H (|.p % 0D)_F? hDV11  jYqde8'll 'Y_&3_-{LS@5_"wU130A;vcjgwrg><o^fX =[  Qf] ( )d H{ Cc Q5+(c"mUycBgiQ)/*Dn.L~NA 08^E?$7H3wFBRwS*D`a6R t\N#O?"S:2  =PK _  v[|~Kr}Hc.)MT*WD4r&W'&pp 3'9' 99 q A"XphE8m]n^>ftfCd^3O8d%TVBM*1^.Sp'~0raB8g'rL C49vOWM{ds3H Ui^MnrU0B Jrdb.[joN@I)N=oB)*]~@TuAWV ,/:*52=^T.Tq5N@?eJ $yL!O}k6vMuQhf&ra(1>T>U:9( hN1+4 fz crhG^Reb/znw{,_AsXrFRO=P(4r$HC$YQ3.y &VjrX.u3T'Jz.#u^lm1IceROhb R/U = gXVP]4Q9{ y:Vr>\UNiZO1O~m<0] n LR,0O; 42;TL*7/  +-3#  !*ZUMR !Yd]9H]Gobambam-1.2.1+dfsg/extrasounds/thick.wav000066400000000000000000000345121436045143200200600ustar00rootroot00000000000000RIFFB9WAVEfmt "VDdata9 2Sw M  - 2 V.{OM -F_wJ+ `5~CjDe+#GJmYv\XxL"IKo @bX xQ ( | z _ ] v ] 1 9 !!"!! f   W n JgO6 # $C EOpgi ~6?Q;Tmv:^ 0gUT 1C8 y5}! c- x *tTE<Ddc ~ F~#i;QL`[.%xQ'U c@DPBoE;5|G6z](_$sJsUa q + M S N E 4  @   5 " 2 u = ) / ; > 5 . 8 R h S 2 . m3w"{ .MRLIGn=C#5b ou CQ+7QJ% ) 1+",d"!~jS ms >MI ! 8=(xU sVIDx0!$^?y =V:-z1*I^q:t,7,b  Q3&HM`/%9ILA4-1=HH=.'7aY.Us H 7h EW(JpHE ,3;Om4q% Hy(6uhHcwibhI1 g # q  4_T|NW'd1 [BB9LGO, G 1TkP8vNPgwg5\)F'AC&4/%%C܏ۘyScً٦ٞwSdٱ;ݔ.fnlW[%Rjy yojm!p#%(*+->/0h23u4444^4g444p43,3K2t10 0f/.-/-o,++K*)((f'&&;%X$D#!L t8s BV#f%ߊܠrق%ׇRԆҁ2<ѧbFYզֿ$ٝVݾWb ^;%nkt /1p#YY ?  wY>3 K!""#:$$$$$}$/$##R"! t/K6} ydNBCQ`mvj&lX٘G~־;"vօ/8{$,6rK7ApY 6 bW! #$N&'*)S*F+ ,,Z-../H0000e0H0[0000/.L-+*))W(,'}%g#&!BC } P#fo6:8$/ݢףכגN"֗LEgՌ՞՝ՐՃxldkՔm@ܦy0xe2e*IwxLi wDT~b f d Jom6EMK J CpDPZ/WU@2r43: R c QqQN^o7Z4* oN83 Q(C ; q   :nhXu[]YFJ\*,t( "As&(:2nPeW]%^ Z EWc (u%*gD S h>S@G H %g< vO%:jͺͷΪЃ*Vkr=+*. R!}$*D6\nW k( 06U<@ChEEDB@~?2AvBClEGHI(JIHrG/FDQC3As>M;,8x5O3|1/W-*'$"v0* *  CrQUW]Ie۝+&tEÉԻs!鲊*Ӯ(lGmE0FнTLJrЯgns2bs/M|' 8zR!#%')G,l.D012t34z444432[0.,*)&$!5 a W Mc|Evv` '931KA  4 N X @ r ]Ky\_3ԝҘfK]FJ n6"s$m&(p)v*K+#,+-k./ 122'33X4<56677 8E888N9999987j6154392;1/G.9,)'U%# _ ;Hcc@R}9ð 裨P{7=oӬgcŬȽ'$ӛ4ܐx,a;U 7Q4"4!!c"""""""i! !"p#$&Y'( +-033579;r>@CDFH"KMOnQ#R-RQQQSPNLJG4DlA>;Z841!-()$! eriצҝWš}’}iﺕg 8\Hf-ȩn׫]XT gmAvH#f*06%<@D5IMQxUWY}YYY ZYX6WTHROMKIjGDB)A&@~?>=;9630.A+(N&=$"[! E - 9 _ !!E""""! ;\W W&rE PTDId2(o.h¿}̺ҹͻh Č|y׶ۉG~< }O~Kj7y%ۀ۫S<)ޟB !L1&)Za| =%"%)w-/14L7A9{:8;;9<<<<;9Z741.+(%" mN4%JS< x a [  hyaaRG&\5 v}_1&*0]CV: y.-NZ-Oy rLco\Z)1$D;( b FY} Q L U )(q Xzh !S#$>&'_)*,--.'//0x1/2222$2i1y0O/-&,*'N%"YW A & > J IM ,y >P.9]; ) ><3%syT ' 2m81W'KY`k'/\jLߨd9lf d>Wa*0[="`M3^1kWx? ? QO D @$ X  3 )/ I P M E v ,u l . U ~ Z Sv VQ4Zvf/^cBj1x$}tJ &n $<k8W7cfQY?dl g Mm0~bSJuFw% = @ 6hV9v~jF.r# p:Fd$,`9n['Z*e\xA GNI8Oh:  .Ii4F"}`XTH2 F ? C  :bh5fG-F I0H*} MN`w+/uSTo\"?b#%SMdjWnQj^dbe `g{9?f 5 "  E !aC5 P{cp$L)-Q1U46 9;<=>A>=;>8470+N%v h6܏TО·K7 / T<~>:x=W^^N1)ڮؤ֫ԹоAϏ|зGԯՄ lݚmQ;q{ !&+1c6;A-FJ_ORSVX Z,ZYpXWYUROKK%F@z;62.*&_!9Vk> s  d s /xk,>eV,Uos? )VsޓE1BfΝȖzĐº%19zoFp&wEPUĊūƢǐȅkGUɱ(¾ł28ϑEԺE%)Lr' Av2!$'*,.C0w12 457 :<=?vAC,G K2O7SV1Zt]`dhlDprYtttserpomjgea^[X"VVSPMJGqD7A9>;;9641.+(&#!3i  _Rc&lcz*ڬ ̋&ǣ:ko.Vt))Lخo/ ر~u-p'ԙthD|m _vd9G'm !#/%&(*-0 47d9q;=?BfE|GHI5IIfJKLLLhJJHQFDCBrA?1=:7C52}0-Q+(%#?!4 a & 5 Ku*/$btF6ru7 e޴5܅x{՞{fZcՒՅ>َ z۝ۜێۄۃۃ{mfMݵޒd+qyRYu  BOQ6<3D&=/ S3 @ q mGt%4 m!:"" ##$o&&()>*;*)))((n('&_%#! O$|f M3!$#$%&&&x&&t%i$ #! +% Jn 4yױG%1N٫pQDJ^v yUj$*p055:=+@A6BB"A?9=M:63.e*%r 9  ^[ Lannu)9c B l7^N e v TF.{۲}٦١z&$8w9r 7 Kz0`DS  1yy||y+?To+2An ` |pM)LZ.E4V 0(y8 0|vYCcOgiHtEah 'zfg&  XH(B"7 3"#$%I&&&&%O$e"G ELR)9e  iJt]ioV uUVkzpAߙ:X֥Ӫs.oC†Ƚ˺PEݼx`Ģa8˭$Ξ!ѥtչ؏pۮ1C5m=,i|L h~Ka=j< c!?"##%F&'()*r+,./13g45678u9999S988?87X766<7849.:::::9986w41/|,*'C%y"c1 UXd R/k[|0dLփҜfǛuFνpw2ɻ@ñsz˒o>Z7ٱ؀r ѿcKɷǙcNhȏ:ߚ G )3;CIKQ=W[^`.bbbb`]hZU QKFA2 u l > 5 g N>d J"7$M&P(*+,I./K124 556{78)8777V6j543T20.M,)'%#A" q3)h21gG'Jj2( l%G.?aMɚƱC7„/<4OÖòŁ\URVvvIܮ3)!%d94fL-N++m=q|b K)"$T')+-0R246k89x:;t;;\<<<<;:853d21/U.,x*(&%$#"}!g x-=9K82i1*`/ ++  E 0  7?tr!D4/', d5]7#./Yf>Tc: g3a&7q(n56 yx3 = W \ e |Q]VyF, y H Mm!VG,Z3 =%a([S GOZ0Kvd3Ul!.Zuh}Dp!y t  `< ~!"k$%O&&&e&W&r&&&&;&%%$}$P$$#"`"">""#$&|'(*),w-@.U.-D,^*"(%<# (3 'DXyswZR{4YsޒRNqݘݪݜ{__~ݫݣ<ݛ`(W۫܊_߬-;Vnz+60~OT%@}{3 F t(z n J + r !! "!!! [  U0?w7m]]F3 ~ Q  Gt~,D<4ii"yUZqoCGzmt4E3q E \:71k "&##M$$$$$T$C$^$$$$_$n#" -vI5;UNux D % EP'_? *Q .M? "nFPs0G5.:M0kG,+/' z_Zn8H&sr  + @^8 !"$ &w'()A**l+',--...G.-,A,+*)5(&$~#n"! >  ]X0  [y L5 <K\LoO$N2bX. I O v # a m 5 1  U  o:iq,I4 nNSS1/=(.n^dxN+C ?ztslY7ag<30+mYLZ{)F{R41    v .  & G P + y  r / :; J \ I  U ;uu4}>VW 4pko.9 lp[QF7*)8V|> w N D3 " < M l ! p C 5 ] E S  l & f q 7  JDp6!\3Ew`A/G )?lX\Kl3+v)Fk~[ ?VV_ 0  / -bambam-1.2.1+dfsg/extrasounds/thin.wav000066400000000000000000000250121436045143200177130ustar00rootroot00000000000000RIFF*WAVEfmt @>data)< Z-B;*\;lK/|dcOoxBNFs   g$DkuH*xJ5fFg yH5 [ 7aTk2sC-&DXI3^0?]Q r{.i > E  !l|Y4?S m]jhR 7#$# <` Dv d67?O 9c`q "'2'L]D  x]@OH3w|3%BE+YBVC~\ Wk k ^_qo.wMcE F wDto% `%=qg|: ~AwSEw Dyfd@ zuYqgP,N%|)03)20+"&% $>~Q  ]fbhVd?,:OD V)Q %<.|4|662p-h(!&TL @X*Y܎˾bvC=,Lp | % E1 D^&t& { e{Z, ^k 4U7@X& &Z 1- Kb 8b _DQݎ m?c j%jt- !)@+$ >c *9BD1B7( !җUXC" *t"%N% &#$$~bh% 1 Y <y6~~ejNٿL f} wt O (  "',037650c)!` ~QQݿQWǴ^`2A ti. Bv3&(&!Q7q Gg$Q.;GOIL@5&. s Lܽ &ŸEƇm=ή_J  GxMF-|5f8a1&O"E`Y}Y'06*@MC>M1KҸwq K B_G q N%6>|:|4%@F d1Y=E /jt Q  L. [m p;&  9 LiNn)gjL2MJIw  2 @d\9  snDj- ' =p Q (b)!01  3  6 , ow E(z!I K  k>|I-  z 42 ) odh9n=k |D_`2^0Itf'T?OD Q3 ;3:,y]' 8 #%#= |Eu0  sxeS "4ULHHܙ݌@#Ki,a}oW:Q"&+(5/|2|2/+u&u +k g  Ip$p3 y[+PQp~ H?W, H(mz)4M:94e)u6 4B.y /"Ȏ׀hfm }   ,b E^ ,U"-8s>VB>x7m)HF龪m5c_ ,5:?@>7;/' ^F8Yv1AOBjH&(%z .'ѳȦ֙D#)/5:988v52.*+A%~\ wۄӅf) L W;E *-K.*#Sl 'Ӭy'7 6CT $*׻˥sKt ? xc*2=|E|IF?y95.'S #? EW|Abn>/LPR{ wk%3 @  $ 'd&"< \al9uTQCܗ8&x6"!LZ h YZ?Q~C9h .b!J-1;& ʵ"'p !6HEDV2`]Gq& gxф B= Uj 7p# cL2RLI O`b 5+TdW"W6x+5`n iI+I, [ iui~ (+S!#d%$0!.=( G\aB9s\-z-3i*#I.n4>0hg !I&,'//|0|."+& *L J 0.2 b, 4T #&6 dUZ4b<% ^ݖf#\#$W&'')i*+?*)E%-t : >Wn  roNc[0>O- u@@ [Kv<k A <vt4N\IY(h=(T A W FL$| a S {$MavI{iL$D j +K .   K !jZk-RT*c?N < < | J7)*7wt`8$n<R 8SD C 7X`9 0  o3;LJzv 'R22 /C bJP[hHI \ZkC?7 [  @ 5 JfgC4'XP8\7E:  V C4 hF @ 3}  o t X   |  p>&xZtHqF*8oX>T$m` KPE Y ;u=R K 9X  R 7_08| lndx~<]VH 2V}. " o cD5-r`3CCiX]yM| o ) )xk=$a/`sOdW;=EG` F U T Z'D>?aKAt}ANb9. E  Z:p P # vF c kkuQjs}ogSXSgQA ~y+8. ;/  \s  -C}x &yVDRR%q+idKE5Xi"miahGaS^it#6H^-K)d 3 27; 1 9 3ZK :  3[fC%Tk Y/V'^4C$Si6Pr;D4m+1-}js< b ^ <T   8 )ej=TDs3[" p pCJ)2+]^ # `A~ڄۄ߇oS0-" Q5%idZ MiU Q C5$ g VsWJ'{qOn)4 | |$m('6%?#- V_ g YS[ZGpmf&z'FvR3| %,q( ~F|T+< 8 < <( U?@QQ h+":5WMDU!z`,dmX}u  9 G   xZn$ {  #;_!1)i  o_ ' i D K7Y#[e1z}[mi| _2}&*$  jL:$@s 5"   h w *h J R}3a%fo(LP EF ") N ;  %  +   "O~P (` Ow<OUA=-S!Bqo4N IJGNoih^1yPs;6@ Uph tz< v>Q^}d K= 2 hQs!!7]&A<0I i`t"Us7O xY   w< tgN"8E M v2YWN _J_Qg*Iu6|m: LYY ^=aa5Tt< @im)Y&{3% .Aq  SQ4^Q\  y" Y-|0tS3$fwX,)9O]btzH>Daj#   ` gzZ4g4c~ 6 ] z R P1 *FCz~7H% C{A<(;fx>CA \&j%h <VfWk3C}C 'v]E>4| p o>qpt:=>.. C U#:9# xayQh\քׄU+n6^wel Kxn6 |8S]v?>sDk F D1y+ Sxbo? 7!$"\E_w|fSTn + 3o&: \ y [ .G - ` U wK { K!&qwu| F[ jmԖą#^% Qy}@ ~: z/ J^LX@RkZ2 2p &)A,+1*$CD _5Up]L( }AlpnOV_~ # g%s"%+./.*%V ݄τǴõs+< |Ы u(I& &h$ %#|d M!@" \.  ;L T2cUl Ķºy@ۍC8'c <@V$1l=~ERJQeSN9JEA<6v/%M4d%y 7TRyeeZ˪Ÿdә\"E^snDn X+8BTE;6,;| d.CIU6^XRI,18 P̀դYʥG$A0Kټۢ%R_ўbG !NMPب L$$C"&rq n^Z<ufQ V V ; ]F /k~ T < QeZ.z,?d_J^6d,  < < F .nO+J Ynv[7;H[  "lm+_X,NKMDk07q Jg/z6= v(MN & zP)WS kz 5&~7`oY0" R==s jy= v g`eF!q  nG-+!_Sbambam-1.2.1+dfsg/extrasounds/tuxok.wav000066400000000000000000003746121436045143200201400ustar00rootroot00000000000000RIFFWAVEfmt DfactT~dataP          %%%%,,,,5555<<<<0000&&&&++++****''''   ,,,,3333FFFFRRRRPPPP::::----####,,,,  """"1111<<<<PPPPccccaaaa99993333$$$$>>>>)))) """"  ,,,,BBBBEEEEbbbbrrrr````4444****44449999%%%%********!!!! 3333GGGGOOOOhhhhyyyyhhhh6666----6666;;;;&&&&++++11112222!!!!!!!! ....HHHH[[[[llll}}}}uuuu;;;;////2222CCCC----444499996666****''''7777PPPPbbbbxxxx~~~~mmmm<<<<""""IIII>>>>))))EEEE<<<<7777----JJJJbbbbrrrrBBBB6666////MMMMAAAA????????====----"""" IIII````{{{{~~~~yyyyCCCC''''EEEE====AAAAFFFF>>>>55552222 %%%%SSSSffffOOOOKKKK^^^^==== 0000====@@@@1111++++ DDDD]]]]||||~~~~rrrrFFFFRRRR77773333BBBBEEEE00007777  5555YYYYuuuu}}}}CCCC6666@@@@BBBBAAAA >>>>DDDD3333<<<<4444RRRRqqqq{{{{KKKK0000EEEEGGGG???? 7777BBBB7777????((((''''KKKKiiiiQQQQNNNN ````GGGG5555====AAAA>>>>----1111""""4444[[[[yyyy~~~~BBBB4444RRRR????AAAA3333EEEE8888>>>>%%%%444422223333TTTToooo~~~~@@@@CCCC====JJJJGGGG ,,,,>>>>8888????!!!!8888@@@@((((!!!!BBBB[[[[]]]]xxxxRRRRBBBBPPPPVVVV7777 ,,,,@@@@@@@@99992222EEEEKKKK....!!!!****@@@@MMMMttttaaaaMMMM8888aaaaBBBB 3333DDDD<<<<++++>>>>CCCC6666$$$$&&&& ((((AAAA\\\\uuuuxxxxPPPPLLLL::::LLLL(((( 333399990000++++====9999))))!!!!!!!!!!!!6666@@@@KKKKZZZZvvvv]]]]4444"""" """"====7777&&&&######## %%%%----::::EEEEPPPP====(((($$$$                    %%%%----77777777,,,,    &&&&----3333====9999++++      !!!!////7777====>>>>,,,,      !!!!,,,,8888@@@@@@@@9999    $$$$1111<<<<FFFFGGGG0000     ,,,,8888????MMMMIIII   %%%%4444BBBBKKKKPPPP////   ++++;;;;DDDDTTTTIIII """"''''&&&& ####2222====JJJJPPPP////   ))))0000%%%%++++9999====LLLLGGGG####    ''''----....,,,,4444CCCCJJJJJJJJ----!!!! &&&&4444444433337777CCCCQQQQHHHH    ####----77777777;;;;BBBBKKKKNNNN$$$$    ####....88888888>>>>BBBBLLLLMMMM    """"((((11119999????????MMMMNNNNAAAA    ''''11118888====AAAAEEEEOOOOKKKK$$$$  ))))1111<<<<????GGGGGGGGOOOOGGGG &&&& ''''++++4444????CCCCKKKKKKKKPPPP6666%%%% 00000000::::CCCCMMMMNNNNOOOOFFFF  ---- 0000////7777????JJJJRRRRMMMMKKKK0000 ,,,,33336666::::JJJJSSSSRRRRMMMM0000 ####555533338888EEEEPPPPQQQQOOOO5555 %%%%))))  111111117777;;;;KKKKOOOOQQQQJJJJ 2222 %%%%555555557777DDDDPPPPSSSSNNNN//// ))))&&&&  444444447777;;;;KKKKRRRRSSSSFFFF 5555""""888822227777@@@@PPPPSSSSPPPP8888 %%%%0000  ////9999;;;;9999LLLLSSSSVVVVGGGG 6666  $$$$;;;;<<<<8888@@@@QQQQXXXXPPPP'''' ,,,,---- 6666>>>><<<<8888KKKKVVVVYYYY<<<<  9999  ....@@@@BBBB9999EEEEYYYY\\\\GGGG7777""""    &&&&>>>>EEEE====BBBBUUUU\\\\MMMM 5555((((  ????EEEE????>>>>SSSS^^^^PPPP 1111---- >>>>FFFFCCCCAAAARRRR^^^^QQQQ 1111.... """"====HHHHFFFFFFFFTTTT]]]]LLLL  9999%%%%  ))))>>>>KKKKIIIIJJJJUUUU[[[[9999 ####<<<< 2222CCCCLLLLLLLLOOOO[[[[TTTT 44443333  $$$$::::JJJJLLLLLLLLWWWWZZZZBBBB  <<<<$$$$3333@@@@JJJJOOOOQQQQ____RRRR  22223333  &&&&5555GGGGMMMMOOOOYYYYXXXXCCCC;;;;''''  ....????HHHHTTTTSSSS]]]]TTTT  11117777   ((((3333EEEEOOOOSSSS\\\\ZZZZCCCC====----   ----<<<<IIIITTTTXXXX````SSSS 1111::::$$$$  ))))2222EEEEPPPPVVVVbbbbWWWW>>>>""""====----  ****====IIIIVVVVYYYYaaaaSSSS  77779999####  $$$$2222AAAAPPPPSSSS^^^^\\\\;;;; ====0000%%%%7777GGGGNNNNTTTTZZZZXXXX!!!!....9999))))****::::KKKKNNNNUUUU[[[[MMMM 66666666!!!!   0000<<<<MMMMQQQQSSSS]]]]>>>> 88884444  &&&&3333DDDDOOOOVVVVZZZZVVVV!!!! ,,,,9999,,,,  """",,,,9999IIIISSSSWWWW\\\\CCCC 77778888  ####$$$$++++2222DDDDPPPPYYYY^^^^SSSS  3333;;;;****((((((((....0000@@@@NNNNZZZZaaaaWWWW////====....  """"++++****00000000????KKKKWWWWaaaaYYYY!!!!----<<<<////  ####--------1111////????IIIIVVVV____ZZZZ####----====0000 ####0000////22222222????IIIISSSS____XXXX!!!!....====.... $$$$1111222233332222????LLLLRRRR____UUUU ////>>>>---- %%%%2222222266663333@@@@IIIIRRRR____QQQQ ////<<<<++++ %%%%0000111155552222????HHHHQQQQ\\\\UUUU ++++<<<<.... $$$$////111166664444>>>>HHHHOOOO]]]]UUUU""""  ((((<<<<0000  ----111166662222====EEEENNNNYYYYWWWW333399996666""""''''111133333333::::@@@@NNNNTTTTZZZZKKKK ,,,,====**** ....111144445555<<<<KKKKOOOO\\\\WWWW222255552222%%%% ----333322227777????LLLLVVVV[[[[YYYY++++ ////,,,, !!!!$$$$ &&&&0000////2222>>>>IIIIVVVVXXXXTTTT5555   !!!!!!!!       bambam-1.2.1+dfsg/extrasounds/typewriterbell.wav000066400000000000000000000420421436045143200220300ustar00rootroot00000000000000RIFFDWAVEfmt "VDdataC ^sZxDԍ(n!Fl˸:ܐU5+LM]:V#;*|ލ5_ B5][462R#U>>c`s9.@;CŶJQfu}b$3o mT*4~-4D.qe[v;J/HWM3ƗR5)7&K0O{}k:3c)GN?_&ņAp]6`4{{R+_ak J Så2iDH"wR^g'+}X6$ԡlٴ+S!֓Ŵ t%GFI:.UQ/ S:^8aZz#x+(#cey0 !!$tigB/Z5()")]\52hL  2t n2&Kf^|@d8Pøaܧ( (n-T.IƗݵ_mK| b~9nS Cs}ȔK(608dv &cO|s4fPu&#[w"X$Yg"+b'ߓo-=y:u$H?{Fl$%\6q> [&"[H51)E:>-TʈIrw9.-|=Dqa%!5ߜ#M F'?Gs  6 i% j'49y4k%  Z-D2!+o45Q-eC̹xQ!{=ДG&xN{ Te!%|_#4MUB&^  !8M5CV9);43q  ` 4,. J/xةI,.-PJ =ZAM) m\p$> <5{A sL6$Y.)#U#& qS J>} s ZzY0 QxhNsWvۣGt" ؽA  ;߫W^t a(H*$BL<&&C=j% p hR}2 >kU#f \y$=;,ڰ l vfm>`-"!lWp;-  e$s-(-|zI= /F*Z31-jGE !8+"B qE[$ y'ws^aN-4rܥ(G !J$ e Wx}lM$T!J=# uW_l59"!l~G{ DP } l ynDs[A= 3sC[K2>Kr@i QL {> GF] ;&COTk7fa *F=Z|`u n*q N:QYg,<ݓ J^A 6\og 3+T 2M)   FB6*M$7/_$/hl -R u 3:!v gp juKx ] b\n@ /SF/q5SCdo:l8 I 2drkD P m#\%z]G" 6HK VBZzk-GZ 20xLv}" ;T9 xa> !U{("Bf>e  M{ } r@'ISu _bzfCzu   ?sJfN[Rh'6T OL l8hE= = ` |v"T$PA >]*YT\g$0 :   [zQG N4a H$o `/'`$m pEGfm A9,= ?h +(E  mHZ;M 'X ?H W 9{`oknwq82[0 M/qB~#)_!( @>`+(0  o1bb:Bi bR"&0=5A! %k 1w:σs* )#\&>  sD f8`O195*$K*I(I4) PkҶ"#HZS-T Y b  j 9\b s,h j' $v\ &ڂߣ^/o% 03%fH V w t2hmgt P `F00E+t]  . >; X?13-h#./s%~ "$} GR N  lxoFL j&?Tk#%Q$U^ ^UX{v \  P    =@8G7coT   5 5 Ojh!&Wp-  -sG GZo3 :~)$|SR C `i sRwv~A_;wPsڬ )z1XU ? \ ("FNY # s%- $f!%!Kjc t'VNaU  Zoiۀ|} 1 :\ -9)0$ 5[6v%&?)% P- AջMVXUb n/ I+PVKc'Fo=0 B %|^S?3[;c4tALdg;!5 5 ]g vL,C!m>  FWZO4>.]|K' wXK!Y e h j!S^= -LDL #a78l :}kTVDL Z"/6z]G =2$#<$(?S6  K3 2SO dc*+["L{; a}S r l$E .P\Az, 2P^}^ Uv " : oz ^t W["G \}I a'uEQH0kD C^Mj/ש`a!-73 ¹x`gl 37Y3G%ͲՋډ֯z_1JWL*3m"`%4r@9#U u1үF( >"=LGC- r YBOښݾA a)ˍд}S.Q *_!ޘG),V-*/- ($%)(+z.W+!A_A{A>_,T( ~5b 2}{xo+ ϫ1\Hi3;<7,M!JyHY (  xI'S") + v",<hJEv? 5+ B b "%$+o>y(*!Pq-#j2""!C&$]vܑބj  s'^N}l!U EDV_x(%XX(  2 s > 2/<D dN}4u5ژ~ Q # P h'' 2w!T% *p % kcz e A=>kgm}3 # "@QYE U  O2 d Xh-i^Iznq E\ G9#QO ~! X [; w *  %G*&$s;m5zbw < Prn&N\ !F 0mR>  )"](pw%O  |Z' ;j  T d,hBdhm{P Wz xLqCJl0cS L1C&s#C M YdD  } Fc  T7FRމVQ8ݰާ ocO @X H*: WU !('p   9l nSZo9Gx-v(i3w2( th0}ra_&~#c|^"& y%B71 v fSa ,2|YSyxߡ cVyu jmdf}c: x ^' Y Gs ;r.fscFq~ 5_ \? W(vq7D3+>, V d;! A T% 3 jv [. BxD 4ri 'x UU-  c\M=$ _ } '_)2 _RC%chH`[PC :mE   le hz$K [ Z ETd ]b F UR? w D< p$  HTzzCcn gTO 9 r += ;  Ec x =~y ^OXQl7_D2 ,w< W:t) &)# :m B` '_ ! @zj+x  x 1m  '  3a cP2^k _ U2.  LKlVp 8-w kBs 8  gyX '9;p JNv h%XTOCc%Vyt? RO : \t  0EZ 1K}  8BLY |J5 a/oMY P ay{_@~9g_| /A~q `j;N z( p{+ id=[6  &5Q ? hN o5JYg1 f/! | <t\`Se ikhP 8 I  e nN0L[_~vO3X/ - t3U9p S zem ) S  3 7qq u|b fp z mZ&|>AS:v  C < 50M%Y ;$%" i H e 7 C3Mbb JYB@ r K)L|KSE Aa pl ] hO+ jrQq_h KhCfW +[ F7 U,]3 Lr5  cj|g d 1D1 H! e _2K h 1k +'Qi s] w&x3 2}[@ CWG L"1i 5 o  /Fce r Z@    Ctv3t5 vxjq b:q  MuY D N #\o}3 cs\fn  `v BI Gw0  d SpYt.^A I9 ir M zN` pvwu5Kb.= jeFwl WTK6snm|8ic@ 33YvQj^=Mw_`K,ahH`{=Ukc| TD4TRp"=%b^;kZ$l|L7k .~lalOHYz.F1Q5riq]^\y_"]Lj HS.q16]t,#-2?C4 }C$t#  = xpor&<C^S`J5 |1 ){B:H= E(K4"O$"B5Z==G-Id3\pol_0,"5]m?g XF~ z 28zz/%b}xcO'H3VpmjO3R o~IeeC-T 80,]0qD: yBn; XBn^gW@?RD='@Uj?=tn]}P'xT(,[g~|J-`7[l  $X_;jl]7U0kMET P' Du)D@gU FenOf'Gd1@4jAH 7 7 /%j>l{-bK|9aDUdo&{Soah|)?(cXm!;[b %@JQ*e`* +iMYe5j6 Jr;'egU)3l'j "`HpaJ3hIZ(`2fmZn"},Q7}Nlb % *isK 5a~Hy>ifrS& MBmpj#_:P#?/sO{!{XZ9+7N KaZ#m=9+}!-XFS&m\z'}{+zPd'FBZ#5*2Y [`?)vu]sFHBu(P88ef`<O_c&0]bp2?]kYI3BTnR,7uH8vwzBtb!F=(l<+ LbG$O,J#&K7xqNbn>J P6^*f%MO=B(H[<0USV]9@_)=7o'PYd*1'\tn!m? >] RHRCa$;ot8e' ?ZMS;308CgE r*#0cGPw_#@Ty+@[m{0)6D * a63hq_1~2{smD&x) J#6$O%Pv L bh3NW"uJ_ZM 0~'fl]YvizKBVRl5@-eJ)yj?6<~[zKj9~r*eas M:st5='Y'2hNUEZ|SE=q~`Q1]dOb 6 >:H?C<)>$os2zrGB23SAydbh t7lTinL0_)1D]i?$7pl)9#eCO0x)mg*`*D{tDzRk&\wOvSo`OeEz8R4xZh'k%OGDr]cn);cgJ 5WP":J.6@)7 3=' #/'    bambam-1.2.1+dfsg/extrasounds/youcannot.wav000066400000000000000000005445461436045143200210120ustar00rootroot00000000000000RIFF^WAVEfmt DfactKdata,wpqmmz~rov\|_~_~a}[jNlOvWqScD_@lHa@B(`>pSO/Z>Q3[?\=7G)P49D(O.93# "            $;8* %%     #"' !"*& ", + #.<9H'C+S4fFfDaEiIdIiKnMcDlG`>cCiIpNlJmQjJiFmIvVvYmJarXhJtPuTsRoOfFkMuTxOtRtOpRsPnKtTsVlKqOjMfAsOrMiLpTzZkJpLjt{hsYvXbyYtWzW|ax^yZwVyY|by^zZhLqV|^pOgJgKiOpQkKnNkQ_JiHxZwVoOxXnPvUxZw[uWz_]|^{^sTmSnTqUsTpOtQvXpSvVy\rTsS{_y^nPlJ{\vV|^pRjEpQ}boOxWuUeMhLfIiMfJiRbH_E_E]?W8]>cCeIX7fGaCnMrQeHeG_?eDkOaGu]}zwy~z}wnuqhyc|afw\wWdsXsZ{Xy]{ZuUsQqPrSqXxZrsgvZrVpNsSmQlQqTmQgL_GiLgMjNhLaFV7_BX7P4V:Z;T5N.K,M0P2K(K,I-E)N1I+E+F(O-A(C$G)H.E&L)R8T6R5T7W?N4M0R6V;D)Q8@%@"M,G-C$A#=!>"G-J.;=%;;E$2>94F$>!4=93</.; 9-,,69(%8G(A&A$@D$A%F%= ?G/E*H,;"F&;>B#;A&?#G+F(I)>L+M*P0; C)J'?"@ <"D'I.H.=L+F*J*K-G'J*O1Q4N0T7V6U3N1Z9S6R0V7lOoO_@aF]>Z9X4^BR1J,Q,R3L)G(: 6I'="@%    #,#++ ' .-, ( 118;5:=!>6B+M4O0L-N-L.R4I+H(O3P/I(P0T7Y8Z<`AdBeCdGc?emcmvzo|wk{tbd{rfdbc|cfajy_c`{^blOrO|\xXrQuUzXjtVuPpLxZ_wVvQtUaccbceiew{nqjhxjcqpz}typyvxyutqtjutg}vepnnpswpntlwsrsrqomt|rsspowyerhiokhkb`kcbdad_}]kf~b~^j`{a`cj[^p~~ku|uvslfb~dsUsVsPkQb@\8G)M0Q4S1I,G'B"=>9>;A%>E!L)G'N)K-L)H)U9H.?F)N.N,O,M.P/P1L.R-L*J+H)A#I.]=P,E%C'F%K,D'AB&K+B$A @"E!D%C%C@#:78/ 1.- "(*!!!$ !!(  !( 2$ !&+!( ##' ( 7&60/765;><92B#9A Y9T2H&G&D"?"?4B :763- 46853!     !  *,, # +( 93.710Z<]>S8cDdIhLlOoRiOoQoTeIdIkHmOhKmKjFeKiKeKuVmRmLlMmSgKdJhI[@]DeGeD\:\=eEhKT6T1S0L*J*BJ,H'P-P0J+S1W7Y9`AU;b=dCy]wVeE^C[;dB\<`AbA^DgGlKbBiKmNgFgHb@iMfFkE^A`=]?_=a@fBfD^?hI]?cIeHoSlUhKlOhLlReKhG]BiP`?^?[>_ES7T1^?Y9X=^C\EW<^G`CaE]AS8X<W;Y9Z;Y@W8O3S:_>[;P2W6S7S0P4K0U3O.J-H,R/U6P0Q8F(F*L(H,H+D(E(A"E'D"H,\>sYsZx[sWxX|^t{cbqg}`|aoOey^z_darSlLpSkUlPiN_DaAbHQ4N2\?Y?O:M8J1P7V<U;P7I*Z:Z8W:S6_B|`giLeHhN`A^EdGdF[BS9Z>T6G&A#?#?<(*&+ %      w ( 575=9-10)3-+154139;664C 8B67482=;79277209.( +1?":4,+ .?Q7Y:: 41498C%A#A#=?%K.D'J+H,M+D)A%>!73:2, *2002042-* 73 763;,1I+F( /P7^CB#3I(]@M.7D$D&=0+ '>E%991A"?"?!A':,' *%3- *$ 15+ ! ($!, 0 !8R.fFU9_=lOvUqQcx\y\}^pNwWQ1~YqTtUcAjIkK`?T3R5\;J,J+M.N2H/D*^BkNrXoU\;^EP6E*M3J.YCP3K-H-L2L,J6J,A)O2N1`GhPU;L0F*E'<I/::25/-( )   ~   &2*0)- ' $#"+$+ '"*/ 0 !)0 )#%()*#**) () '&0+-1) 33;6269D"69D$]>hGK,E"K)K*=@ N-P3R0V0M(P,P/V9Y6G"E$L*I'?M.J(F$L(N/O*H'K%H(H&H(H*D N)M)@#B"K,K%R.G'B#G%A"E#I)Q0D"7>D"EB#=G O*C!M)E!N(H&=>G!K'?<=C 7@;C#5?C B B<@ H&J*AJ)P-K,B$J*M%L-T4S/P-Y:|Ysooynqzpzulszwzx{~suqutklqxqxumlolrnkg`}]conb}]wYuTsPcB[=fCc?X4U3X;V:U7V7\>J'B#O0N-V8F'G&F%B#6<B!@B 7?!<D&E+F*; 8>I(7-3784?5; 4A 91G&?C&F*A!L)K-J+H&I%E$N/H&A@M)G"C!E!F&B#D":735;+ 5, 29::47?A%;8A<98;9;9E"D$D%:C!=<<CM,L-@"A!B"C%>A#BBD%>;A!G&D"K-G-E+K-I+9D)H+D)A'J-M,H,F*@%D%S5N5bFY?T3M/P/K1N.U2U4K/M1X6K.F$N3Q1V5S0V4Z9< !3:K)D'X4R8pQ8, '*3$!'(% !($ !& * ,+% )05045;3??#7D$=J/P7]BT:[;dJZ=^AeFqYzZ}]dqppvroxtxyuwyutseilpnkwtqz`~dbk~df{`}dcdwZz]`{\`wX~hccnjqkfg~|}~}|~~t~y}y~v{v~~sphjiicedc|ZbvYzaw\sXrUy[~_]~`}b~`{^_YftRvVuX}bq~|}}zspwsttRuX{Vbaew]xYgDnNmLoIfBdCfCfEiEdCb:kEnNfEpPrNfAkKjLqRtSqPnNtSpNtO}\mQsTrSlOx[uWtT_sTuVoNvWmKlJvSxSxWuVmLdDpOpLlNjIfGjHb@nKc>cDc>X8W8R1J(S5Z8T2V5W5T3U6bAQ4R3Z:X:T3Q0R1S0S-S2W8Y;Y;U8]>R2_@M,U4U8K(L*D#K)N3T1F)F"E!G#D#C"I&P1J,@C"DK-H&M)L/U4Q0S5L*\=cE_<kK~\xWfK_CbFbFgJb@aDbEiKkNiJkLlKgJ`DaAkKiGN(2', &/) "$( 3#*60 - "5@!2/ 017, '- . 8, , 6//'. /31.5=86@A;8:@$I#G(F#L-U:Q1T2Y9[:bB[5V3[<bAa@hIfGlKiGlOkKrThft{{{~r}sy{{|yp}~rnzttxyunwrmylqpwklajnidfdhg_dmdbuqsrvu}wpoke^{_bd|^x_`eajb_cgcepgcospsquywryspmtswuljnpigdc^deegqskmttuksrnp|z}z|yr{wy{|xuptsgbrR}ZavYtSxZxXoNfGhHY<U6R8U4N1U5L-Q1U5]<I+N/J0G(F#F'J)U6N4E*?!N2O2H'B%8!D"8 7@= C%H)J-K,V7G-E)D&N.M2@%=$G+L-A#H)G*M/E)D'G$H)F%L,G-A!G(@"FB!I(?A?=?><??778AC#>783<72C!@:1 =8>;9C @B!8@6E'A?68? C>9>G$L)F#F$Q-[6]9S4S1_<xXkL_?W7]9O/I'G(H%M.P5Q4K/K.I)B%N&K(I*E"'     %!#" (+(+*)((,0 / 2 - *94563998:@F!S/V.^6c>lDvNqHrMiAkEmFkCa<]5d>]5`<dAeGb=pLkIhEiHuSwRrRpO|Yx\|TyZ~[~_zXzX{YY~][xW_zU^a[cab`tRzVwQ{Yy`_yS{W\aj|^}]_`ghdw[}_{_nRsUyXwRtXqVrQtVwVvWxXzZzZwZsPwWoVoNpQpRrQxWrRwY_j~ZxU{`wYxVvQyXzZ`x[x[zZxZsVrUtXzV{XqSsQsWtRqQoRcBeD`;`=Z9eAa=[8_<]>hD_8Z6];_=_:[7[9_BhGY6V4\8V5U7W6`<zXuvv{}ztvjspyhoiljwkhdkjka}d{`mfwX]BW:R5U3K%:540'#!!               -  &  %   & % 00< B*B&<5:210+/208802.017.+*'!'8& % !# ( " )" +" 10) % .<R7_DP7C)H)B(F.L/G(A B F)B%@$M.P3J,J+;#: C%B&2473D&6;@#@"938A$;D#A"A'Q5B(F*G-K*>!D%C%@ >034=1. 140 +' ++ $"(%* " " &("!$) - ) (24>!0.+ 6O2cFpQsPyYyYwY~Za~\j_bb@g_bx^vT{]yY}_|_vYrO~cjb{^uTe^u\oP^w\nSu[uXs[nWlRhLnPkLfG`B_@a?`@bDxYx]cBY>^@]BW7R-S7L3P/S6Q2F+S0G)@#E&61!$+ ( "          "      $/37/<A A!D >"G&F(<3B"N0N5J)B%@#F*L.J*H$I*Q0G-?%C)R4W9I.89O1E+E(?B'J,J1H+A)?&D&F)I-M0I+U7N/I,O2rXz`^AZ;S2T4P3Z=V9Q2W;^AX>X:^ApOw[rVfMkP|\gJcEqRbsU[=dFzd|a[BU:cIaHZDV<]@`I]@_EY>E0S5ZER:G-C&];oTaEH'Q6lIyT_@U8dFzZyZcDR4iM{_hKT6O4nRmT]B\<N4AH(]<Z8J$? S5hL^AR+N/jKu_hFN1Z:rUcdt{vhn~~umxqlceb|ZwYvVxYvWsUgKdD|d|ioSw[qO]nQkJhGy\vZgOcFhMcEX=\<[B`>J)H)G*S6K+G(B&9@;6+ '.0 $$!-  $    *..:; C&:;7:75:= 5' .71,279 /0- ,  !%!  !%% 52B$J-D,K2='?&;I0S9M1I*M.X=P3K4L3Z;W<S:;"6,    $2 "D"@'$ H+3!8!O4I.;I1lKcDT6R8cNhNS1K,W:fCoPgH_@U9lThvYuToUhf_jJwXbbgK_EkOxYyZX9bDekhF`BoRg|\hOoQx`zahIkIyZherSqle|bdcw`v[c{\|^nPwXaz[lPoQ|^nPmNqRqTgGgOnOqTkNbEnSqUuYdGu\{ctYoXuyjayZek~a{_|\kikg_mkf`nlga^lj|c|`cuVfmncad{_z`|ecf~_`b}ayb|`pVoVpUoPkLdMpQuWfIdCoNnsyy~|~v{tjmmqrmgcbwSiFhIpLX8S8T2U3c>]:N/Q-P2P0F*K-K,Y;O2N2T<Z?lPoQlLgKrY{]qWsZ}^xZ~a{`uVx]rToQnUdDkIjKV9V:W=]DY8M1G)I.O2_@cDK/I'J(;6B'E(<G&@$!E"=/<"D!D"H*O1T8C%M'\>eCkPtXiM`C[@S6\=c>`=_;aCU8Q5`FR5O,V4V5K,I"F'7   *$= '+- * $+ #%'0.0 )*44;<?4;99B#D#J'J(Q*K*L+V9cAS4];iGw[{_qsqsjekjm^|`cgohkfy[qSz\z\~bwVjIiHcIrTrPqMtR}XsSoOwV]uTtVzYuUxXoRgJcDaxXwY_wxrj~egfjjmnjjucn~yuyvxpjolktZz\msWrTrV_nQ{]qRoSgMlJfKcGaFV=T<T;Y<Y=P3W:O8N2V9_AS6Z>W<X=T6cGaCfEkKjIqRsTrTiJtUw`}\b~by[vvhq}nhwpmqpz{rsywn|^wYpVbDeIV=T:C+B+B#D*=12#' %   -+*4,<@"C'H,A(O3U3U:H,_BdHeIaDlRsTcx^{^i~uvysrhdnOiLcD[<Q5[<M);84 vrwYtOlJc@`:X3P2G&@-,5,(H%<+ # '*$9I'??69N)H(R/`;uVpTamOtQwVe}1O3~^|( hKm7!^Fw-S=k 1!G1E1T?QCWI\OXHB6;+%jX*{kF8{\E{E(O3hE6iE, lU,v`0- `h:C# 9^/VX*f1 W<wR0!cl$G/ZFS=SG9/    fg    .0  XZ DB nn ^] qr  %    63 ED/% w{4ZEy<.D%!nMgR.|T>lWvBf6AG<{+BY+vB5m;i%}N_9@d!iHlK8fE~m~bA$O4.Z9D%7R8n;{U&gAve@b/ pD$\C=$cZgZ!  H3P>9*z<5H;fXvB4:+`KhQL/faAa[:M.{"Q*!8 +I"kxOa{OHC{PVd4FW-b7SoFR,nD\4mF  GkEE  iV*;S&j tE0o:yC2:e6zL'Wm5xByI@a2t gF-:$^K!th#(% B@  `X ,) 45 43 }     wx }y C> ed PE J<[GVIOApZj{.X4b7 >mC!-Q;{e/8+t=k7yra|MqG"`2lE - nJ5' Q&L$T)[$N%BzPdxKdzJg}Mv{O6 c:7^;P0N4$eZAgXl_zHB    vo ZR"[]   C K' , L X     =A   { zjfVI3tWKG>(|csO4lJhLW6pIjE_X&k9V(!fOs 6 (xUcEX@C8}   (# Wa    -/  %.Q#    %  - Z hl |@A   >-bNKD_a bK<%{^+('rM6i=P#i8T UWMc&z>T+ vB{U#`uG~MnwRa[+:kU&yO`b&u6nY%}L=e)i2P %P(pKxA* (( }  -- B< T   W[ G R  4|2Ys 1 @   % PT  S>./  MO 8.<. ]CdK) &GLaf&\$pQ >G nQ\({6aL%Zg9HW w:8{G]4l2U2R\= 1L#_tT3~kr:B ? M U fY naRq| R f & 4 3  D Y0e J _6P[ya) 50 4  od     D9_Rb@$R1eUQFt~!'+&w)_$''+\$' trF U qYeHkO@f G8H[?G?jMpc/pW :jvOYfBM(vnVD;  FB)P;GHf̳p06ܥl)ݞTؽ=ނ[q~d i0T C@ Z" L$'.++8;V:=+9v!X$>$'903a@"DGHLPTZ^O`hdieijnhm`db@f[_Y@Cy!$<ntQ!L+ +A ϼξ ͷι]c1@v~e{_N"zkPfD+4 7w!(,2637v*-"%z ##0, \fDo-oX#f;}t4D%&βa|v;?A݀eտwr]/Ւ@װe߃n[D@IO ; #h),R.1 253/75497N;^9=:+>JDHmUzY_^zb]"bj)ox }2uylppQuotrPET.W l(Aզ/!^ \ ?:jD| hfQdyjB:EH֮O׸[!  su >^#@B.$t',>0-*12%66&:/3g#&m *w!j66rKeUq@2V}=`aѫ 7n!Xhϙhor zVͬ( /Fۉy+ 0 ;$O&)+.;{?kD6HEVIEM2QQTLPTX_dhabfdhw{ u`yfrvAsw_mqnhlLOHQ ! k#WZJWӽ vۯѕ7џ>޶AHɣsڴ7B]¬J}  *, D w#t |""&  j/2C58599S7:2k6(+ + *u$ޗUu,oΝ$쬟Wjїl~ƻj%c˲YO)g;K0CY v&!$4C89=::=DHRVW[^*bcgvmqbA{(!$!k$xm!t(+  _#&9W=;u?=KA@D5`9g$'l hlQ"ޜۄ;ؤڸ$(ܠEEj&eϠ(QѻѽK􋺄ZؤФC Ӏ1aӾF{iۂuHPX_ I-0EIFJHLtX\`d`Jd0ostzp!u4bEf2'\*t]d@D)ɽGOٶ`S>ȍ&"ޠ˧ҭ7gzf! ,#4&) !z o!${APEMPA_E8@<266&#*v }N!]\dד th-{qޒP| ="RJ9K+l܇Q r͟+3>WϹH#_Lu4Ys#N(>AM$03JNMQIM=V@ZKdshf=jv1{2rxko=As-mu(y"r %m #06үK1PѵϷͅȢć0} S<\~i'G%\1^ @"--0-?1*!C2cQ+>ARVgJ8NQ?By7;D%(OI E *@,գ׋pQ\vjsȨ3D3f#[DCgZlU5t *lBb)JBFh /]CeGY]BXC\h[}_hjnuz~]y~ptNWZ `T } 13*%(Q " ߷5(!- I¢tѭ φ^, H"3g~}P*-48/$3"A& c# Q$ >&tO:>Y]\` KND=@,*0@V9"#ߛ.ՅY͜fʤ2t8΄YѶXЪuЪ(a9"ólɕ2 a҇`ke5b޷/߶c d : B#{W[nr aensk,qM:=Hjs">"" ׀ǨsҬsJZ̥?Y'HDLn #')+7h<V"g%]586J:/d3'*& *"%QS&)HLDc{gSbpfVZJN 69FmZ;E#Eѓ'vrлWDŽU D)bxu 2H禴||} =h7IE  }q} j_((:9=nsk}*u>y~:zD|+.>ytb+ӌ;\&*Ovw*~ Ŀ &Ԥwτ ~*-%H) "769'7:q-0'}*v(+@,/y+.F9+),g(?=nc-0$$u'X O$(,-0:>U0Ykpr֠^Ҥب BA9%p^ -Qh'KD]Hz|ej,0kV[%5,v/rog(plɥzlϓpD+q)Q"%tH36.^D5ST-uc),@C([K_+jxnanrhlaeMQ2L6" q5tKӯ/ݰ߳$߉oOgxm!Z㇋GyHṘW'=J&BN sE ERxa!$.OSzA}|r!wM36 a)}D'*HhXayԸҩ/z ΃.{g]*f $z}p]gh>Y(!9=[ `lpkXoej ]aIZM0Q4^"Z O+ x݃߳ XMOxCZ.ɶ%@ L!# Pх=B͙In14"D !(+D+.0W4B^ c>ae>8;` L07 #/O:$>4o,'f`jf_~  7@g cb _$59 S0WDlplp eHiZ^6KN%7:=۲q?ݰ܋uf68wrƒ̲/HS׶㸊@؀` qюOguM~w܄߮z,_^@D?lCGbK,xzXk+oJ,s/k%(%V(T2  ' k # Nlȹʶ[wЍ "!"_gGW?8: 5x.  DbK S O(a,:>>MQVaelqyeiGYK]mJ3N9'=}&) {'z&%Prުd> ţ9t;JvOWw瓿Y]^s7ޚZD  *.#KOKNUY|X~M|-@C#Q2514~#&_'*82n0jŻ;Kh( =%9 QعLKT^skEg!f14PB!FPT[``=dVZIL8<-71J/Y<jBs:ZKo7q D!C!$ XsU5Ҹub0nЌOύsESʔUm0҅S#ݟO(>6 B/iM$'+/c:>AK$OwOXSGJ<]@7:y.1@$'y) 5 b4 O ܼ̳ )sCoÍn#bŹ޻`pGֲ؅uI:a`  L>BNRj9<438VZ@mqny}3rzv\sw`{x}NQK']*$'BFDeH(8,'X+Ċι 5zА A "!a$ ,/8zфU!Zڱٳҵ9 d̮" u83V{ƥI9?T}?<03o;?9<9{=jLXPNZb^dhqdhi nxko\`XBF5947>A@@C S47X"n_ zU_r!c#ȚXLj&7 -Dk xVEc d!8%-]1>14C-0 'j*%(#& Q#%D!F$'3%(O!Kej p $ %g|DeбDӡM;DԤKٹN`ː=ӪаKf"ծEPJC |$'/*3+n/'i+75;mS{W/aQewSdWLUOYY]ORDqH1=@"9qq2sp Oe9W űt䜏U3m<^?iuR: ;tn , A*-'i"-/@38;O.1)_-%')q #27'yb|P|X3"F`?9q@)|ի!khT%ԁkJܜt`ނSVp-'Kz}`RoGNR&Y:vGh,u:1ޫ2ۗPП/Ѹ6 doֽ5@^&im;GP|HXsR<%. & "!Y<XEua$tIk~\/< E"`#_7X6,g-N FX++wp9`#r>W3bq0v7W LIl hn(0(a LBD}wGn zzR8BP!a `K|G4pysNbMZ7[8.O9   Z\ }uqi gZ    ^^ no  ,'   , p_D_ tE_,8?[_jm!;0JZ r:!}c7|mD;.RTDS_JH %5Fj7U[jz$EqJojGic o8rCc1f"?! )a-slRZ;'P$[Y/e8X-{Y`s0'"Eh2-Uym*}@gX#jo!k%4// ,-_$YW>?85QuxeE)۝+](IN3}vRO&\E7S@=e42a@G4[Eml          $) R cH T   ro ]Uuxa tZ'(  oUeP}B=nzPzEP'm7 `l7\\f0H-|uK|Qb0g Ua#[hEpRvIbG  8> -/  2 AZC3]"@s pB)@h+66DZ     ov ] c RP  [W9t k?wK!Rs{PyD1ZFf96[;}[qN n/1DN+Af4G#2   C C _r FZ0Uh?T0m&!^ # N9P+bh B[6;S &   3 9 /)ubaN6F-u]jxqW* mKX?sAa3^.xP&2 YL *U%{h K-hA uo& 2 9T7 ;auh#U!U,eV}>q B& W m' ;        q[?.v`].Xv.a&,#Yq- we,s3KGT y:N UlL5VO\m#{8\[a#6 qV' .*  {     \ m3L / @8 ; B   F T "W d   OFa`  5/bVO;lSdJ,cB(\seuf*tSrDf5#NX_S{fY U;LV!r({/q+8u-Y s|kycFC)=c#"[H_cHim QL UE    [QKO +P $ C 5\ >]L_I R  = G  5z  =H X]     B){sNvL~N|Cp*h^@Yy5 5UEM`D_N5:x{PP%O7)) KT   Z[     c p -\ 'F $'Mp8Ao.M b tc   = I   p s w_E{I#B*z, 9EBW-*E)Tr*N F*-c {iJ}'%s Td5X4$G0)    f i   p rR~QQyF7e {-U  w!  w z  }|pr vm |&=*wb|Xw|OR!Kh#L)18Ali`F:X3?77A@870SdQ.v>UC64V|NgP-T0   _`   k^"L?Fo "]u*;jvt !7? T/Q &7 F    dn  :-Q8\DEkuq,'J e"$`L=7}A$nw|_h L"@4=((C5@IaBXV>$~,Ip~F J 21A vIK  K P 5 A { B R`}+*U`2_{*Z4Ql"9T*<J Zi x( 3 05   7: J/& ^RK9k"ODu_ +'Et!Qj60p6>(C;i%DJ^ q:"XrTg4ibx Ed]$K+phFH [b M Y/  E X (0]x/gPAX( he}kIf@j  T f K<if A0D.~m>DG`re4C\x#i )!Tf_Od7@W}+_ D TSa[?:`x>R6 xU   } zk |J _5X  +&Ofta K[s z"RR0!9m`Y=V{ =X   cX|r)0D,Pa%rQj-F-Ben>8Empls"d 3 HC!yCCdA[@/\G)N0W.q<8  dv'< G';"/#Pw4#&k!z^i!B"\A`7=e6WO [  #eK WW<zCk05JEGVV8~(4X;WO&>VI{ B\1C߽[^<3wPRmq?B g&I!YB 5QS"!4%H&)),5!$W6!$!U%K'*)M- `F &)$"( v"'"%.1:#&!3s yN O  K b I g&@lHaFZJ/3W3VL7H5m4#QM:Jyn܏ޫYyq?eN,ru4=iNK5Ibm9:֍3xΙW]˙͛* ތP%\%W_- y "%=,/286?B8O-S\aOfjg>kfj ^*bjG&K86<9<+.o"l/3<@s*-G )-36b),("|%&) # =Tp͹1'o϶ΈRjAݺ>ۺ|3sݭ#<͐/ɍԴ(3c` 1N 4` m r  q}Z]q m#!v$ 6"!D%] T {;_qu0?bav[;TJ.ʰnEJnhU.kT< A#&;?:S>W;U6Y=UKYshw6~{sQw_cl> B"i"%$5(s!#K'47;-0I RR#nh *vާزGV.-5̆Ζ&aڽS7ݛ<Wհ>gͧ/ay26.* F,20A:=>14&)*K),Z),M )c x"; [;fs '*/r3E.1' h#9E]m+m܆TћPȆK̓ν%tIە&@~Ϻثqhyz=ߏCOͰsMWܓG K1]"\ii"!!$,/NR3aTeO`^dafpxa|ooudsiEULYw47l|+4/ # (+69PFw9RY߷럣ͧKŖVq¨e֑a7}-i(L'38|wm4 5 $cH(+ :="FI>IBM.1*R."),    > Y O\ s'#Js:ooۿ(#a_Y͜Z͟HXGA6eoख`=,O\v͡ωØňNU `1K(Xn a*-+a/.%2GKbghKlfkHlpxy}Q{t y0pt\gk)\:`W[B;F #%)  H/2/|3-!M5='׌o0J&G##vW[f| '7ٴu4{JKWF!Z%-17E;5"%'c+P25*7:1i5o!$H $ "h q   jb2'- b@H?Zh[͒Kkpܹ%6ם {Uh21;ߔKΠ<̄oYvNtP߃/P1('H* rO+//.8;69155H}LafVZdJiNUei }jn_cskoimZ^QUqJ@NS14 g!0A4jsg" sg^o6Ӊ-L/ɝ Bdѵ-ݴr?(*Zcc +'d 2%(m488+<^03h#&!Z'*$P( & r , mGy]\"59b+.o"="P$''EdUn !9QQ^N٧"ʬϧVeϪ9ׁW$ߤ v+35A~8Ʀ/ل͗Ϲ'úU%Z&cd3D  R%e*-+.(+/38?BNQoKKOPTgClHuye j^b7cegDesi%_=cPTRFJ;=? $(5 =0R!sE;Њ2nXVkOշז6 Pq5Zt^  I1aP}"%o7;j8;)-v#&&"y%|"%.U U ockEG(j/QD>1̀-ٵYЇ%ّ3ڨP^8BḧH5/ۄ*:ܸ-CbQsSi `a7jjv!)M-(@,+W/c6 :E]IPTNO;SEWU[nKs'vzfjY]9aeeZlp^VAZPA ECG,.~1l /`!I(#, صPfI^ѥRzɵ~upcnGIe$Cw8 < _MFkF|Jr.1I;>/3&>*^ ##n!6YM@!zRmA?3s;ok;ؠڊ@aiݕlXZZVUCƸrh$wٝV3=lj !"g. _P o "W&*..*P.V032;>N~RTX|QpU]btx=rveiW[=^abfjRzVY=@4[8#o$U(1\!S%0 uk by=QʃB;P5ϾooO:*"@>ҎԐ!   _@Q= (V%U)7d;7;+0/"&Y$ qG%' _BYxb+8*s>"ց[ѭӐٝK,/D. `ܔI,*wtƔg&L- h7 ^d(+T,/&))I-AE3VDZIM!JXN-n0sx_c PSd3i4mqXZO^ADCG=AJ%C)Uj$ (+!ߐ"&d*ցO[ą]r¹ϻɾ.ht̷b#6  ) vYh XH @c(+>;B* .=7 !$'*w I Fכz~B8xϷZUҸ⺭һ~2hҵU(C*g?9 ? F-%BX Y*f.w9!={14s#&} _xr,X-bErD2P~cʟrԛܓkhj4.iu#3]ǔɸoؿ)ީ.BC"% D #[$'   #r0"Lu1#𼜸LƅǿWebFڱݙlz&D$sj   ! %*[.@/2a+.F* @+L=_N  A; p62ב،ڗܳ"hݐ<ݸ߽B&o>t6A>e'CI=ʈ̍ʷ3b<ݳ]{.i ""/>3)@-L+.$BELPEPI6EIW[`eiW[LPQUPTIM58!$#RH :!$.)RZo]}UgpiĈƂ>ТTlKpY"g`*rM[%^A;0$ta" &F'*M'*[Ap9GP?{u] qm jU}fHߕY)ޥ' Fb{/IPZEnhg侼ڬADфSϡlIM "uKD vyY 2`"%?/2*.--1;>sF?JBFr?)CQU^c-P TEqILPIvM9P=(8,n"t"k<`DLvMמ.>CF̂-_Y߇?%2s{(t-=Jj_I8O)"Q! Hf ae   .t  k u    !a*~T<\-hk6 l$2rGvͮ>qPc!c*-o03@143,7BEJqNBkF=AAD:>..2!$!/#F1#&$X'I  -*j\Q5_ݍ߈nAH$PhS=,2 7}~G   uM5}p_?^?VJv{Y!B6 1M  s { >9 (I'cFJ$V\q; 'RZGGqם ߆zϷDS۾)߳ P+`Tp7X ^ 1 1 /8 Golh!&T*14.h2)(+ *--|0&b)#X1^ 3u AfVQa UuD Jp3Ii9 X(*%wZWlKI4Dbs/qem;Z,}ipk\K/D+G!{J5f1 cl+p}O< e"X `k<<3Q (>%]B   zy ? HA @ {- {  >X  G Yo { ^X XN l_  if skO6M- NWU"Q\(cZb/l JB UH \@IzPe1( rG*t(_3:B,n/VvG 3> S5yOO izXqx  FD   \UYPX^ " + # * <h % 5a"@e l; S Y[&0U AI ; LR X 6 J #   j q {x  p[w8W&7j>Sp@3 }\-x`S&v3dB!|l;V/fZ+~[yP#S+jC"~_Y4:+ P(~UY,* D ? OSgP*F*Zk\lZ~b2% K ]{    W n3V_v H T K as(Pb~7X5 G (  Wg !   ch /. ,"9"=sQ|,TJ6 "R"e7  )oEZ~[ *R&]}ViJ~V}z\z4 8T!o9esj+0 #T3WHxp0)y   rivx    r wj# +.0   IcG` *)     n { } jg [H?;J4|^P/ [58iT#>U&ckJZ1}OX)n5fMd^0~Jt@p8tLN*~ {[F; `L,X1j4_%d2xn@$uh40 -$WH~oc w{   ag D W 3  |oys] i  n  &!~ hr   7.zl*uc.%' Q7MAlSiF{RF!nW27`/qv)j{5zAh0\te$]P]za+y~E%Zg`BfPu)@&|)F|k{lVeASFR0ZG:; '\K XNMX  LQ  %$ YZ   D8d`np h]~kD*rcN22J a4d8?rGn["; M ba!WiU-iKetS^;~#\>sl&qJC&gtJJS.#kGC,aHyk|m1K?# 4. :-_P K=]Ov^nh,qM9chfBJ$x+j?Q$(h:lzj?~'_5@kD9mzN smoFyN#!pvN K+- ! }a(L33=%&([C  _F{|)fN)ChKwQ$r}k?F"a|P5b\;aDp[v{`W;nuO:~o7zkZwj_R\M~e4#E:tbTGkZiM0qX3$lppP2sJhDc. ]5 Z4mD5vGlDL#{SF"|g#}V8}4zWP0_ [>qP_.O9O;.C(q>&  fPr ~2=%lZ<#sjP?(/D)R4 kGrE.4lA8'+ D~EW[AtQ|<'S<@,F9WK&&RC93 zk 0$ A3<+i`ufC.U>`l|z)T'$&H!-pB6 lB4+\2f8 ^/+2d>.b$3 _ zO @ &vp1'fURDH:|D1WH_Px[Gn/aA _Em_C>pLiFO*=sWT0e8ob8M&9FQ)R+W_9rV00 gC6];@. aAcn48<$cE "\CYDmZtsX~{bzeyfoX_H_C3 7qWP6qTnS vS;]cFpWv_ `,F":mL){[T::(3EBE.yo{tTV ugxxj{ n[ofRR6Q3phG|#* mLzY[d=C2 a3qG3BvN\0`:uMV-g[.nA*zkfyV!Z5"cDgJ{]" L5l1X;Q5A'euC,ubuqUgz`$lIjc/H,HUa%TvK4[1U*g5`3U97R>F36D+nU0J7B?$_T2/ _WJ?gQ[V:3bGwdwc=fBcxRte{P|_~1Ig0$]ul7<X]y7dNE,S<bR)-hV{TJB9   4"n~z|<yW{P:u[Y.6eelEhvIB( jjB Y28 gU%Z+auqIM'N+J%. uT X9q ?%b)V7p@^=On2{O{h> \)~`YA! 20 i s C I ~{  /1 (%ck ~   d_[Q J[1~4Ja4mFgg<x;_ad(|Ji\ _8S<:Y@T1:;&^Eja@vT\9>5cBj8g {Q)O @h? gkfQ\UsfsWp;` o $xo ;Jt$p=hgj # & ) {( Hi&ORdV%n(J734_>=@/AikbrqMO <0!$ y* rqFa<-_nd.~JJ1yDw:|( nl- Q"4r MY',hy{ } 5#&),+a/x!$6"n(o_ V~ "m:W biAjCssb]:s~1j*n wkN(3!y^VB@ !cg   $ G [ eP,Vy X)a4)j'^Q )b3A& yi\MO9+UN>ܣޕ!7i*ԏ֙W\w_e$5WhgiI46& &D(+'+&H*4.17;~59%\)l$'"$~'_Lk~"FBZmZf{ ߑQDMkT?9^ -]T"F   rn " H2UW fs?h $2\D3!l h:U)%V!leMh5PF}v&VC6*}HX]ڴ\;݃É;)L!kuk* _y J$!~$M&))m-37>LBCG<@J:=3:7#7'u: #4b Bm b~B}_חqjk>AEv.x41 pW5$io m v N+U"G0 C [II2MC OxNu ?+yaB 1H!|4H+`*Qf@5|V#* ݣ@ǂ"S<~G) ^y 5 GC (~+}$'@'*u/3=A=A8h de *qd   ja aH6$9`X~d/U_>T)5n~Ƈ϶-탺vmES aMʌ4SQH ' n(+k-0E:=T> B!58R?CLP&HKkA&ENG8KVZ GJ9.1(B,%)5 F*  {o%C-S$|:}Nˍuś7yrԌ?۶ޜL vZW%W/!sR21 DPc #j#&Q"&_*5 E  RDO?ui@)VOhe ~[an_P}XkB9xyT?Aࣳn*|Bر ^ڣܓ‹bC &P +G/8w{lJH+} P_!$D'*,10+ /n$' w  "   hD1@ ~GL ]L^0z)Bo(\ӑ!ߢዮ;>u1ũשٲ7KXe 1%(/ 3<@NRK^OQU~aeKaaeZSEW;Q|n˲'ݨߪV5͍χ DGF^JCF2[T_k9ouhlimE~i jo7MgQx9&=*-a8+ 0![y@lkߙ۳ǵɭϦLelZňǸ2ӔIj('Ce  w*-1c56D:5Y9u36-0# ' 1  WD(RL.p*p0F" m$-ߦ_I(qR͗rκDґhԓHЛEй0Ĉn&|YKn?ю;v `? d*I./g3 >ADHEwIVZJM(JNTeijnU^`bfei^cEI%?B.[2,W S7۬eH+^ݙ+1oFUGwyʴ̼!ve]$8>ZHn  r" '! + %V).v20G44R82W6*-#'!f$DW 5- ISIz-&z.>d2فcϳѵ ԯ -|IΔܿ^O/d:;DbքK{CLtLi"'*"'*EIW[Z^V\j`VZ^!c?kogk`e1jznae\DDHU;?,@0 A \k88f!ަ_D}cZͱf󦿨ʷ5ǎTҴX]L F5os}6h@k/3<@7R;26036*[.w"#U* j e g!*vj[@߱-ӃՃфJ̏tӯG֦ƢЂs/sA r ӥm gftӦ@Lx!D%)P-;`?PUMYdh\rvkEoE\i`-xs|dgi:^xbWrej;?9I=478>.#Zv:mgWׄśk¤­t8ꩨɥ ^LBSW9/_$W( Ve#&8;+4/!$=    9 ߐKO9LRG٢_ɋTȅ:(Rӧ)kxU ߃֭6BGtO ꛩ]iz̶Yi.;H&<@i14=_A%^?by}unzgl0p untr{~di#&!$\(O(+8##03IB FGKHcL*HK;>E*-K&): ?0P59|F۽BLPN-huǢ%0ny PͯCUcݣץgZPƚa:27Te ?)0u7#;9<;?TXsMxw^~uzx1~rx{@D@69$(tLTDU WфǴɤŌ69v3d8k JEpVzn *"r%$Q( Hq"'3+'+?%(;/2:AE_QSURVOSGK48)-#&1?sޖ_IZd-%# y}Xla|<ŖεCA;ёWƈɿZzƮU-(#s377MP$PTejtmrSX0%(#1'5),$O0VU$|Ơ۰ ]$ΐ0vn.ɥOܤ05 -j%5)z%(_h'*4M8/3F+.a>3BUYQUMQzOaSAyE0P48&)X:(Pݔ'_1A٩y@֔ q ܌Gžύ#eS66ͅ϶D1Ҟԫ{ 7 #V@!D[_wa~etlxj8sxX\{FJ"%J.9lY ,岽ȿ<ʀ'ZɲbKG֞*6E֛ tѠ7YjA| x z$'"$'2@64 8*R.P9 =UZhZl^&SWTP@TGK`58#6'_"vkDbZm?9z.ۣmʧ hkϹcûô8^ۿU QRg ^:|eK47[`Z^os{~kKoSV(+(#&yGxx # 8Tٻ?)S -z-IFG\MIq} H%՘k!C},z*-"h%oi-0k:>4*-4-0KOZ^TRCVOO9SJN7_;(B,l"%cSA!ߘ P? ޕ9Iٸ۵ܠᅥ3K}޷񻀫:svjz@D7 <$c('*yF ^.|ˎ!:/%ĝCs:s.gԴ׶W۔BsT76 \c  (-0j!$!5T9\>A25*?Bi]a&fOjUYGK@D 47$( iHAtދތ2qW֯҇ÚسKN' а0zRE)&^gˣ 7H!$',+LPoks=rsxUYu-0&a*?#&;&6*;,!4}%K^y;e*ױ곜;ԯ?!2D6% )-k,0<@C58!.1MQ fGj`dSWIMkB,36+*/MQkocgQUPTCJN8;'*b $Xں=mʚw31֌?ڱ*q>1O1zƯWѦHv΍Л/p3N.HԼkV BGP$g(zJvN(mqW*\a!P'*AE )g-CG!vws񙛛ЦT &O ܡBiɛ\ naөո?Ѷ۸TfZ,'G}8;"񖎘bn2sd\gk`6BZFDabes7xqIM +Y/:= 0שEX&؜'Hp1<Rm 퍍${-7 +?/xHOL>03ScN!26-a1&58W[hlw^bSWIO/S3AD=-0)3-%[(VmrNp'΀[SПiDϲ򳜾7Eָ΀*dɕऋB,%XϥլC򭮵ӾԬMy2 M 9 6u@EDGKcco47s"%14aetx^^fbMQ/PTJNA5s9h'*aSQhѴӐz봀"ˁPСwM >;-/ؔhS*U>լc eŒѼܾ}}8٘p%Y)7;;CG0bgyW}hlD)x,LV%Z\)~,uɇ?4W8 Fʻ̳'@ҥʩ ۈM,TdѮpi  IxJNH6LT M2&M*H5804`e3kmo[_W[{Z^PKO;?7;/-0 M@ĩ&(w;4:>ٽkt˒4չɻџ|2>8FKpMȒHu:w)g#B'5}9b:=aXG\~:TW_vWz~3Xdg$:=dV5Z9(t,oڠ" |?T鐯ƀ]of+mXҚܖXcn/b3TXa+.{3 H9<&e),qGK>jnZZO^/MQZ^;[9_?B5g99`=u*-<X;* ʿzCmPبb̭S0slݸēGΣᦎG-Bᄧ-զO諾1"ז5tn<b !$-*1DHeujpugl'$+#eei03 S?,C ײ>2) jьӥ\Я̱Ь[f׀YAAׯ+I^ TRG@KGHK6$()14_. 2icg\hl}QhUVZ_cLO7e;[B*!g$hS7[*d>Ӟs$,Ia ࢘ƪ4m'1ذ⦌6깧)[ɽɿ\5ǛIdۆ_]F&@*7;OSjn_osZo^PptGAEy# 'LP\i ̽-<1Ǚ񔙖ar͆@?O!׀|IQ譼lœ  @GK8hجԮT)uMcpų,fVe ; lg!$?C&25 Pw (+MQ.QU HKW[fkBW1[?3C;?1(5e!74Y$'oQ[0(Ϳ/EԎfݱon6cߚ' `ۋF峟LRmB~SWchTX>OB@}D9=}E& <ն8< ni̲T xMgڱ1 P'qYa7sՎ࠼1_ςħ޲K'@󉊋˺Fc ̨ݼ8HK("A ^-0/y3a59JNOS8RԵ؟% *jmыWN*(H‘H$  7;>\B" AB,=0FIWBFNR-bcfS_gcK{O!BE=dAh'*n qg8tIӁJɛxVF$16BԖ=C&#;&G?ǧH2LCɫ_])o@Wk‘ ؼEYТ}W. AQ8 # I$$(w*-6C:u>B 14AD)`LdY]he j7c;^F $VhR9!hǦV.- 4 [=-ݥf|Ɇ9Ӑ闩EŔk`Om 1 9h= 25 I+B 6.:VFJF\J:XM\fDjZZX^EFI>hB]47*PFޫnąƗy5Ik;h23ƿбF|ZIПᕺ`tڥc!'ďWnݶӄ N a l#!*\.5!9F#/h3_]a^c`#eyq|7)+w M /,3* ^\e!?#|r3 ɣrY 7:b%(c48ItM:LP`[_!fOj`Z\^FJ=MA+.\4H֖ Tb.iw$G k| w# ïY<}T کSrTԹb.Lھ5(Tx ҇bԁ-˱cN2U&% FAq   7F;>LaPPSu_x`fospB! _nԣp%(`;BUYT XP\m`cjn^c@&Du/2^$'N IQ9NեמżǍ½ޗ7  Cw Ǵ^Dݗߡt! {EO <$xMl:&оaͶ7H F)>{Y9r Y_;?7MQhOKSgvz>uB ]/2k+:2y6 6l9>]_?\eԞ֕=qC() ۀ,+Kp0͒:NrH6] Xa%8ٶNLF/93TXTX4Q&U^c@`NdDGK,/ %{(;RYk}ܞ?3g EQ *0{fۼw\;C;{˚䡆:ȕa7߉Jy_͑j{  [@$%c).1#CF[_ cf`~0udit&)o 37*e-~|ILM "ٍ<'#k՜׺RG*: H0[1z't5ՠg+&݉ߏD e(̨dn,-YR@4m-IWD7 %K8<[(_^IM7;OSX\:>> h#-#&D"M8  _/udkq&Ҳ#3-HȏIJƍhĞ"ڟܤ%+`a[5r…ػT׬^ȈB˓>v~ /5[!5m&S*1Q52k6-HLaYa]a@DSW~Z^&), b59׈/2 QsZIZN̰˲lѥ1<ʒ_ެӮ{nǡP/$?ߔ6/{cjsWz[ gB5F9=,*-HF0J9Z@^oAE%('*#:'`6>.Yoki%ܚ(aԦ1,1IBeyc^"׋^fKnٻSئUם zLś4Bb- > L(?QF M(+-Z148KDHBE2JMfk}jej:w>C~' + #a`458 g]mVeĈƎ-r񦊨ө]ݩX_ؒr|7 34B?rxiC ?14I>A-*1n6:ZPOT+KN)-!$o"typ:u}Rw߆mt!`Bdŧk҈mnd8 n#@be5wǶUX˿Rĉ \7 # ڢ5$/j,l0m.15p9JN>B>!BhlrySotapub~\*txCTG "#6b: ':*:4|81< S0$~-͌Y״<ķRکLƅTy9Fi < Ve!m -\Ob"*-6:#)'*_G@KFI#&t#&  H8:wsq{No?s(Ͻվԁ֗ .ۤS)oX<` v㎛)lΔ57taUL_ ^.lX8&r*C. 'p*14L;>6:CEIaeFjlnkoJ~{\}~joFRJ!$\&) F#P58< -v wnC؟5Aݚݰֲ$gb<%h)ؐV]i \cd zcFIJ$'-F1 +o/GJ@Du!$W %8)z$d8 m/',1dUЭңGrȺ0מa&#c)E >چآ&IBğˌYG:Ya ։nGbyߜqe 8 5@"0'+t#&l.1I>A3_78xeL(+K!$-(@CADm),"%,). t#Q Q~P'mb>2V Ybͤϭ׼؎*DհRtHY 'Lev &J ywʚ̜ϕsۿv׼4FcT61Y5S<U*5."&?369EH<'*,30Z[_[eiUXcgy}r%wsye)jJN(w+ G"K~@=Veir2󩣱Ȼ˽Ħw㡫ʳõ/N]߭Pzb-} qVH##'t,!$8;<@.2s*-1O5(1,\r" i?}zL`C7 y9(tׅkԾBdȠ&դݤ&qP^Z%2@Y7Veī¢]j<(O' o8O 1ނeN _8 T ""r%F47o36_%(X;#?p[~_X[?SWW4osv{y0~'w{Aw{xqu]VDZG.1 % )#& 6`77ڦ frsۮ. (*1X9ГҠ ۍ-m|S [ e+o.! %%T){9&=:/>B'*$$'*.#X! m p vO^iJ9L TF@ґ(ʠV۪0 T0W I|Bb!nՈR4ޅ8K ӉNeD1Bd߆K , N),7B;'9+& *(F JTXLP7VGZ6x|uR{os`}x<}:mqlpbf,/ Z m7! 4@L6P(ܴ\ZyԲ䱑$כ{Q;M4  +!3%B#i#&14A47+/ *y-I&)6` oR B v6)_o aeϩ [ҰԉaKh>e`5},"l&`aZ2Eג ks[%v .ހ2;X z  G(+"8;C(+)z-DH#KNgI@M[6_+osE{vx}r"w;uy's{wzko}lp[w_\'*.V:!~l%O)?1L3hF9{fè領ſԱӰŲhS+ĀH؈e/,lp~U 0$X #(!%(14/d3k%(J(+L(+7e  =5 ^(a#7\4:4BC٬mܙ)p zi-hj?Nd3:Ѳw/ҷ*џ%Fk@|" !  aX b:n^Y.16-:'%(-149N,R/PTPTe]aXy}n>sqv2y}koedhaePAD@D4H}+'/P [Ym*R92~á 򸙫l'*g H/j(ކހ uQӲD'ްMP!5%p(1,3r7)(-x%u('*q q  #]@{]VfIF.?F.݀!ڈzӵ݌'w-/ ,dh,|'Ȱ. U!F,S>ڵ {!zڅK!N p!5!$\69584*-k<(@9S/W.S%WPW\[fj xa|z8qquQquq#vgkaUJYC1Gj+.8t  / z$'C pg_$4;6 GhպμY:EAlư|׷+ef(Y{>YAYl ;" $a'7"A-0 58Q'*,e#'"%  +$ W:\Ys!ۉ4؟M(ۓݻّ6HvUfr'ST]ȅ7vEe˧9*ȰėowgLۍ PߍU-NnV,P# ~#1%(%(D47F;>0a4:=>oTtX\`OZg^Oaev {}kjndhuosaeAET14x03&$f'`dNbQxMS M@ؘJ"%~ŭžOGfFtLӥ;NӥմDnr=]Wbm%( #p"p26/e3K"Z%'!  " 1QD xI  hU&Xod*4{V4Ԓֻ33S(i :jv^ Ts0r̳ΒOtSnS˻޽2 JJ֦؂Sp xssݞeHi? :!&*&)I/29'= /2558MQ[`sae#cXgnr~\ptdfj%ptvfjD{H#"'C"%0~3(#W!$c bؾڠ4KͿʞmle csԃڿ|M{UT!e']+Z!E #7;-47>"%l)  ]g vsB& zJNr ݄W[ߺ@<ܦۉ`}8c*J8泽,m3 {Nڭܦº&ӕ*>ڛܹ]t1`T  j&)$(&K*6+:Y69J03EI]a/cMgabfgkx|txeiimg(lfDH N[/2J +Q;+/0ٷ9_!:YָA9'5n1\:p$ܔGg86ٖWP>@.O-0S"= 7;9=q! JG rxh6&q,j~puo U0]<'O0ۄݕ`! ;kgN)ԃmm^OX U* E+.+*-h), =@9<-P1BF_cbbf,_5cj#n$)ptj^bk pcgA47=&)v5g + AhٺZ:ɬO&="tb&גmBڱܶ`& @Mߢx~Al> "W,/!`$&):B>3 7,Y~Bx  P 9 {@yd)<mBZB F.t2;?_chm_c:c:g{}tyX^bf}jgkM:= p*-7_#C/܉Vlw`p$!k{c2g~ZX #,/0%([(+!8;^58[8b^  _ c W@^)b eCЭ*wt܉{,/:;Tg H t͂đ?.P،a,ڙR  GPE%Z25\:=.V27m;KbON>A6Z:PTeig.lb!fhl;quhl_cb:fGK("f% |VsOqF]GpV͗xKI?*ļ S0tw<ݔ0R"sa ihJ#'H+#T'-:1D69,0!$-H% 3 g k oE@\;3j3,8%݋Cσ8c|_Rad}5e {TH\9hOs5"$MrYhԻ3VzO^GF =!$7;b<@37AE1OS@C =@VZ,hklidh^b8fyjotABENRWHLuFLJMYj]sfjimHeri`djhlcgPuTn>B !K$W! .\G@ ^_oH3ޡOGML/t͂sHٴU3Z}o>. l"%u(%)\/2j36&) S # 7Vp8s q r0\!F!`dy^1.ڢd99x9;,ۍho$lͧiW~UTtj? 7 YG,/:=BEBeFKrOOnSKNTXb$ghjnimA`Xd:hlgk7LP3x7!k F#&pA}vIjk׾ug -ĸ­_]wܑ:܋AC@G]|S'GlANU!%IR*-@uD4\8 S  PY u  +JcC ZV֧B̅y#׈٠MzzOqH%z?֮pٶΐʼno` 3ӂj\ѱC!+@oVK#S9 = fM/l'ߝXո'Ԅ֦h_O?J({=8Xl~ A#!ƅ׊t3Mއ^t &<9b %(J8;(=@[AEGKLPHLCVGII'M1V;Z`Zn^2[:_CG5j"M>7  3 ,!$n LP$`?ԛSo7̖J̽?O{Go >v<{7di"2&4/2.),F"%n"%x LF  TDgEn`/hPݺ-l4+xN)B/*j 3WUY6؁QOd(>ۘCh|*_n&)C.1.n225c6:?CFxJIhMIM;N*RW[3CF,+2t04k ZF%(V-OY<ك7͌S=˶f5]hLV]BJ;@Xp _ N25"Y%Zf"RUzm W# + . \Wu" "$^xy){lB\5Mi\' PuqՃHH@Ԑ֦Y-O "!/ U s4N#&(+.h2EgIIMQDH?MCoC$G3 7!',&@ AV &J$Z H+QlxоҒŵ2fm=߸GgzF]BdS1]c 08!%P Azps [MtUR*oH< Ru _U ~!/hx sDh%rB U@1Bx`mm ; M ";Jm {  iSVl+|lf}*J܂)B~r 66#'*p26B5g9!!%' 8 0 & r#&"O% 3'+!ux #Ut!~AX϶Cޝ.n;wp%j z|^6ݮX:KJ & #_&e bu _8S=B)2  '#C a{*=W 4QxK|1U*lK4c.Q /$LVGSi`    XN W?lTrl `NxEn ykwK\4 s:K44xeU~~ P GUb v y-01V5154z8(3,?[X3(+)d-&%(),.>2#e&6]z  e܄ޖb$ߠ5$92hWڋGpkV/*sI8 &3}kqy F0\Ec %z9m1{eFt|:I_tWHj|`A$TE Ew! % ZA  F:woPq{`#]7F8"jPQSjwT dp`\v!$h  n + m8j ?x!3> !, S5BOQ0v3(:l;d I S $ *f8rGy  V\   ,AoCo&rB!n("KFUN6E/*kCxu]9W<"8+ ! : K  @.A-)yh;+xF:[EK-9g%LP(  4 a6Yj=i?%KEKB3>V5>&`JN;z[N{\nZ5V3dxW&#oDvH?5%M@A50 <.r6#G*0iJ3 Q?)kKR ;TZG4V5%%UF_    z 0FX h  #X~O h%h!  t:K4.w^L wiSKA g,b|+IR7KC :&tc@<D TX ll|  & "" Yoj 5,x,+uNdHq]0#^O]YA0uK% yu qir]& ^PcXystmYik8<, ycP<) #]pEt]/O}JpY iDJ#x6cR(S;U)P(khGkQ~u) {]}N3MU> A'wOzvQO)V4(y5#W=lL, C!?iIP.o|^P6S?iP<M%k,N)bD9jJ$#$l?[jDx-^D|7K-J5K.=! sF%l&hM8O)/wI#R,lAbJav_7~B$yX| ua 4(daBhIeJwH&N-5a)mHsZA&}gM'P-dF.me?(C#' mhLc}lPI"ttM3 bn~_+ rQ?C$U5pUu#imOiI(D$#N+pc@2uSlielQuSjMn6K(yWnOhJdnLO0@1mrviFK+R28ib>M,&3V5xT1_owv0^B-$ r;mH(<6W6ulsT\8z5Z;tY;]DkL}A#_b=S1T7pN" yhQ0iC3d~fz\lJ;nyUgBQ)hF ,*+[K&7M,xUb O-mIkHY7'pK<2/ B"xQx] roKMkIq'E!D!p\lDK&Z4=&c=:F"l~V8,2cwpO-lr_6 'mMxjDV4 sT/V8pR0c]@"vQT/L&L)^<^}%coPe@wX ya]6=6CgBoq}zPZtNV-;'8c #,C"kGa@1 ^f>_:I#!C\:9!O)qLclt`p~rb :D&Y9nRx]_A<* #7fHO,+0 2dotul`f[{Ysd|^7F+P2Y;G&$- + 0 J)D#L'wVbzorP76L/R7[<iMvSY:I'O/G'! !-]?rNb>D&7C!6$E&eEtPsQy~ZfFM/E%M.X4R2V2eAfHsYj{zYI*8-9BAP1\;DBK&63L+V6F"/ 2G'W5wX^{\`s}pcfzX^;N(K&D"R0wTxo`=+ +<7/ ;E'fCX:O1X77$ !E#\;hHL2:* ( E&oQkakIM.!;E#G$S2< @ lMzVrPrTxYvMa?L,A$+ S9{`erw\K2:@ @".?!U:uYlO=& / F)W;aAdJI)3434T7wZgoss]?277# "/+3& & A!V5E&I(J-1-M0P4N0Q8bEiFT47,:63T4juv{~cz[cN`?gIoPxTdsmv\iNeH]@V9pSoRkKhLmQj~sivXdEtU~b}jx^tYoQ{ZuapYlVqYexzxrg}\_ex`l{nlp}tvrprUZ=\=iFnKnOrVkrrqttsmcb\?^;mLtVcm}ttse{\fs( & %|xmp{{|{idgeqRhInLvUeDnJqSqN]gj_aqN_@^CpKe>iEjIlJV2eBqMtKpLoNgDmHtMa=\8_B]<nEanmqo`{VyR`;GM'G&? N-jE`wV^}\wR]:P+K(D$F"L+L&fExWtS{]~__jpamNsMnO}]oyjsvxWsPwQrM`?mL~cxYz^v{pgdyXcGgF\8: 5J.U3cHiHiF`AbB^@A47D"B'M+Y9lPy]k~lhmy[_AL+G-<3C#]>d@fJrSfJkNZ9N->2 / O/W7^@gHY6bA^>X:a=xSpLel~$*12948$# ,8:3:==>$41 "  59  ~z|zxw~u}wu~xvz{yz]sYz\kP_?U;U1Q4V5aCgEsVdrhuyjm`id~_}^htzxrtqpe~XvSoLduxvwx|ytuptvu|{%( 1L0D" %$)C$G%    ( $& -//., ! &%) !*  &$( +8!   y~{}}{yxyz~orxtmzvy}~sz}zsz}vrzpx~|{vkbgmgo}zdly}|z\pM`dqOqNgk}^qPzWbgsWuUpltSmjGz\}]sUvTzYg}`sTrVpToSwX]~\yY~a^fc}trtVz[jfm}[bqrdboyxtk{sy||   93/8( 81& '<", #  & +(37J2C+( (s}mzaei~`s[`v^tU}\ey^|ahbyU|^}`k{^\rzznomsnj}^cz\krTnMqMpNpQnMdIgOgMeHiKgHgIcCrSsZmOabhpuktspxtrklkjimzw\`i}d{]kLsXtUv\oTeGkQyXuU{Yupn^yY`hu\ejmjkkznvzyztritvxy}alLdGhHY7[;P/K+D'C ;!:D&A"1=;!(G'376:=<@%@#> A$B&N/S5O/V=XBU?[EeIrUaB_jgeu\kl~|tuxww}{v}vlhm~z{ {cobw`vR`CZBaFhGhIa@Q6H+G*=B&=&;"D'P0H*U7[BeHW=P6Y=fGbAkLlO]@cGa@jMmLiIrP~aqSz[xXjwXpWpRgNlNmMsWw]v[lUrU}`yVqQiNmP\AdGbCgF_D^DfAb@a?_CfG_DlSlMfDbHhKlOmPrRsSy[z\hkouzxuxwwwypsv{top{nehyZbkRdI_DfJ^?Y>_?dClLdEiFfKlOjFiQd|e|]~cfo}bnovyyv|wqjs}vppxktmdpo|VoJP2I$O0P.K+C"T6D(H(H(B)G'H,E+9?#I-@439:24) ' 6%#.1++ * 3C(E&>#F)X9Q4J(Q0Y>fE_?Y<aAkMfIaDoPzZvWu^nSqWw^gew[d}]]hrftrqp !% , # !  :") 2B&E+' "+ %%""%  }~|t}wknytrslorsm|pfgifde^qf^bljtqonogcilmimf{]_`yXtTuTuRmUxZ~Z~`|vkjjiellonjqmrrtvx}{{rcF^D^?hLeEhHiFjKY;[>`E`@fEb?a>pqQ`?hGuU{]pTtUqPxV{SqPoQxW_{ax^`_f~d|\tXcesdecflhhfhlr`ghmlmmfnidkojoort}  " ~~rig_cahgskjtutwwyztrvrsw|vs}}myxusklqdjlmlhjqnlinlfjqroilnnllunusogpoov|vz}}wxt{|x~y||iljnkgp`]aegs|piadgtsogtgmljfg~^wW~a_x\z\pVkQqTsP{^{WW7'2. * + 1' ) %./ .85T5#14D G,9M/Q0F)B$G(F*J*J*P5J0N2X>L2H,I*Q3O.I,H(I(S0T0R4R1W7P2P-X4cEa>X:^?`CmNhHnKjGoNoOlLkKrR}_y^tWmOtT}__}ahuy}}~z}yut}{z~}~~~~}ovonkpsz|~|y~vvmznn{]`y\|\|b~`wVkSrSqSbIfDbCcBW:[=cEdFbHmQiImQhLdEpRlUoThKfLkIoSnRpWlOgPbKoSoNnNqToQuXqRpLfJrYoOhLlQoMnNcEjK`FdG]@bBaDJ2M4N6N5N3<A&6;"< 0699' #%""" yjJin?h@}S y^a;"L5eG fE{c4&dO~0tkZ$qykX=aLG0kUv^mJ}nEcX-?d]95zPl:1 T2f?&fDpeGw_?dvW?&9$7aE~1&V=_D+9%|W?<#zv`?,tg~}L2nPH0- gdCqTarR. p!n>b/5m8n>K~PAvm; p7q$>!}ziPmV=+wr~ v ZM 5 yeObM,%~?-I.}_<e/C / vxmNyhz4 []TS/Q&qI5 pKH&I"_;fFt>E#egHM3:fL|F*vG1mYqgOH3jZ_MbN2B.%jQU=c|uUwM]7\BqK"F'3p*8vUv4'?/lO`Hra8 6-;'0%D5 cS}svF6PEuZcM_@%C,w\dG9kM[@yY?Z1U+iJxj'fCq/ AW*_>gAe=sO)(#s`A^?lImO(iwXL.P0Ywf a\^LbK*SLhc@1i\xq'VPu 8)dWvm] 'tY|gOC"k#X5m) {qiTP,0pKZ5zoMaAP4wE+zB$nQdIP5K/^@;U5:S `Y/{M*M,d+RE7$H63+eZ./ {x{TCrY3\=vUn90 -Ue;r8_1\+K$b3pLU/Q-c?$yP.R0X8gz}iP#d49 a6r8adCF)NB0v*)" ST ?9+!>:pjws lglbrg +&A37)xdK\@lL&f!lqFB. sd|^qZ.>[3w) ]: / k8Z8  P0= (T,%I%lGi@Z+txRI1'x\UXSYHeY id EM a i  ^` @B -)   %# IC.%}VHP<" 1W=eC+?&!2u~QyN(qk@1 4 x~Yc2AlsL8d5b6G#{Q|[Q*s`A@!* dG}_P1,=kL"`)%\jzC L6 UGQK14  .+ s  fj   [Z     EB ))FAMDbSU@~waxJ.oP^*~[|Tf:^]!N"0%nEQi=o?zR|R7e?X)o 6!e>'mV9 R6j/he9a;;&s\?(/UMR[  fg G Q  be  VT        vo H> ZR+%*i jx}Qmb>N"}GlHX.&.U](>g5. ^/sL/{VzLjP-I+a?H"b+bjDdP,N!4_|`-a6c1z?S"am|XaR;# H@{u} :< IR st~ X`  ] k    R]  # >B   lq ot "( ~ [M|bN/jNU0#-Yl?]UUEj>Q"ho'_U+N!]U#=Y.zd`c9I"q9f]7z2eqqBxU']8U-D pDcjxnI,3mcequ WT     +  3;      N [      ke  gZU4P,b=BGazwJi"`R%x;cV Vq\C{Mc8NlG]UzC R/%Tn?>V%+\6{L;gBW;% |spknk ($   v   ! & 6R by  { Y b    v } B P w{   OO d[EF  |k_QN\Kg6*k=d=mH\$7"" 3[%*k^\N"_.W2|=i/a+L}Gb6d2IzW2}]kPXS  % , I S  k y     2 ?  o v D N    DD  =@ yx *!aSl[/uyYlU{H-J!^&EYb*9o4MOiq8`0X[0[7K \1$K5If'f,Q!J~DxKD=|jc 03 ro    *u ae vF R  ~ ' >f } M X O ]    qq ~ >+a8zHM%(LIWNLHAO^'PM"X C?t>z#}EfM#8ql,]> W'|GTs.n;q?V2lD@yfc EA LR  EB   y n ) ; 2 ?   #  ? Nt   " 0 89 |  { ~{ 30  WMunRR*i=_})y@^'d1RX2Cvz=Orm0|@Zo/P\)A cC y9R _!!yKE}Lm;;+( $!{x__   @B  z t  $>R % Zv I _) @ W n . , . : &,  9 F   DB QGkb! (XBM6B#K h5ps;_(^%W!57h+ Mf'%m7M: h*\=hqOV}.q3Bu1Ye<NxU)~abJz.(5: CH YY mk  A H 6 < J _ Pk  \u `z  5 ?M S  p y }  52  +& 1 { eC1 e7sJY,/*ots>h$ws5URBIM >hk0rE1Ilm#n-}c#U?4x)zLs Y?xwy S ^ ]h . <  1 H]x ,KoHft^/JWw 1 D   + 6 ? e sQ a A K  #" niC6ZJ{gX]OoXw]}VS-tM1#A /K Znb$aP*83S}>998=_ nJc>D}`W0z+pb C K O Q ? I $ 7BX'JFq<bKo<Wu=]G[+ >} r  @T   9:  (% fY;&J/~;U)==P$"mr*k)](tBh$$jk*aw+t3t(f>|*S(\r)qiSw^h< GnR:'S[ X _ + =w|  m,D$5R|Ei?^Sb1Y_ n    #\t% 1   snC3i# sI@))j9r@P-+S:y/el&]-fRCKnInMLr[n );l: Tyr02  Z q1G +&"_)]8j:4FtK)W3Rki< d!   8 C FF  mp rf0( d0k\Y xi+S~x=|RaOX41M6/ lM&h^AP^y c:qBs Y^/UFRQDQP    %ajqK<qu$Um&HMr8/S     !   :[oD%4&sI^z1`~/H\Q@ot#l+B^DuL*FT!J_9Nx1^p8hy 12    hf   #yK!(%($q'#6!$&*%) ($N""%#['K" ?dd d   mk '& J0swQk@WSOq?H^A^`l5$Tw>o.@q /sۺ7.ܴѝ.рN/o@ך`טJ^x>1 B Zib"*-`36:J>CFILIuMEH9}=.1p03%47+. +.15G-0"%#&'*..(!,$G($( V# jfv}P?*`y1 لu`t1lCxoU. 1 RP ZIVAtFo &  &'%mcӱ@ 1Q4-mЅƬȴ-҈)Y{7`"jȗJ̕J-k = (I,15c7;BAEHKFWJIM&T&X%UYJNIMDH3U7s7;CG:}>14 8;48" `>P~.ۙx֙ډ~مG{ق(ٙu%s@ܟ9/-ؔ|/ q?5  % ;T ^ mDo8 <# 8D`]ud6elrd _I!Ƿ=A-guK>m,`˖N`:)Iğ=΀!k_߰gR (${"j(+Z;?CjGEH T X7b]fc6gX\ITAXoZ^qNHR\9<47CF*@Ci58<7@?_C,>0Jr,D Z_D ,*jgϯ˾ m۾!+!x-\ϝw>^۷>zQ{Fz*`! p.A  50 hK~i>M393 ٨J]tÏѴB3ϼqŞz“7?a='ö́B. UZ$'14836u;-?#MQTX9YD]<_^cjbnfw{k0oQUSW4NR3c7"8;hLHPAD-:=FTJ6c:Dc   jPsbϡĻ̽bT+uȥ:u4Aסٜ͙=KKΘWvlW1i$ Jh"%Q(+H(+%k("" U5pq!J%Q!$2l U_" 1 _ m a"d8. @䭶n5WN^vgrӘUYI 7K;>iB:=cHJL^"bae[_OgkV~_cfU^Y`dB2F+r/I M^VPZK:=18;CGz"%tDy0´ݮԭwɪˆ36+!9gUΟ"AҥԝZGQx# !A%04414.1#,'<"#U'!$a9$)('|* GD" +G O h <eX >|4mϯRR+iVUħSyyy¹;N "%?ZCCG.It[7 a)ED{^Xί<|s!UЪ{ː<ף-"=  `z!N587?BZ:>F69+),0s u"%]$'_!" R#R}+  C~c_2ʭꩴrκݼşHo’&9@ǃޖ/$'DiHRVEHLnQrUpuw|ptp|~]`W[JMP'=+K+.V[MKO(~+`595A93oN^_&v;v:֞qQǙɏ"5ثcܱ DŶ, xݔٹy,V\f7"1f5EI'EH>CB58"%X #b&^"VUK!&Wx   lE.М?enHy;ذ8%sdaT*)Mb® ?ʟā T"e&EIW[OSUYnsy}4y}~glSWGJ )z,*0.'P'THL+/37125K u7IDPGruġy]).6ۊ0ؐ1ټ$d2 ]t0"\%(6:JN0IL@C58X%(^! \#"j! r    $P@ݧĵƹA)bP-m1vW,A8Kʢ]ɕNSMʩgtYK.1JN\`|TqXHY]u_zz~}{WZPTAmE?)L-UY>A!G144'r*e;;'w 8ݛr\ Мv0.է0݈ƪ|WV  SZ$*(-L1BFPkT?H L<}@0-4!$!Q!6Jl   ^Ūuww:AҚDr)Ԡ~YÆ͹zҜu˷ UλBݍ +.DHk[_Y])\A`p'u}~0Z]BV5ZKnO2SWpHL$ (,"0O}A,ʹ(ÒTCccA *v4ԢL^_$%C r'*'.1LAEPTLbPA=E2S6#'!N{pY@k_TK g;ԈlsHl(W@.I`VədՋ_CDӛۡ?Z$(?/2HfLMeqigkcf{~s#zK|RSV9RU.2U$_(-M Q~!7 R l48V'*>^z^RŽ̼"`X\f̻ x8u6 |W/Z !X$'26u48IMrY]QT?SCk/2"+& & 1  {g6=0`"l. 7 o1ۍ#গrm҉`Ӌؖy\1Bn\7jǘD۰6ӄLΙւ<՜u6"2z6!AD(X1\hhlmq|~U vz2]`]_aLP \&`*PT<~@C/2:"%@m u & G(Q; ~{ŽĠxkגU&7M2欶ү$-Zжҥߎh2٭d >!"O&8Bv9KO26{$n(b.1>3F6ҮU`L>+~rDϊ"SY Q|" '#+> U58KFJ X$\lAqlp3nrejOStVqZ a4J8M[Q 3r7o;ʒ$pBdP9"˝ZnŇ34d$}+%zĢy!}/TQԱ֯voxf>*B%ILXNLRX]W[^GK/3O B,_?[yBtf9k p 2J듏3K֪߿ aҚht7Nј:ёQ};F)),CGZ^otptHz}q?>nrILJM!c( ,zJDNG4M58 λжMA Cױ!ץWFHf蕠>--| .`+pNuov T  "DHLP'S'W~^bjYg]sD(H-P1]| l!p6m(PeY}όѳRyݏR ~ڴCi 039I#ML_zcp.us!x~TrwF]J$2}51`54B8&u-[1+1YwȆkω3iu<֝jL?``W5]O-t/X3IMNRY^a#eSlW=7A+@/' 8+}/m/E'QUâo҇9eBIOǁE? `nfлF)x;};1;@?MQe`i1zc~{0Z^$AEK*-S XB.F$'O` # #8&IݗDҭԶxܸ] 5msߊ2 J < 5UJ?C NQS W_c]a(MP[47!$6!b*;z\ M>q-ӹ(%0vxgAJVt]ιQBڷܬ1 f/߷NT]g(+TDHMQg8lY~b5TX15R yl=@ %V) ܪlא\yRΖ~kެsVnLX \J   $n(ILLbPHVRZkbf2V$ZA>E|.1y rc!?OM'ުfߚσ&OuWPR/4uq:nrqݔߟ&L޴6ܸLp37HKWUYoOty}NQ0@3 ] s,E08=' +)[ [9e |C>{6AΥ~ nRz̵ȷYCQsr ^zIבل9@91:w>MQU^bt y$`e%I(AEuOlS] bu9zGV]aBRF%(]@DDI'-a普bokKHF/fØ < ti)Q]_ y  !-%[af\ x$KONtRPT_c1Y+]KBE)Q- U"e`&N޽ZH )Jxo󫼭ސDd˘M͢[[*65̗Ο7ۀz<߿&܀ m T%(FJTX{Z^tyV[15y!7:G L?ܜk:`IПr:I rIgXMP  :% .z2pO^SMeQW[`dSW=A(J, ciGjgzM8tA*iHX/$y3bNMUwGˏ7ڳe//u26NRRVae~OBk>pP?C0G4U 8 26%0}31"!@%̔h…Nїp W8Ӝ~ipT}\0m26 u`~f?]AE'ISWQU]a`dOsS25+! 9L Gg)ևط=U` n7򥽧"Ђ˕#@𘜚yP,sWYթmՠqWپj 8;OSX\j9ocX]>A\,/jA -=@a +hf#ةDf/՞%22MN>R)V vRX+i !%KO PS*R+V_3c*Y.]FJ-t0]"I/*yF> hK,nvD⢼ԬEia]M(נ;OHô8 R,o.vEz`m N8VQU}Y]SWCjG*|-62 :TWyٳwJNbٲbDg@ΓH怑 ˛oo(?pvy{}V߆Gu<̇[2|0ЇlX o5 ;>\R]VbX\WmrRV?VC3U7 <~@z* L=9ɂ8]ݐ֨YM`wT,iY-\E  9*-NQ>MQOS Y]QUBFO,/W!2ee ]ֺaLzT%뻼Jƅ,b~>]Vթ,؜ҊNٺ5Փ'?] u (R6:ORWXz\wrw[7`oCgG<@xNe<,@"HzX"՗#=(󴻟gP $;JP`ݥV*(  +1".TI&!$ILLPPTY]ReVBFx,/c!$8?j91 اmp y3ڄljγ\zrx‘Sm…6Ey2߬g}deѺbOQL nM8c z %[or D"EH9MQKORVPZ~RmVOFJ3[7k!$Kr c 3D#1֗UU6H]ܽ׿gVyCl?\͐3C-8<:$(Bޑ@$1́Ω*D߈ 'o+F\JOYS]Dfxj~}d[PS48- ,/%eJZ۞G9" R: E!LU5K@!u>4_ o i it^AEJN/MQ-]FaW[JN`:=@*-4 x2|jam$gx﹜ç`4ʉ;H)HߤSڹ3ӭ@ܿ޼.ޮat  $d(CG]am_qy}c~XPS:5>ce37&G) 9$M[9jl+;͚.:Gd1c1_o_`YU Xwa;OA#EXNARRV_cW[ZK.O>Ag,/  n=hѴQӼQ,WCzĒ!򫥭ʅm1L^9=\MCQQU[_UY{LWP"CF:03 pD@Cx5)ʺ˩ĀOЉw ڝHxյ \:DC֦Tսp$e!7I;SWg@lyy}\LaMQ+.e#L>A7: E8ڂܪi&hw&ii咋~XRAi(: Q  -) C +47\OUS9N%RV+ZkYs]SW0FIE36m%(4"q>1χ5Ur @Z΍kX jOyހU鉥ax̭p}ɹO}8`̩ΘDM>*gt!F03wTX`ko]sw~|xQf!kFJj25+V>B{ 61wx z4Wږ2Ҹ)ذڜGkO   ^odM6GD.14O,S(PTW\\`@V;ZIM7V;'r*=hL2V= s^O`Ak8+H;T7"Y2ҤԺ=C3rԌbىۓmhP(%,^JANnry ~Z~cy|P8T+. 4@DQ  '!noUAޖS#뚃0y=25ӆA| 2 [G!q ic+u/KOdOLSVZ_cW[K\O4@C+c/ tsBO.t1DPd2 j 0S/A‰݉Pz,qK 誓5ؒ͛KѠC2vБ{n.a1),M QIgpkgswu=z[^0;>A MhQy-v #(I!y颷~H}ۉ+TĝL|Ogȩf;v|bsC}x (+KOPSTX^b[X^\MQk?C/A3" 1 @%ݵߔLaoq C=Qs| ?5hXΦБԁƴȼѽ%kڐPw j$(=@}`dX{~,ae;b? DGK2%)#A"nB(Ӡ} ' 馥k5HM"iA C w!$0EILPSWaeZ^NQ6CF69!$ xV/oxa">g]ߛ)!QdJL+X@0ǚ¼ĊVʕ/Ƹ=جڃُ"2o6TX|~],mErBmF-"Hh5914JaO),p3]lʇí3^Ā_''TaRޢk:m ~9lfJO U%{~8;IM9R6V ^.b]Zc^[QFUJM;>&l)" < EۖJRKmSiImkoZp󀒋͌9׃=}8¯fy ="Xt͵~z 6a%X)BFc&hzp~Xj]4;> I$BFPF] P#;&?: cX뢨RSR/6e16^Q-%.]q [^#MBFGIMQU]anUgYPTLD H|47!%3 8 y%Ն׃5TkY?߼ļݾ ڬSƒϋ5?:>ǓV 鄧GlΧͩƼkِɳ-M³0)Ayb4l8CdG[_jo7;BJ( ,MoQ<2"#C&>:벳oG)`S졈O qoؒ1P |2$'(q?-CBiF4O5S``dVZIL-BE59"=&ZxP `u@:o1Oa>Y8ܔޅßqD?\d׎ʆ4[ S:*',Oƅ/ws|Tz(j,@CW[(|}im|rA+B 4A!l$~\! {}M8aᄇ}#U8ڙܐ00 \C ) r+u!-69Ek n&)0C4 9<PT[_LPBGKKFJ3 7! % 'RYA4qA * LZ̖rƒijХwCvKU̍p @9htضӸNmppXU}1޲,+1x(V,AEdh|"bg'8;B".s25=@ L.1FM?^1dڷca]@I)ʌݎ7dR#ݬ{-nox'U-F"-y16E:PKBOZ^:OShG;KFMJ6":}%(:ULwJYh/~iл~w^Bɍڙ%͜%̶ظ~"(ľESpg}݈o!8%f48V[i||RVX!|%MQ"&c"014\sYT͍L7ܗ7#<3؋v؟w EB26" oG;c<(kN(.}%7y'hel݊.ߨ :,5*(̼UM=}3ܸެِ۬e72_&)IMosix|hmHlL!C%DG',+6/E u#r= r̫ntr->L\׿Q[LuO{P lR?hZd:*-$7:GK[1_W[JN@qD~7;?,/_ =U-dlvm jYЫ Q̮=+k> I҆;Н )Aš~gkѣ b۝/pt>36DT^Xnuyea.f]48!u$8<0=@ k59 v _D cԨփ3gۡ9ܲ xݮ })x(B[cy5),8:*:|ѰfE HL% !0 `"Y47GK[_^bPTZFJBsFT9<) - (O#V4J78=+օ?t΁'童F[[۔IhiklIؽb¹ "Ԏ֔3Sn2-0DHhymbNQ 7:703Mn=ea֘bY<؛ks`H37 8 N*-DG,cdg]bmf8QUbMFQOSSBF*/2"YMb j % %9tY!ҽпش b<ׄ(̝~ ߫||<ۨR ?"%BFA]Pa>z~prWvB3p6/13QU6%: '+>tB0 ||ǴY:]ٔOFσGYaRd9Ҏԛ>~2[+g  c ?n!7;[ `diQU2KOPTIL69#&!r vg!f " 0Eܲ<5ЈI;▮[Y_ܳ󧷩aIICΈ^jh65:TYeiz~TY+.4G8SW8-0@g448-41p;  ȶm؃. )Vo'奜Т%ҙIT޼>=E a!sH'@+EJBNkhlbaweOSPT RU@dD/)3$'N!H 9 ~0V# '/o9 PޠDʒQJԠ6Ϣ-JߵIɘ|FFƶɸIuP 3x7zRXVbfzp~~Q]s>vE356/ 3[_<@ G-059Yv -A޶0F!ԑ>Ɨ[lѨΚ߶*) {q| sBF:cxgo`|dMPKOT XFJ26(1,C'*^dJ3H f_*E{H١ۘe|yġƮhox̆sn3XI}FGƫz؅PϏDɇެ !:>i]auAzcz~:ub!g#&"69Ae_i -q0Y:d>ELYRˤE]S 1D,o9\e{ǜȡ+`ߢ{ K3v"'v+.LPNfj]aKOKL2PeJ8N=Ay03f,/'+ EL,/#*qSA'GcƼ[7=:PID?0uK%q)2 2ڤܘɿS8 ]"1 5X\v3{x| \)lqq,/g6:bf4_7]6: #Pt Բg wt*a;W7Ι͊ĴƩח,V uao '4+xHjLUcg]aIMHL_I2M=RAe14m-0)g-: h:z]N 6? |е55těƏ`c"x/|ЗoxZ&Σ!ʚƵܷdǛ,` SgPfs:25VLAPjorIw~~S{tvI*-03eiu36 K:>/g2!L' < $fˆͫ;VL{ 7ٗI\+:h*2b;bwg 9z, p?dCNdh\`wHELJNPS4?Bn14.17.1HW % Ulk^pֿ(ϼ˾@ͅc5,i!g%ң|k!,h 4TNoW+XDΟ?n.1uBIFdhq vqu{~xUZ$'QVc\S`"+:W> kL+SA ]Ą5oy<۽r̽!λf i=IG( b (+SKFO^bLO@YDEIEH8}<04a58:.1 [)   l {z˲lT_y/G$[Јī * ~۲g!8%)-b>8Bdim&pntos}69%%)X ]=z@!,S0x*-@S 1]۳lʜ#?ɗ ƀ:̓PWةqã˖Ԛ@ Q) 83 s\풣g䤟|Y4Ɓȧ7 Ҹֺb %!)a-JH.LtxqvZk peyn@rn471 5_WR[(XVhZX\LPJNJN?B83<9=u47k a#gohŏzĮ5rđԷѹ®N٘ԊH ueF\ע؋J9ԳٵètĮe#ٌ@!Q58CG\&`q$vox~h}[~GFI/39VHZtAE;"5X9|/2+ KYqCL˫0픊( uƠKRi x! . C#r ,{0MQ TX`J;N5KOKN=Au6:;K?6f:#'; 5 =k x b'X=6j˅`v/=8S܍²)?,ͩe\ Uiy2B e,<0(GKp8ubtxd ixtx47*Q.Z^m@C[ 549 q c}#eĕˑy p\(і򟯡@w9mžJџ2bP (vTH4v:h>U"YW[cM?QGKDH<@A9<6:=025@Zp2vM"1 d.l |Ȣʲ}ɶˇǯɃTFі`Y2 Cȝ-*қ~0FY;*P#69xKpOZ(^_ckpw|wzK9H<(03_cBeF)*-Id)7$X$FԦ_׬@!T9*G0&ľ.Ҟt.r3m mh> %03MPVO8STEI%JNKO@?D<@CG9K= Mzu4 NIP@ṟZХ͍&,m`AԡC0ڠ,ޞBΌ@ݚ=oCQӜz|<̘mw<!;*-9=d\`koae s1x^cq+.>JRNucg/F3 j*-N ڀλ޺.3E؂%xo0)ƳݼhHFr^A6| , #B{FTXpL?PAmEBFDH=zA=A3BE/3^ijMOM5jw f\ ,vcʝM/҃ʖȥqv͡4FRrzɎW;7jĽÿB3'De"%2;6BFOS^bPgknsLJP1Q5^RbW[K {#A! #`5 ( z1ܨ9İҐ\zٟfe^bG8?DyrvS S%(EtINRFmJDHG|KEIEHGKBLF*W-_ _uIkv%2#[ fC(R{NbҺ13v~qvǭiZٗF7ٜ?}獟& O^~lԀ~H"0q4 9kbfZ~^}Ww|~0:O=xF;Jmq6:7!H%p@qXV #)I܀SWHBfjfŝ~r:CӉղ88VP3`, 0=4E|I HKDwHDD HHhLGeK:G KsHAL9h=A!o cG<}v [.\G."uBLȽѿϺڼnNSםԦ1@۲],%]ٍ_œI ٮ̰ b̳ε7̼"0Ykh 703AETX_ci\`Tgk~.jn15JSMW3g4kw(+ z"-)-v6ӂo΂}ړԑGxs< ft&i i HZ1lv R69TI+M`M;Q{IOMVF JJNzIKM7DG>1B.U2X6F v x CӔ?зzvFHǴbĪLTϐPK/Q7ʡ6ѕ_jϊMߟLӥqיm D&)2t6m;"?MQc8gZ^eci#Rtw58FKOe}i(, 7"%;u fGEPoD0n;_,¾Qw m} # Rx%d469WI3MOSLkPFIJNJM6GKBdF'25B;x# eS:)~5l Tо𽲸{O$䭿9860À)E֗ĮձI4޽2- ^148((,ZMo{  sF|1}Ձ>|qvٸX897I!5ͩ[&㞞:ꢢx[ܒIK"&&2U6579HLUYHW[ei|~{FJ7:]_xc6z9dW zbW*P QўlqZљ~8ISt n zVI pDE*"%$=@KOPlTMQJfNJMKtO@EH97:1&)[dTIY@)$)    m).jUɈϭ髻ƫfz\eŌUؑϡ3ɲYҲQ()U%(f*-4289S0WXN;RBQ6UPTMP>BB) -HQ ]yvA J PG v7ޢzκ_ɏK_||qbҪo^srÜe^M T ϷA<7cĈD_qa _ 4!8J/2*@.=AGJiVqZr w~sv(.H1[:=:J>\ A sw2':qGk059ʅp׃{(wɸ˧ :@ @ Id,9ZL? ] &-*AEbUmYZ^/T%XPTQUjK;O8)ADHbgI5u8-61M{Q$g|7ebW-SP"88v$5i$ *Oi}n60:OSRY_]!SWSWW![?R#V>lB-,/k 6NiTE3 J45 b0}qȤj}^Q״Ƭ*/SZrǑ2?bzƋSW1՛ũKe/|L n #!$f(+379QB<8; '*e  K*QD, !>(pϢ;! J ߪ(F,EH[!`^cUYSWQT/EH^47p#&=A|,6 t :‘eE﵉^zª.񧀠Q񕟗Ӏj〰q3[}lAȇXջޞo?Y_  #%8)7;;F58D47JNgk~~im4g8?bC2!*%  `Yl@\j 7%%i/ą4,+΁_I{d( buP["s&?gCY]E__ccSRW8T:XTXJKNy58<$' n!uu# [-h6OaGqnb1'ٛۻ1t44 ȣ͠xXtF9V u 'eF*-p59KUO/l\pzI}?Cy}/*3"4%&s )O-[M#7^P`d *?Ձ2t SLISF(ݓpa!-0NRgk+gXkX\RVHL9<%B) bk;p K{!G}j~p4A׈٧ȵԯsnvu˸Ϻ1yS/U%X4~ۗFC%W(hlCFz\˶͂0sEcA#)D0`& *7:DHQYz]qvX\] Y$c=@, " &* F f̵5[$\l%ןUBT),K|> 5 s1 L N!-xV[)ŕ Ծ9j~ӼmJݯOБ~^]Ŏ /~:f3gfw% O>AI X <@VZbfwzG1hPlK=A (#2c6x$'( \ t? / 1T_3ZLsR/޹!&^wW@?x<BE5ahemq2Y ]GK=>AN36!4GmV_ hfQ TBIϲBÁɷP˗.ϬDQu̠ZK;좈}uRm5L3vڈ܉QQ$ݝv F?>>E&)`G&3)co  G֨!+LWOiď,gpCx2G߫~ 7 F[^ BF_=ccgOS@lDe9,/@"ۍp]ڦFYdB[x\;@ܱaO׌ĽcWjtFk0]8Vz ,mrĺ:f}Oߙ 1Ԉk؆t_獿ןRa·ӛ$"*jràY4֪؈).*Vv#]K#?BX\_cgb)f^c'i_mq vjpum7/; HLPsT&4*;~? n lY#4K{ҚosӽrԅߢѬ&9\<]7U-c!C%>BCR=VLJNf58 ,/$V( Y"9&\ w  {nc.Wɾo$ޘH֟8π$yYJFU=;׽N󤩅@It#hw#GÒ+gL*Qק@;h VH>BRVJbNJbNRUUY'imty\_"%&)TX1k4H Q146$0@ ;mW7٣m˞bçxh^Q~IUـ Zٵ?.p<.{EE6<14 HKGKJ14N&) @$$'%\)&* #  "~! 7G L [Z )kj\͢ϥ {sڡ͔~qN,Y uŊ򟈡8웼譺:F6IJ-wн߄m-OVԴ)gckuz+/7C;=8A[? C=A/KOl`dm8rk{o0DG-1 P!TEQI%`ui y  *V@AʘL1A5+J1s­$ӚMԶp?٬kEEuOQ =#!.1519_-08(+.2/2,/a&)!BNtjeI+ E3J} ZY  ,fp }0r[ΤI6۱{ V+lz+KˆɇAT#i 5E#ɏȥϵ/J̃u\ݺ ݚG Tc %}#&9=B{FWG)KG_KGKOR\`s[w0o&syt|{pwIw{,RU,//22n6+%( i+d0~I߰u;¤Eឃ@(N KT|<߄O9SX %(v;+?:ADM8;80. #&'"|%.z2/C3 %x($e(y,/P14 DG1JN^crwH{}MKXNu)  <tq?k ArBtқ{ .&ZTk$d,[3 e@2DRVQU`N>R?,C-g1$s'Lpmӿ1 x c ^$& [Y 'N ~#C58?nCTXjoz}~x|*lprLKP~Ub(e1]w-1/a3j #"%nd i X3yeBM¡4:.R5H1ٖX#;ۦX*ޭBCl37GJ>B]69( ,?m! }B; #! JN @P 7  W ]=)<mIEMNR^>A<-0'+s!$D| !  *#   @&i"H#&W SCTls¢piݺ:K**bjw.I٨ۢ7Њҏ;Ga "S=`~4NÔjȦʯ ΍И!'L(˟~^:ϦhE}/ & j !s ]#d(Y*] DG59C03#* X(+,_0A(+(q"yMdKeH(^_CFըQغڭ:Y`Ki&0Ŗ!xԔ4 ,$0,O0%7)PtF H  z\/ V_#&jѱ?s䶹ӔfӸz36ɭкI̜#؍HҠԀ^8 =Jc g} "/2I}MSWKNG]}aw4|{sw|y~WZ ! gA&dϙjYڀI٬0ԋ֬Mԧ؂]ܝ}OӠPөߧvK]$- &RE"q )@+C#'*%[)! [ܷވ3ݾF{“5xƫYǍɊ HˎjѶ3̾䬜|뵔W;7Ҕ<*BA  1%M)}/24/8CEI@YJ]Ki{mt1x}~l p ehdh\ZX^q9< {*- "~%'_*|~Yn(>ي%ӇpO̓?x]76iZMLPGC}Tqز'4x  %P!$=A~MdQDH;^?25+.Q&)a!. . ]%L!{ zHTn (0vŰ{Z ܇vT@{s_هJ܁ka! >$('+ F ZxRq.[Li"&!*&)%T) #"MVqkQ Q )xɥʸ#>8ιMqi…ċ¤+?ٺ׼ͮ@'gc1`țSՖZ!\3C7U|  _ o3b'*268<EHKO_K4ONQMR=VTX.X,\SWX\\abfnrr w_ dRMQ),  !88 ro 0Uݹߩ ׎4߻ؽ!.3_\P3ѵ׷?ت7.9;&ss ;`g  $P( :=T?C>9<3\72V6*-2!n6r9GH! VdpԴ֛¶fŖǒХk7ݴ߬:v{'(a85c<#AR%F)/03*]."]%M |Z/h    u     & $) L޼Lڸ܉TZsIگ`Ȏ8ЊC|ϯþ-JiuŸĄką?|])z7SxG]߹FS z' D1Wt/tc   C-hVL!$A%('*)-07t;>GBGK V'Z$Z.^W[VZ.QU(KN9AD-91= 2   + #\ASYS4Vɯ¿ūIƅIE׭ftIj |} NI n^ ;9g d"#D'W(+4+.-_1.(2j36D9IBG9<5]9*36.2?-0&*EP)xYXgr`Pا EdͶϐܴ^T$pW& w [%J)$'.m azWt5  3MJI0qcZe 48Vn &]9 p728sd & IL_* d nx o   'SC9$rG7m!m5*Yd'?;QjPa;{I:cOr-[9`W9}/K&!P]k?hFA"bG~!?,bC#Q6oj{$bk+X:6 +jiF~c`S }lkgc[db RQ   95  3- }|  $ B7B7c[<2#`Go[A2<1YO  [M:.P=XF+ I2 F%`^4^@/+ $3 oR+ ?*I83$1xXv^y{P5~jS?+M.eHF$[g?hk;`L"|c9c7:QNnf@ug8xS5W1S33 d?a7bf@Z+U,X+@Jq>pR!S)b6#l>!|O`6e@ie D%( pPjG1||`?,1<'1D/zhsmmyc* }`M<"C0@%} sZ& Q51x{X 9}mH$!z+V5 q@!)zrKi?H9(b[5xR,Y.>M"Fj+Gw, 1lHf83 -!or_/P$hCpFjA+\#J(AqU.awG!uPuQ}wc[sLkBrKc`44 6<P"ln?e8_X-= Um*b$2H)u`dyUCvE!i^~[F!g?W/<pH[xEM wI$/wvFh;i8*sDh48}k@^0|VEW8]8_;?yRED2 +E"?f !Wd%- kE}+ >:& *jN&dG* u~{YC,O4[B}b7y_'aL>1)C1% dMeLXA!  ' 4#C0t`|n;+}rRG%XKy$@;^U ?9liSRMI^X          03 [\     & ei v| ns       .7 [h ah        ej V\ FJ DL _j go JS 3= (- EM 8D      rt XZ ?@ %* PW UW gm  y{ nq }      y      # DJ |   v}   w OW T\ { t~ bk Ua lq       bn >F 6=    !( DJ LU dl hp v   z    lv bf qv }           ~ qy jl          jq RZ RR CD )+ 00 v{        gm [] ]c NU @K :B 46 ?B KP QX ox u} ]c 15      mp ]_ kp vw ~ hj BE 39 *'     di )$      72    wuf`NI75;2,(75HAQNYVYSib^V2.|uC?~|z}}tiLF"ndOAqiYP>J93#~iW@J6Q>_MN@M;J=@-N<SA]JXAS@_Oq_sbcOQ=XFm\l[sbkZ}tbaM^S5% mn_G22=&D(4gQ8?$9*0E'G,cFjNP5\<y`_F< B#L3K2]@w]oV=3{wtyqPE&( [a?[;H$+ @#@* * %m^yxuS^:R4R/P0X;h~{}deDI&4" #7C!?cDW: ztNA51 8I#N(b90+&$9M([1`:vTztgpca}Zhgyi|\j@Jf>~VfZ{R|V[VyN|QrLrJxS^bvz"14;F$GA5qZ_ep{|)*2* - =<F!S*W/W2GFC- )%)3BM.J)X:nLxZyXiGfBY5Z9T3E$R-`@gFoM|Tkupoke{[uUwRjDmKnJ_enntp{kgavRuUxYrO`rkrmllnmfb\}Y~V}Wehp{j}xnprfhmzy !;K'V4qO{TrOJ)1. 1%,'>Q0R*G(\`BY6a@`B`@U9T2@#;91(, 1?O,S2\=dFqMlNgJ`B[:W7lM{Zx]i !!#0$( 0;&( 2* &- '~|usuk_n|}sw~puw|_~^pNhFdCfEuUwW~[ippv{{~||lot}z{~|qzroe}ZpQfG^BhIiJtSrVfle|\`}[`fn_]dhfeo||{xzWcAkJiFoOhFhGmKmMtSrQwW{[wUkLc?P.H)jC\AeFfCjHoNsSwV{\xVoTpLjMnRoPwX|[hajty{}zvpops}ost~yxnsz{pw} $!! * + .. .6;83>24&. .82( . + 0/)5,!    ) ,) * &5, #$8R/`=Z<jKmJrNdAiLc@\@[?X7_EdDbCV:^>mPlmsljngicg{ZcJ\=\<O-T3E&@,! - ,;>.    &           wxq~  $&(()# &"'?;E$>!B%H(BD&F'H(F+P-H+H2P5G)I,M/;? F*<@ '64:85, -* %'A!K'/  $%,-, 563C$A!92 F'K(K,G*J-T6X4K+F(J1R6B!C)K2N,W8K-B$F'N.G E#?F'A 84;G 8A 9G%@!G'L)F&N+E#A=!O'B$85@!9=J'P-K)L+O.D"?;=9B%C#E :G$K+K#DH!O+N+I'C@#I#G"A@BD L-I)P.`@xVllxru{~z}{[y{twywx~}z|zompxqwsuvqkqfce~a`glaiwngcpTrVtQpQhInQsVhOiOa@[>T4R.J(<;74, >9=;D*H(;646/5161/525-(,9460+ ' 6:303+ -/06:+ * 07603,7, #$+)) 2<A#- 4>E'@#G,8#33B$79=%607<8;31+ , /25.*)%. * )33101N+Q0@$K,M-I,J.I.R0N0V9X>S8U7L6E+L.Q.J)T0P.G)N.R9T6T5X;X7L/P4P0F%J)F.H1I+?##   # )0) 1143:8<.3?!B&W>iNvXkRtXjqjoh{`ax^ik{c}_~cd~hj{`gjy[~^g~f~ay\v_rZnZsWqU~hw_puqlojklhornhqqwvz~|zv{}y|{z|qqutupv~s|}u{}xyyw|{wwtx~x~y|otsonsjpilrujlvsou}u}nvnvPqO]A . hnvM.#hM6,wS+ ;&|5' }\*u1<T8D ]>Q4ckH'8xX:iJfW6ipW:",^?#!P1 ) ,C%wTns{jdFmyfF`qkfItVl~cz_iz~o~ayh}lnwXsVy\czpVkxUiGuM,kPiMb?oQB!gGU7vX\9 sVjGiE_?%T/U4N1lK8M-cC<gF\=V8D L,dFC%\=jH0 V3f>eHY8L(aoPF(iLiJ{^rUsSfjM|c|[kLcf{XoqUvWz{nQmDdjlY;vYkx[oN{V}lklmNfb=ze|_dP.[lj{SU1{]tUZ7oSiI3-M,Q083/cBN1(E"0fEcB&[7fCO/fEbambam-1.2.1+dfsg/icon.gif000066400000000000000000000073621436045143200153020ustar00rootroot00000000000000GIF89aPG ,&$+(-10,-*1R m r&Q'r'J./N(4q Rlq%~?8A;G.By9AU/FrL_7M.5rq'n6.GGG4LK5kPGTM3dIrK5~kpk&NKPNQmYdqnQOjXhogXqop /)49.DAn/L4M6l9d?UHWISOhRjeZlrcv (/ @]I0R-N4a /EW+Q;{+ePqJzLztuizGs/: ORLunnw3: 4433)=q/O3Em5P6DHT0vb3LP,f5VN^jfTuoVMZglUvj=- ,?8I7T0LNT2k o0~KOKW[beOpPmu|~{nr.0<0-)(7OKytNLuQnwʐό-Ϙ-џ3Щ3/ϔRЎkҪKԿLʫpʲp]xQy3 4PsO4=$d\~Ȍ2@3)L(:P5#5y4A>9p1GI0FARe34"iCcN"bҠ:I둅 Gv4=i:L!"R9܃7 5 7$V ` x,8ڰ jC,Ā0(2CŽC4"J 75SO=h$5@ 6B"$r~, 9x 5TZ 좊c҆fÈ"/sKֳҒdC Z3R#KR 43 )9ϸ@0 -9dȓ&5<܌7'kCM5 4+40QJ+@5P3^4'r Fgs,s"܀C!8L7H܀ 0IJ0X@-sJ) 4c8_>J0 a]3-9=v29 v}G|"E #K-NX@ӈ7; ӈ9A ,7E m8*RbEbpF0fIO:A1u4Tf| p (V*ϩf@Zt/@EӀa HdθP4!#B4{$ntIDn&H &F3f 6@3ȁ Yp]9 \E)N`$]YҰ4iGũ%nި7fdF" l0 7c X .p?ր#*Fq T*YРG Uv mh W B0H ` 0XX"ar[d,ii +^1   ƀ%-/Z `4q0r` ,f<(X8 P ֲBJ F@10 L%* 2`C栈8 qƒʄ lu+VpCP@6*4 Ά3j 3p/ 4$T8@Dq|G)관0%s"pJTPa0h ppYGQB , , xd8chP\68 ?8a)?R'x rxZVVPBrDd40Dž :E9`@Y%Q 8 aw),,X ֑2ZHI 6 a'y ,Y5 @d(pȾB@5rE"0Bxj Т)8_H!nHƁ lk|:ρ6ЅTa MCx$E4BFBp+?@y --:NZn{\C p.?`fЈ=X Ձˍ<,`>A!,Ī{ʞHFxƔ9LXm@=HO*[Y|`,b H@HVm7h $ uh!ddw 0]gco ( 2P^l d `p ! &^;{p3|> Du#@ pXH 'x( ._V@I_6c<@[mHK:|A@@LG=0y0P ofP pŰ ؖ?``l@ "mG^@3pgG`H16mguZIP|K& uXK@hI`F">KFrfZaAXVW!Z&vK =iZUMY!%mla&lc"&bt+ qo') ٔqaQiȗ`_i`TIU˜vY#ifsљ"&shI>1%?9#ٛ;bambam-1.2.1+dfsg/po/000077500000000000000000000000001436045143200142715ustar00rootroot00000000000000bambam-1.2.1+dfsg/po/ca.po000066400000000000000000000411571436045143200152240ustar00rootroot00000000000000# #-#-#-#-# bambam-py.pot (bambam 1.1.2) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2022-10-04 13:43+0200\n" "PO-Revision-Date: 2022-09-14 01:15+0000\n" "Last-Translator: Maite Guix \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.14.1-dev\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "silenci" #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 msgid "unmute" msgstr "nosilenci" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "sortir" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "Error en carregar el fitxer «%(file)s»: %(message)s" #: bambam.py:123 #, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "" "la imatge té una alçada de 0 després de canviar la mida per ajustar-se a " "%(width)dx%(height)d píxels" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, python-format msgid "Skipping blacklisted item %s" msgstr "Ignorant l'element %s de la llista negra" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "Ordres: %s" #: bambam.py:311 msgid "Error: Wayland display detected." msgstr "Error: detectada la pantalla Wayland." #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "No es pot bloquejar el teclat de manera segura." #: bambam.py:314 msgid "Press any key to quit." msgstr "Prem qualsevol tecla per a sortir." #: bambam.py:328 msgid "Please read the following important information!" msgstr "Si us plau, llegiu la següent informació!" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "" "Per a sortir del joc després que s'iniciï, escriviu directament la paraula " "%s al teclat." #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "" "Aquesta i altres ordres disponibles s'esmenten a l'extrem superior esquerre " "de la finestra." #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "" "El joc intenta agafar el focus del punter del teclat i del ratolí, per a " "evitar que el vostre fill causi danys als vostres fitxers." #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" "El joc s'està executant ara en una sessió d'inici de sessió dedicada, que " "proporciona una mica de seguretat addicional. Tanmateix, encara és possible " "que el nen abandoni el joc accidentalment o canviï a un terminal virtual " "diferent (per exemple, utilitzant CTRL+ALT+Fx)." #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "" "Si deixeu el vostre fill desatès amb el joc, assegureu-vos que altres " "sessions d'usuari (si n'hi ha) estiguin bloquejades amb una contrasenya." #: bambam.py:382 msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" "Tanmateix, en alguns entorns és possible que el nen surti o s'allunyi del " "joc mitjançant una combinació especial de tecles. El mecanisme exacte depèn " "del vostre entorn gràfic, gestor de finestres, etc. Alguns exemples inclouen " "la tecla Super (també coneguda com a Windows), les combinacions de tecles de " "funció (CTRL + ALT + Fx) o les cantonades calentes quan s'utilitza el ratolí." #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "Recomanem NO DEIXAR AL SEU FILL DESATÈS amb el joc." #: bambam.py:390 msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "" "Considereu l'ús d'una sessió dedicada de BamBam en el seu lloc (busqueu una " "icona de roda dentada en iniciar la sessió), que és més segura." #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "Premeu qualsevol tecla o botó del ratolí per a iniciar el joc ara." #: bambam.py:415 bambam.py:422 #, python-format msgid "Using data directory %s" msgstr "Utilitzant el directori de dades %s" #: bambam.py:426 bambam.en.desktop:4 bambam-session.en.desktop:4 msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "" "Per a que els nadons i els nens petits matxuquin el teclat i facin gargots." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:428 bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "Mostrar en MAJÚSCULES." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:430 bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "Llista de patrons de noms de fitxer de so que no es reproduiran mai." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:432 bambam.6:26 msgid "List of image filename patterns to never show." msgstr "Llista de patrons de noms de fitxer d'imatge que no es mostraran mai." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:434 bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "Produeix els mateixos sons amb les mateixes de tecles." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:436 bambam.6:17 msgid "Use a dark background instead of a light one." msgstr "Utilitzar un fons fosc en lloc de clar." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:438 bambam.6:20 msgid "Do not play any sounds." msgstr "No reproduir cap so." #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "No eviteu el maneig de Wayland." #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "Advertiment, tipus de lletra inhabilitats." #: bambam.py:450 msgid "Warning, sound disabled." msgstr "Advertiment, so inhabilitat." #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "Bam Bam" #: bambam.py:487 msgid "All sounds failed to load." msgstr "Error en carregar tots els sons." #: bambam.py:493 msgid "All images failed to load." msgstr "Error en carregar totes les imatges." #. type: TH #: bambam.6:1 #, no-wrap msgid "bambam" msgstr "bambam" #. type: TH #: bambam.6:1 #, no-wrap msgid "10 September 2022" msgstr "10 de setembre de 2022" #. type: TH #: bambam.6:1 #, no-wrap msgid "version 1.2.1" msgstr "versió 1.2.1" #. type: SH #: bambam.6:2 #, no-wrap msgid "NAME" msgstr "NOM" #. type: Plain text #: bambam.6:4 msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "" "bambam: un joc de matxucar el teclat i fer gargots per a nadons i nens petits" #. type: SH #: bambam.6:4 #, no-wrap msgid "SYNOPSIS" msgstr "SINOPSI" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "B [I]" #. type: SH #: bambam.6:7 #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIPCIÓ" #. type: TP #: bambam.6:8 #, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "B<-u>, B<--uppercase>" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "B<-d>, B<--deterministic-sounds>" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "B<-D>, B<--dark>" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "B<-m>, B<--mute>" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "B<--sound_blacklist>=I" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "B<--image_blacklist>=I" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "B<--wayland-ok>" #. type: Plain text #: bambam.6:29 msgid "Do not prevent running under Wayland. See the B section." msgstr "No eviteu el maneig de Wayland. Veure la secció B." #. type: Plain text #: bambam.6:36 msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" "bambam és un joc de teclat i ratolí per a bebès escrit en Python. En prémer " "les lletres aquestes es mostren en ubicacions i colors aleatoris. En prémer " "qualsevol altra tecla es dibuixen petites imatges en ubicacions aleatòries. " "Arrossegar el ratolí mentre es prem el botó del ratolí dibuixa en colors que " "canvien aleatòriament. La pantalla s'esborra a l'atzar." #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "NOTES" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "" "B" #. type: Plain text #: bambam.6:41 msgid "" "B that there are ways to switch to another application from bambam:" msgstr "" "B hi ha maneres de canviar a una altra aplicació des de bambam:" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, no-wrap msgid "\\(bu" msgstr "\\(bu" #. type: Plain text #: bambam.6:51 msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" "quan s'executa sota Wayland, actualment no és possible que bambam agafi " "totes les premses de tecles. Una conseqüència d'això és que si utilitzeu " "GNOME Shell, si premeu la tecla Windows (també coneguda com a Super) " "s'activarà la vista general de les activitats. Consulteu el vostre entorn. " "Com a solució alternativa, a partir de la versió 1.1.2, bambam intentarà " "detectar si s'està executant sota Wayland. Si aquest és el cas, bambam " "mostrarà un avís i es negarà a treballar. Podeu desactivar aquesta solució " "alternativa, amb l'opció B<--wayland-ok>." #. type: Plain text #: bambam.6:55 msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" "bambam no bloqueja la commutació de terminals virtuals (p. ex. CONTROL+ALT" "+F1). Veure l'exemple del fitxer 50-dont-vt-switch.conf si vols bloquejar-lo." #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "" "pot haver-hi altres maneres encara desconegudes en altres entorns i gestors " "de finestres." #. type: Plain text #: bambam.6:61 msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "" "Per les raons anteriors, a partir de la versió 1.2.0, B<és possible i " "recomanable executar bambam en una sessió d'inici de sessió dedicada.>" #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" "Una manera de fer-ho és seleccionar el tipus de sessió de BamBam a la " "configuració del gestor de visualització quan inicieu sessió (cerqueu una " "icona d'engranatge)." #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text console." msgstr "" "Una altra manera és utilitzar una ordre com ara B des " "d'una consola de text." #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "" "Per a desactivar i activar el so, escriu silenci i nosilenci, " "respectivament, al joc." #. type: Plain text #: bambam.6:72 msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" "bambam carrega imatges (fitxers GIF, JPEG, PNG i TIFF) i sons (fitxers WAV i " "OGG) des dels directoris següents:" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "el directori B distribuït amb el joc," #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "B<$XDG_DATA_HOME> (normalment ~/.local/share/bambam/data)" #. type: Plain text #: bambam.6:80 msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" "Quan exploris directoris per a fitxers, bambam B segueix enllaços " "simbòlics i descendents de directoris. Això fa que sigui fàcil tenir fitxers " "d'ús bambam ubicats en un altre lloc." #. type: SH #: bambam.6:80 #, no-wrap msgid "AUTHOR" msgstr "AUTOR" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" msgstr "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" #: bambam.en.desktop:3 bambam-session.en.desktop:3 msgid "BamBam" msgstr "BamBam" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "" "bambam;nadó;nen;nen petit;joc;utilitzar el teclat;ratolí;gargots;nena petita;" #~ msgid "A keyboard mashing game for babies." #~ msgstr "Un joc amb teclat senzill per a bebès." #~ msgid "bambam - a keyboard mashing and doodling game for babies" #~ msgstr "bambam - un joc de teclat senzill i gargots per a bebès" bambam-1.2.1+dfsg/po/de.po000066400000000000000000000407701436045143200152310ustar00rootroot00000000000000# #-#-#-#-# bambam-py.pot (bambam 1.1.2) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2022-10-04 13:43+0200\n" "PO-Revision-Date: 2022-09-11 19:16+0000\n" "Last-Translator: dasistdaniel \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.14.1-dev\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "stummschalten" #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 msgid "unmute" msgstr "lautstellen" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "beenden" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "Fehler beim Laden von \"%(file)s\": %(message)s" #: bambam.py:123 #, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "" "Bild hat eine Höhe von 0 nach dem Verkleinern zu %(width)dx%(height)d " "Bildpunkten" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, python-format msgid "Skipping blacklisted item %s" msgstr "Überspringe gesperrtes Element %s" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "Befehle: %s" #: bambam.py:311 msgid "Error: Wayland display detected." msgstr "Fehler: Wayland-Anzeige erkannt." #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "Kann die Tastatur nicht sicher sperren." #: bambam.py:314 msgid "Press any key to quit." msgstr "Drücke irgendeine Taste zum Beenden." #: bambam.py:328 msgid "Please read the following important information!" msgstr "Bitte lies die folgenden wichtigen Infos!" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "" "Um das Spiel nach dem Starten zu beenden, tippe direkt das Wort %s über die " "Tastatur ein." #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "" "Dies und andere verfügbare Befehle werden in der oberen linken " "Bildschirmecke angezeigt." #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "" "Das Spiel versucht, den Tastatur- und Mauszeiger-Fokus zu erlangen, um zu " "verhindern, dass dein Kind deine Dateien beschädigt." #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" "Das Spiel läuft jetzt in einer speziellen Login-Sitzung, welche zusätzliche " "Sicherheit gewährleistet. Jedoch mag es noch immer möglich sein, dass dein " "Kind das Spiel versehentlich beendet oder zu einem anderen virtuellen " "Terminal wechselt (z.B. mit STRG-ALT-Fx)." #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "" "Stelle sicher, dass andere Nutzersitzungen (falls es welche gibt) mit einem " "Passwort geschützt werden, wenn du dein Kind mit dem Spiel alleinlässt." #: bambam.py:382 msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" "Jedoch mag es in einigen Umgebungen dem Kind möglich sein, mithilfe einer " "speziellen Tastenkombination das Spiel zu beenden oder von diesem " "wegzuwechseln. Der genaue Mechanismus hängt von deiner grafischen Umgebung, " "Fenstermanager usw. ab. Beispiele: Super- oder Windows-Taste, " "Funktionstasten (STRG+ALT+Fx), Hot-Corners beim Benutzen der Maus usw." #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "" "Wir empfehlen, dein KIND NICHT UNBEAUFSICHTIGT mit dem Spiel alleinzulassen." #: bambam.py:390 msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "" "Bitte erwäge, stattdessen eine spezielle BamBam-Sitzung zu nutzen (suche " "nach einem Werkzeug-Icon beim Einloggen), was sicherer ist." #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "" "Drücke eine beliebige Tastatur- oder Maustaste, um das Spiel jetzt zu " "starten." #: bambam.py:415 bambam.py:422 #, python-format msgid "Using data directory %s" msgstr "Nutze Daten-Verzeichnis %s" #: bambam.py:426 bambam.en.desktop:4 bambam-session.en.desktop:4 msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "Ein Tastendrückspiel für Babys und Kleinkinder." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:428 bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "Zeige GROSSBUCHSTABEN." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:430 bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "" "Liste mit Mustern von Audio-Dateinamen, die nie gespielt werden sollen." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:432 bambam.6:26 msgid "List of image filename patterns to never show." msgstr "Liste mit Mustern von Bilddateinamen, die nie gezeigt werden sollen." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:434 bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "Erzeuge den gleichen Ton bei gleichem Tastendruck." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:436 bambam.6:17 msgid "Use a dark background instead of a light one." msgstr "Nutze einen dunklen Hintergrund anstatt eines hellen." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:438 bambam.6:20 msgid "Do not play any sounds." msgstr "Spiele keine Töne." #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "Die Ausführung unter Wayland nicht verhindern." #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "Achtung, Schriftarten deaktiviert." #: bambam.py:450 msgid "Warning, sound disabled." msgstr "Achtung, Ton deaktiviert." #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "Bam Bam" #: bambam.py:487 msgid "All sounds failed to load." msgstr "Es konnten keine Töne geladen werden." #: bambam.py:493 msgid "All images failed to load." msgstr "Bilder konnten nicht geladen werden." #. type: TH #: bambam.6:1 #, no-wrap msgid "bambam" msgstr "bambam" #. type: TH #: bambam.6:1 #, no-wrap msgid "10 September 2022" msgstr "10. September 2022" #. type: TH #: bambam.6:1 #, no-wrap msgid "version 1.2.1" msgstr "Version 1.2.1" #. type: SH #: bambam.6:2 #, no-wrap msgid "NAME" msgstr "NAME" #. type: Plain text #: bambam.6:4 msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "BamBam – ein Tastendrückspiel für Babys und Kleinkinder" #. type: SH #: bambam.6:4 #, no-wrap msgid "SYNOPSIS" msgstr "ÜBERSICHT" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "B [I]" #. type: SH #: bambam.6:7 #, no-wrap msgid "DESCRIPTION" msgstr "BESCHREIBUNG" #. type: TP #: bambam.6:8 #, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "B<-u>, B<--uppercase>" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "B<-d>, B<--deterministic-sounds>" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "B<-D>, B<--dark>" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "B<-m>, B<--mute>" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "B<--sound_blacklist>=I" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "B<--image_blacklist>=I" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "B<--wayland-ok>" #. type: Plain text #: bambam.6:29 msgid "Do not prevent running under Wayland. See the B section." msgstr "" "Nicht die Ausführung unter Wayland verhindern. Siehe Abschnitt B." #. type: Plain text #: bambam.6:36 msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" "bambam ist ein in Python geschriebenes Tastatur- und Maus-Spiel für Babys. " "Ein Druck auf einen Buchstaben zeigt diesen auf dem Bildschirm an zufälliger " "Position und in zufälliger Farbe an. Jede andere Taste zeigt ein kleines " "Bild an zufälliger Position. Ziehe die Maus mit gedrückter Taste über den " "Bildschirm, um eine farbige Linie zu malen. Der Bildschirm wird zufällig " "wieder gelöscht." #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "NOTIZEN" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "" "B" #. type: Plain text #: bambam.6:41 msgid "" "B that there are ways to switch to another application from bambam:" msgstr "" "B, dass es Wege gibt, von bambam zu einer anderen App zu wechseln:" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, no-wrap msgid "\\(bu" msgstr "\\(bu" #. type: Plain text #: bambam.6:51 msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" "Unter Wayland ist es BamBam aktuell nicht möglich, alle Tastenanschläge zu " "ermitteln. Dies resultiert darin, dass beim Verwenden der GNOME-Shell das " "Drücken der Windows- bzw. Super-Taste die Aktivitätenübersicht öffnet. Bitte " "überprüfe deine Umgebung. Abhilfe schafft ab Version 1.1.2 der Umstand, dass " "BamBam versucht zu ermitteln, ob es unter Wayland läuft. Wenn das der Fall " "ist, zeigt BamBam eine Warnung an und hört auf zu funktionieren. Du kannst " "diese Funktion mit der Option B<--wayland-ok> deaktivieren." #. type: Plain text #: bambam.6:55 msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" "bambam blockiert kein virtuelles Terminal-Wechseln (z.B. STRG+ALT+F1). Schau " "dir die example-50-dont-vt-switch.conf-Datei an, falls du das blockieren " "willst." #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "" "Es könnte andere – bislang unbekannte – Möglichkeiten dazu in Umgebungen und " "Fenster-Managern geben." #. type: Plain text #: bambam.6:61 msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "" "Aus den oben genannten Gründen wir es – beginnend mit Version 1.2.0 – " "möglich und empfohlen sein, BamBam in einer speziellen Login-Sitzung laufen " "zu lassen." #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" "Ein Weg, um dies zu tun, ist es, den BamBam-Sitzungstyp in den " "Displaymanager-Einstellungen beim Einloggen auszuwählen (schau nach einem " "Werkzeug-Icon)." #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text console." msgstr "" "Eine andere Möglichkeit ist es, einen Befehl wie B in " "der Textkonsole zu verwenden." #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "" "Um den Ton ein- und auszuschalten, gib “stummschalten” bzw. “lautstellen” im " "Spiel ein." #. type: Plain text #: bambam.6:72 msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" "bambam lädt Bilder (GIF-, JPEG-, PNG- und TFF-Dateien) und Töne (WAV- und " "OGG-Dateien) aus den folgenden Ordnern:" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "das mit dem Spiel ausgelieferte Bverzeichnis" #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "B<$XDG_DATA_HOME> (normalerweise ~/.local/share/bambam/data)" #. type: Plain text #: bambam.6:80 msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" "Wenn Ordner nach Dateien durchsucht werden, B bambam symbolischen " "Links und Verzeichnissen abwärts. Das macht es einfach, bambam Dateien " "nutzen zu lassen, die anderswo gespeichert sind." #. type: SH #: bambam.6:80 #, no-wrap msgid "AUTHOR" msgstr "AUTOR" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" msgstr "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" #: bambam.en.desktop:3 bambam-session.en.desktop:3 msgid "BamBam" msgstr "BamBam" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "" #~ msgid "A keyboard mashing game for babies." #~ msgstr "Ein Tastaturdrückspiel für Babys" #~ msgid "bambam - a keyboard mashing and doodling game for babies" #~ msgstr "bambam - Ein Tastendrück- und Kritzelspiel für Babys" bambam-1.2.1+dfsg/po/eo.po000066400000000000000000000360561436045143200152460ustar00rootroot00000000000000# #-#-#-#-# bambam-py.pot (bambam 1.1.1) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2022-10-04 13:43+0200\n" "PO-Revision-Date: 2022-10-03 21:16+0000\n" "Last-Translator: phlostically \n" "Language-Team: Esperanto \n" "Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.14.1\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "silentigi" #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 msgid "unmute" msgstr "malsilentigi" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "forlasi" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "Malsukcesis ŝargo de dosiero \"%(file)s\": %(message)s" #: bambam.py:123 #, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "" "alto de bildo estas 0 post malgrandigo por estigi ne pli granda ol %(width)d×" "%(height)d bilderoj" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, python-format msgid "Skipping blacklisted item %s" msgstr "Preterpasante malpermesitan eron %s" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "Komandoj: %s" #: bambam.py:311 msgid "Error: Wayland display detected." msgstr "Eraro: Wayland trovita." #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "Ne eblas ŝlosi la klavaron sekure." #: bambam.py:314 msgid "Press any key to quit." msgstr "Premu ajnan klavon por forlasi." #: bambam.py:328 msgid "Please read the following important information!" msgstr "Bonvolu legi la jenajn gravajn informojn!" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "" "Por forlasi la ludon post kiam ĝi komenciĝas, tajpu la vorton %s per la " "klavaro." #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 #, fuzzy msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "" "B" #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "" "La ludo provas kapti la fokusojn de la klavaro kaj la musmontrilo, por eviti " "ke via infano damaĝu viajn dosierojn." #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "" #: bambam.py:382 msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "Ni rekomendas NE LASI VIAN INFANON SENATENTE kun la ludo." #: bambam.py:390 msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "" "Bonvolu konsideri uzi dediĉitan BamBam-seancon anstataŭe (serĉu dentradan " "piktogramon dum ensaluto), kio estas pli sekura." #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "Premu ajnan klavon aŭ musbutonon por komenci la ludon nun." #: bambam.py:415 bambam.py:422 #, python-format msgid "Using data directory %s" msgstr "Uzante datendosierujon %s" #: bambam.py:426 bambam.en.desktop:4 bambam-session.en.desktop:4 msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "Klavaro-premaĉa kaj desegnaĉa ludo por beboj." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:428 bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "Montri MAJUSKLAJN literojn." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:430 bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "Listo de dosiernomaj ŝablonoj de neludotaj sonoj." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:432 bambam.6:26 msgid "List of image filename patterns to never show." msgstr "Listo de dosiernomaj ŝablonoj de nemontrotaj bildoj." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:434 bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "Soni same por samaj klavpremoj." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:436 bambam.6:17 msgid "Use a dark background instead of a light one." msgstr "Uzi malhelan fonon anstataŭ helan." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:438 bambam.6:20 msgid "Do not play any sounds." msgstr "Ne ludi ajnan sonon." #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "Ne malhelpi ruladon sub Wayland." #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "Averto, tiparoj malŝaltitaj." #: bambam.py:450 msgid "Warning, sound disabled." msgstr "Averto, sonoj malŝaltitaj." #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "Bam Bam" #: bambam.py:487 msgid "All sounds failed to load." msgstr "Malsukcesis ŝargado de ĉiuj sonoj." #: bambam.py:493 msgid "All images failed to load." msgstr "Malsukcesis ŝargado de ĉiuj bildoj." #. type: TH #: bambam.6:1 #, no-wrap msgid "bambam" msgstr "bambam" #. type: TH #: bambam.6:1 #, no-wrap msgid "10 September 2022" msgstr "10-a de Septembro, 2022" #. type: TH #: bambam.6:1 #, no-wrap msgid "version 1.2.1" msgstr "versio 1.2.1" #. type: SH #: bambam.6:2 #, no-wrap msgid "NAME" msgstr "NOMO" #. type: Plain text #: bambam.6:4 msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "bambam - klavaro-premaĉa ludo por beboj" #. type: SH #: bambam.6:4 #, no-wrap msgid "SYNOPSIS" msgstr "RESUMO" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "B [I]" #. type: SH #: bambam.6:7 #, no-wrap msgid "DESCRIPTION" msgstr "PRISKRIBO" #. type: TP #: bambam.6:8 #, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "B<-u>, B<--uppercase>" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "B<-d>, B<--deterministic-sounds>" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "B<-D>, B<--dark>" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "B<-m>, B<--mute>" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "B<--sound_blacklist>=I" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "B<--image_blacklist>=I" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "B<--wayland-ok>" #. type: Plain text #: bambam.6:29 msgid "Do not prevent running under Wayland. See the B section." msgstr "Ne malhelpu ruladon sub Wayland. Vidu la sekcion B." #. type: Plain text #: bambam.6:36 msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" "bambam estas klavara kaj musa ludo por beboj verkita en Python. Premo de " "literaj klavoj montrigas literojn ĉe hazardaj lokoj kaj koloroj. Premo de " "aliaj klavoj desegnas bildetojn ĉe hazardaj lokoj. Musotreneo dum la " "musbutono estas premata desegnas hazarde ŝanĝantajn kolorojn. La ekrano " "forviŝiĝas hazarde." #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "NOTOJ" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "" "B" #. type: Plain text #: bambam.6:41 msgid "" "B that there are ways to switch to another application from bambam:" msgstr "B aliajn manierojn enfokusigi alian aplikaĵon for de bambam:" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, no-wrap msgid "\\(bu" msgstr "\\(bu" #. type: Plain text #: bambam.6:51 #, fuzzy msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" "Rulate sub Wayland, nuntempe ne eblas por bambam trakti ĉiujn klavpremojn. " "Tial, se vi uzas GNOME-Ŝelon, premo de la Windows-klavo (alinome superklavo) " "aktivigas la superrigardon de agoj. Bonvolu kontroli vian medion. Se tio " "veras, do vi povas provi lanĉi bambam en dediĉita X-sesio, ekzemple per " "B ĉe tekstokonzolo. Pro tio, ekde la versio 1.1.2, bambam " "provas kontroli ĉu ĝi funkcias sub Wayland. Se tiel estas, bambam montros " "averton kaj rifuzos starton. Vi povas malŝalti tion per la opcio B<--wayland-" "ok>." #. type: Plain text #: bambam.6:55 msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" "bambam ne forbaras aktivigon de virtuala terminalo (ekz. Stir+Alt+F1). Vidu " "la ekzemplan dosieron 50-dont-vt-switch.conf se vi volas forbari tion." #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "" #. type: Plain text #: bambam.6:61 msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "" #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text console." msgstr "" "Alia maniero estas uzi komandon kiel B per teksta " "konzolo." #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "" "Por malŝalti aŭ ŝalti la sonon, tajpu \"silentigi\" aŭ \"malsilentigi\", " "respektive, dum la ludo." #. type: Plain text #: bambam.6:72 msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" "bambam ŝargas bildojn (GIF-, JPEG-, PNG- kaj TIFF-dosieroj) kaj sonojn (WAV- " "kaj OGG-dosieroj) el la jenaj dosierujoj:" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "la dosierujo B distribuita kune kun la ludo," #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "B<$XDG_DATA_HOME> (kutime ~/.local/share/bambam/data)" #. type: Plain text #: bambam.6:80 msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" "Dum serĉado dosierujojn pri dosieroj, bambam B sekvas simbolajn ligilojn " "kaj subdosierujojn. Tio faciligas uzon de dosieroj alilokaj." #. type: SH #: bambam.6:80 #, no-wrap msgid "AUTHOR" msgstr "AŬTORO" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" msgstr "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" #: bambam.en.desktop:3 bambam-session.en.desktop:3 msgid "BamBam" msgstr "BamBam" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "bambam;bebo;infano;ludo;premaĉo;muso;desegnaĉo;" #~ msgid "A keyboard mashing game for babies." #~ msgstr "Klavaro-premaĉa ludo por beboj." #~ msgid "bambam - a keyboard mashing and doodling game for babies" #~ msgstr "bambam - klavaro-premaĉa ludo por beboj" bambam-1.2.1+dfsg/po/es.po000066400000000000000000000407201436045143200152430ustar00rootroot00000000000000# #-#-#-#-# bambam-py.pot (bambam 1.1.2) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2022-10-04 13:43+0200\n" "PO-Revision-Date: 2023-01-01 18:50+0000\n" "Last-Translator: gallegonovato \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.15.1-dev\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "silenciar" #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 msgid "unmute" msgstr "desactivar silencio" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "salir" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "Fallo al cargar el archivo \"%(file)s\": %(message)s" #: bambam.py:123 #, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "" "La imagen tiene una altura 0 tras redimensionarla para encajar en %(width)dx" "%(height)d píxeles" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, python-format msgid "Skipping blacklisted item %s" msgstr "Ignorando el elemento %s de la lista negra" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "Comandos: %s" #: bambam.py:311 msgid "Error: Wayland display detected." msgstr "Error: ruta incorrecta." #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "No se puede bloquear el teclado de manera segura." #: bambam.py:314 msgid "Press any key to quit." msgstr "Presiona cualquier tecla para salir." #: bambam.py:328 msgid "Please read the following important information!" msgstr "¡Por favor lea la siguiente información importante!" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "" "Para salir del juego después de que se inicie, escriba directamente la " "palabra %s en el teclado." #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "" "Este y otros comandos disponibles se muestran en la esquina superior " "izquierda de la pantalla." #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "" "El juego intenta enfocar el teclado y el puntero del ratón para evitar que " "su hijo corrompa sus archivos." #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" "El juego se está ejecutando ahora en una sesión de inicio de sesión " "dedicada, que proporciona algo de seguridad adicional. Sin embargo, todavía " "es posible que el niño abandone el juego accidentalmente o cambie a un " "terminal virtual distinto (por ejemplo, utilizando CTRL+ALT+Fx)." #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "" "Asegúrese de que otras sesiones del usuario (si las hay) estén protegidas " "con contraseña si deja a su hijo solo con el juego." #: bambam.py:382 msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" "Sin embargo, en algunos entornos, el niño puede salir o alejarse del juego " "usando una combinación especial de teclas. El mecanismo exacto depende de su " "entorno gráfico, administrador de ventanas, etc. Ejemplos: tecla Super o " "Windows, teclas de función (CTRL+ALT+Fx), esquinas activas al usar el ratón." #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "Recomendamos NO DEJAR A SU HIJO DESATENDIDO con el juego." #: bambam.py:390 msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "" "Considere el uso de una sesión dedicada de BamBam en su lugar (busque un " "icono de rueda dentada al iniciar la sesión), que es más segura." #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "Pulse cualquier tecla o botón del ratón para iniciar el juego ahora." #: bambam.py:415 bambam.py:422 #, python-format msgid "Using data directory %s" msgstr "Usando directorio de datos %s" #: bambam.py:426 bambam.en.desktop:4 bambam-session.en.desktop:4 msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "Juego de teclado y garabatos para los bebés y los niños pequeños." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:428 bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "Muestra MAYÚSCULAS." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:430 bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "Lista de patrones de archivos de sonido para no reproducir nunca." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:432 bambam.6:26 msgid "List of image filename patterns to never show." msgstr "Lista de patrones de imágenes para no mostrar nunca." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:434 bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "Produce los mismos sonidos con las mismas pulsaciones de teclas." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:436 bambam.6:17 msgid "Use a dark background instead of a light one." msgstr "Usa un fondo oscuro en vez de uno claro." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:438 bambam.6:20 msgid "Do not play any sounds." msgstr "No reproduzca ningún sonido." #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "No impida la ejecución bajo Wayland." #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "Cuidado, tipografías desactivadas." #: bambam.py:450 msgid "Warning, sound disabled." msgstr "Cuidado, sonido desactivado." #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "Bam Bam" #: bambam.py:487 msgid "All sounds failed to load." msgstr "Todos los sonidos fallaron al cargar." #: bambam.py:493 msgid "All images failed to load." msgstr "Todas las imágenes fallaron al cargar." #. type: TH #: bambam.6:1 #, no-wrap msgid "bambam" msgstr "bambam" #. type: TH #: bambam.6:1 #, no-wrap msgid "10 September 2022" msgstr "10 de septiembre de 2022" #. type: TH #: bambam.6:1 #, no-wrap msgid "version 1.2.1" msgstr "Versión 1.2.1" #. type: SH #: bambam.6:2 #, no-wrap msgid "NAME" msgstr "NOMBRE" #. type: Plain text #: bambam.6:4 msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "" "bambam: un juego para machacar y garabatear con el teclado para bebés y " "niños pequeños" #. type: SH #: bambam.6:4 #, no-wrap msgid "SYNOPSIS" msgstr "SINOPSIS" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "B [I]" #. type: SH #: bambam.6:7 #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIPCIÓN" #. type: TP #: bambam.6:8 #, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "B<-u>, B<--mayúscula>" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "B<-d>, B<--sonidos-deterministas>" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "B<-D>, B<--oscuro>" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "B<-m>, B<--silenciar>" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "B<--sound_blacklist>=I" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "B<--image_blacklist>=I" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "B<--wayland-ok>" #. type: Plain text #: bambam.6:29 msgid "Do not prevent running under Wayland. See the B section." msgstr "No impida la ejecución bajo Wayland. Ver apartado B." #. type: Plain text #: bambam.6:36 msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" "Bambam es un juego de teclado y ratón para bebés escrito en Python. " "Presionando teclas de letras se imprimen en sitios y colores aleatorios. " "Presionando cualquier otra tecla dibuja imágenes en sitios aleatorios. " "Arrastrando el ratón mientras el botón del ratón está presionado dibuja en " "colores aleatorios cambiantes. La pantalla es borrada de manera aleatoria." #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "NOTAS" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "" "B" #. type: Plain text #: bambam.6:41 msgid "" "B that there are ways to switch to another application from bambam:" msgstr "" "B que hay formas de cambiar a otra aplicación desde bambam:" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, no-wrap msgid "\\(bu" msgstr "\\(bu" #. type: Plain text #: bambam.6:51 msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" "Actualmente, BamBam no puede determinar todas las pulsaciones de teclas en " "Wayland. Como resultado, al usar GNOME Shell, al presionar la tecla Windows " "o Super se abre la descripción general de la actividad. Por favor, compruebe " "su entorno. A partir de la versión 1.1.2, esto se puede remediar por el " "hecho de que BamBam intenta determinar si se ejecuta bajo Wayland. Si ese es " "el caso, BamBam mostrará una advertencia y dejará de funcionar. Puede " "desactivar esta función con la opción B<--wayland-ok>." #. type: Plain text #: bambam.6:55 msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" "bambam no bloquea el cambio de terminal virtual (por ejemplo, CTRL+ALT+F1). " "Consulte el archivo example-50-dont-vt-switch.conf si desea bloquear esto." #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "" "Puede haber otras formas, hasta ahora desconocidas, de hacer esto en " "entornos y administradores de ventanas." #. type: Plain text #: bambam.6:61 msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "" "Por las razones anteriores, a partir de la versión 1.2.0, B" #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" "Una forma de hacer esto es seleccionar el tipo de sesión de BamBam en la " "configuración del administrador de pantalla al iniciar sesión (busque el " "icono de una herramienta)." #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text console." msgstr "" "Otra opción es usar un comando como B en la consola de " "texto." #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "" "Para quitar y poner el sonido, escribe mute y unmute, respectivamente, en el " "juego." #. type: Plain text #: bambam.6:72 msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" "Bambam es capaz de cargar imágenes (archivos GIF, JPEG, PNG y TIFF) y " "sonidos (archivos WAV y OGG) de los siguientes directorios:" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "El directorio B distribuido con el juego," #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "B<$XDG_DATA_HOME> (generalmente ~/.local/share/bambam/data)" #. type: Plain text #: bambam.6:80 msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" "Al buscar archivos en un directorio, bambam B desciende del directorio " "siguiendo enlaces simbólicos. Esto facilita que bambam use archivos en otros " "lugares." #. type: SH #: bambam.6:80 #, no-wrap msgid "AUTHOR" msgstr "AUTOR" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" msgstr "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" #: bambam.en.desktop:3 bambam-session.en.desktop:3 msgid "BamBam" msgstr "BamBam" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "bambam;bebé;niño;jóvenes;juego;teclado;ratón;garabatos;" #~ msgid "A keyboard mashing game for babies." #~ msgstr "Un juego de machacar el teclado para bebés." #~ msgid "bambam - a keyboard mashing and doodling game for babies" #~ msgstr "Bambam - un juego de machacar y garabatear para bebés" bambam-1.2.1+dfsg/po/fr.po000066400000000000000000000342061436045143200152450ustar00rootroot00000000000000# #-#-#-#-# bambam-py.pot (bambam 1.1.0) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2022-10-04 13:43+0200\n" "PO-Revision-Date: 2021-03-13 00:02+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.5.2-dev\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "mute" #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 msgid "unmute" msgstr "unmute" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "quit" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "Échec du chargement du fichier « %(file)s » : %(message)s" #: bambam.py:123 #, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "" "L'image a une hauteur de 0 après le redimensionnement pour tenir dans " "%(width)d x %(height)d pixels" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, python-format msgid "Skipping blacklisted item %s" msgstr "Ignorer l'élément de la liste noire %s" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "Commandes : %s" #: bambam.py:311 msgid "Error: Wayland display detected." msgstr "Erreur : Affichage Wayland détecté." #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "Impossible de verrouiller le clavier en toute sécurité." #: bambam.py:314 msgid "Press any key to quit." msgstr "Appuyez sur n'importe quelle touche pour quitter." #: bambam.py:328 msgid "Please read the following important information!" msgstr "" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "" #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 #, fuzzy msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "" "B" #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "" #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "" #: bambam.py:382 msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "" #: bambam.py:390 msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "" #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "" #: bambam.py:415 bambam.py:422 #, python-format msgid "Using data directory %s" msgstr "Utilisation du répertoire de données %s" #: bambam.py:426 bambam.en.desktop:4 bambam-session.en.desktop:4 #, fuzzy msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "Un jeu de clavier pour bébés." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:428 bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "Afficher les lettres MAJUSCULES." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:430 bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "Liste des modèles de noms de fichiers sonores à ne jamais jouer." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:432 bambam.6:26 msgid "List of image filename patterns to never show." msgstr "Liste des modèles de noms de fichiers d’image à ne jamais afficher." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:434 bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "Produire les mêmes sons sur les mêmes touches." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:436 bambam.6:17 msgid "Use a dark background instead of a light one." msgstr "Utiliser un fond sombre au lieu d’un fond clair." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:438 bambam.6:20 msgid "Do not play any sounds." msgstr "Ne jouer aucun son." #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "Ne pas empêcher d'exécuter sous Wayland." #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "Attention, polices désactivées." #: bambam.py:450 msgid "Warning, sound disabled." msgstr "Attention, son désactivé." #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "Bam Bam" #: bambam.py:487 msgid "All sounds failed to load." msgstr "Le chargement de tous les sons a échoué." #: bambam.py:493 msgid "All images failed to load." msgstr "Le chargement de toutes les images a échoué." #. type: TH #: bambam.6:1 #, no-wrap msgid "bambam" msgstr "bambam" #. type: TH #: bambam.6:1 #, fuzzy, no-wrap msgid "10 September 2022" msgstr "30 décembre 2020" #. type: TH #: bambam.6:1 #, no-wrap msgid "version 1.2.1" msgstr "version 1.2.1" #. type: SH #: bambam.6:2 #, no-wrap msgid "NAME" msgstr "NOM" #. type: Plain text #: bambam.6:4 #, fuzzy msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "Un jeu de clavier pour bébés." #. type: SH #: bambam.6:4 #, no-wrap msgid "SYNOPSIS" msgstr "SYNOPSIS" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "B [I]" #. type: SH #: bambam.6:7 #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIPTION" #. type: TP #: bambam.6:8 #, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "B<-u>, B<--uppercase>" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "B<-d>, B<--deterministic-sounds>" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "B<-D>, B<--dark>" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "B<-m>, B<--mute>" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "B<--sound_blacklist>=I" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "B<--image_blacklist>=I" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "B<--wayland-ok>" #. type: Plain text #: bambam.6:29 msgid "Do not prevent running under Wayland. See the B section." msgstr "Ne pas empêcher d'exécuter sous Wayland. Voir la section B." #. type: Plain text #: bambam.6:36 msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" "bambam est un jeu de clavier et de souris pour bébés écrit en Python. " "Appuyer sur les touches alphabétiques les affiche dans des emplacements et " "des couleurs aléatoires. Appuyer sur n'importe quelle autre touche dessine " "de petites images dans des endroits aléatoires. Faire glisser la souris tout " "en appuyant sur le bouton de la souris dessine dans des couleurs changeantes " "de manière aléatoire. L'écran est effacé aléatoirement." #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "REMARQUES" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "" "B" #. type: Plain text #: bambam.6:41 msgid "" "B that there are ways to switch to another application from bambam:" msgstr "" "B il existe des moyens de passer à une autre application depuis " "bambam :" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, no-wrap msgid "\\(bu" msgstr "\\(bu" #. type: Plain text #: bambam.6:51 msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" #. type: Plain text #: bambam.6:55 msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "" #. type: Plain text #: bambam.6:61 msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "" #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text console." msgstr "" #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "" "Pour activer et désactiver le son, tapez respectivement activer le son et " "désactiver le son dans le jeu." #. type: Plain text #: bambam.6:72 msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" "bambam charge les images (fichiers GIF, JPEG, PNG et TIFF) et les sons " "(fichiers WAV et OGG) à partir des répertoires suivants :" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "Le dossier B fourni avec le jeu," #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "B<$XDG_DATA_HOME> (générallement ~/.local/share/bambam/data)" #. type: Plain text #: bambam.6:80 msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" "Lors de la recherche de fichiers dans les dossiers, bambam B les liens " "symboliques et descend les répertoires. Cela rend facile le placement des " "fichiers d'utilisation de bambam ailleurs." #. type: SH #: bambam.6:80 #, no-wrap msgid "AUTHOR" msgstr "AUTEUR" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" msgstr "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" #: bambam.en.desktop:3 bambam-session.en.desktop:3 msgid "BamBam" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "" #~ msgid "A keyboard mashing game for babies." #~ msgstr "Un jeu de clavier pour bébés." #~ msgid "bambam - a keyboard mashing and doodling game for babies" #~ msgstr "bambam - un jeu de clavier et de gribouillage pour bébés" bambam-1.2.1+dfsg/po/it.po000066400000000000000000000262211436045143200152500ustar00rootroot00000000000000# #-#-#-#-# bambam-py.pot (bambam 1.1.2) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2023-01-14 07:46+0100\n" "PO-Revision-Date: 2022-08-24 05:22+0000\n" "Last-Translator: Hugel \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.14-dev\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "silenzioso" #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 msgid "unmute" msgstr "" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "Esci" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "" #: bambam.py:123 #, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, python-format msgid "Skipping blacklisted item %s" msgstr "" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "" #: bambam.py:311 msgid "Error: Wayland display detected." msgstr "" #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "" #: bambam.py:314 msgid "Press any key to quit." msgstr "" #: bambam.py:328 msgid "Please read the following important information!" msgstr "" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "" #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "" #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "" #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "" #: bambam.py:382 msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "" #: bambam.py:390 msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "" #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "" #: bambam.py:415 bambam.py:422 #, python-format msgid "Using data directory %s" msgstr "" #: bambam.py:426 bambam.en.desktop:4 bambam-session.en.desktop:4 msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:428 bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:430 bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:432 bambam.6:26 msgid "List of image filename patterns to never show." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:434 bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:436 bambam.6:17 msgid "Use a dark background instead of a light one." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:438 bambam.6:20 msgid "Do not play any sounds." msgstr "" #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "" #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "" #: bambam.py:450 msgid "Warning, sound disabled." msgstr "" #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "" #: bambam.py:487 msgid "All sounds failed to load." msgstr "" #: bambam.py:493 msgid "All images failed to load." msgstr "" #. type: TH #: bambam.6:1 #, no-wrap msgid "bambam" msgstr "" #. type: TH #: bambam.6:1 #, no-wrap msgid "10 September 2022" msgstr "" #. type: TH #: bambam.6:1 #, no-wrap msgid "version 1.2.1" msgstr "" #. type: SH #: bambam.6:2 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: bambam.6:4 msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "" #. type: SH #: bambam.6:4 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "" #. type: SH #: bambam.6:7 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: TP #: bambam.6:8 #, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "" #. type: Plain text #: bambam.6:29 msgid "Do not prevent running under Wayland. See the B section." msgstr "" #. type: Plain text #: bambam.6:36 msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "" #. type: Plain text #: bambam.6:41 msgid "" "B that there are ways to switch to another application from bambam:" msgstr "" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, no-wrap msgid "\\(bu" msgstr "" #. type: Plain text #: bambam.6:51 msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" #. type: Plain text #: bambam.6:55 msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "" #. type: Plain text #: bambam.6:61 msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "" #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text console." msgstr "" #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "" #. type: Plain text #: bambam.6:72 msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "" #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "" #. type: Plain text #: bambam.6:80 msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" #. type: SH #: bambam.6:80 #, no-wrap msgid "AUTHOR" msgstr "" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" msgstr "" #: bambam.en.desktop:3 bambam-session.en.desktop:3 msgid "BamBam" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "" bambam-1.2.1+dfsg/po/ja.po000066400000000000000000000310121436045143200152200ustar00rootroot00000000000000# #-#-#-#-# bambam-py.pot (bambam 1.1.2) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2023-01-14 07:46+0100\n" "PO-Revision-Date: 2021-04-06 08:26+0000\n" "Last-Translator: J.R. Hill \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.6-dev\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "otonasi" #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 msgid "unmute" msgstr "otoari" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "mouii" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "「%(file)s」のアクセスは失敗しました。詳しく、%(message)s" #: bambam.py:123 #, fuzzy, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "" "%(height)d縦、%(width)d横で、イメージは0ピクセルの縦にリサイズされました" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, python-format msgid "Skipping blacklisted item %s" msgstr "「%s」は無効でスキップしてる" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "コマンドは、%s" #: bambam.py:311 msgid "Error: Wayland display detected." msgstr "《エラー》Waylandは非対応です。" #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "キーボードは安全でロックする事は出来ません。" #: bambam.py:314 msgid "Press any key to quit." msgstr "終了するには、任意のキーを押してください。" #: bambam.py:328 msgid "Please read the following important information!" msgstr "" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "" #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "" #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "" #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "" #: bambam.py:382 msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "" #: bambam.py:390 msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "" #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "" #: bambam.py:415 bambam.py:422 #, python-format msgid "Using data directory %s" msgstr "「%s」のデータのディレクトリを使っている" #: bambam.py:426 bambam.en.desktop:4 bambam-session.en.desktop:4 #, fuzzy msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "幼児のカチャカチャゲーム。" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:428 bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "【ABC】の大文字を表示。" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:430 bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "無効する効果音ファイルのリスト。" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:432 bambam.6:26 msgid "List of image filename patterns to never show." msgstr "無効するイメージファイルのリスト。" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:434 bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "キーはいつも同じ効果音をする。" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:436 bambam.6:17 msgid "Use a dark background instead of a light one." msgstr "暗い画面にする。" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:438 bambam.6:20 msgid "Do not play any sounds." msgstr "無音にする。" #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "Waylandを無効しない。" #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "《お知らせ》フォントは無効です。" #: bambam.py:450 msgid "Warning, sound disabled." msgstr "《お知らせ》効果音は無効です。" #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "BamBam・幼児のカチャカチャゲーム" #: bambam.py:487 msgid "All sounds failed to load." msgstr "効果音はロード出来ませんでした。" #: bambam.py:493 msgid "All images failed to load." msgstr "イメージはロード出来ませんでした。" #. type: TH #: bambam.6:1 #, no-wrap msgid "bambam" msgstr "カチャカチャ" #. type: TH #: bambam.6:1 #, fuzzy, no-wrap msgid "10 September 2022" msgstr "2020年12月30日" #. type: TH #: bambam.6:1 #, fuzzy, no-wrap msgid "version 1.2.1" msgstr "バージョン1.1.2" #. type: SH #: bambam.6:2 #, no-wrap msgid "NAME" msgstr "名" #. type: Plain text #: bambam.6:4 #, fuzzy msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "幼児のカチャカチャゲーム。" #. type: SH #: bambam.6:4 #, no-wrap msgid "SYNOPSIS" msgstr "あらすじ" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "" #. type: SH #: bambam.6:7 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: TP #: bambam.6:8 #, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "" #. type: Plain text #: bambam.6:29 msgid "Do not prevent running under Wayland. See the B section." msgstr "" #. type: Plain text #: bambam.6:36 msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "" #. type: Plain text #: bambam.6:41 msgid "" "B that there are ways to switch to another application from bambam:" msgstr "" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, no-wrap msgid "\\(bu" msgstr "" #. type: Plain text #: bambam.6:51 msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" #. type: Plain text #: bambam.6:55 msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "" #. type: Plain text #: bambam.6:61 msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "" #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text console." msgstr "" #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "" #. type: Plain text #: bambam.6:72 msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "" #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "" #. type: Plain text #: bambam.6:80 msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" #. type: SH #: bambam.6:80 #, no-wrap msgid "AUTHOR" msgstr "" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" msgstr "" #: bambam.en.desktop:3 bambam-session.en.desktop:3 msgid "BamBam" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "" #~ msgid "A keyboard mashing game for babies." #~ msgstr "幼児のカチャカチャゲーム。" #~ msgid "bambam - a keyboard mashing and doodling game for babies" #~ msgstr "BamBam・幼児のカチャカチャゲーム" bambam-1.2.1+dfsg/po/ko.po000066400000000000000000000421621436045143200152470ustar00rootroot00000000000000# #-#-#-#-# bambam-py.pot (bambam 1.2.0) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-desktop.pot (bambam 1.2.0) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-session-desktop.pot (bambam 1.2.0) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: bambam 1.2.0\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2022-09-10 10:02+0200\n" "PO-Revision-Date: 2022-10-06 13:21+0000\n" "Last-Translator: 이정희 \n" "Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.14.1\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "음소거" #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 msgid "unmute" msgstr "음소거 해제" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "끝내기" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "\"%(file)s\" 파일을 불러오지 못했습니다: %(message)s" #: bambam.py:123 #, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "이미지의 높이는 %(width)dx%(height)d 픽셀에 맞게 크기를 조정한 후 0입니다" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, python-format msgid "Skipping blacklisted item %s" msgstr "블랙리스트된 항목 %s을(를) 건너뛰는 중" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "명령: %s" #: bambam.py:311 msgid "Error: Wayland display detected." msgstr "오류: Wayland 디스플레이가 감지되었습니다." #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "키보드를 안전하게 잠글 수 없습니다." #: bambam.py:314 msgid "Press any key to quit." msgstr "종료하려면 아무 키나 누르십시오." #: bambam.py:328 msgid "Please read the following important information!" msgstr "다음 중요한 정보를 읽으십시오!" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "게임을 시작한 후 종료하려면 키보드에 %s라는 단어를 직접 입력합니다." #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "이 명령과 기타 사용 가능한 명령은 창의 왼쪽 상단 모서리에 나와 있습니다." #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "게임은 자녀가 파일을 손상시키지 않도록 키보드와 마우스 포인터 포커스를 " "잡으려고 합니다." #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" "이제 게임이 전용 로그인 세션에서 실행되어 추가적인 안전성을 제공합니다. " "그러나 어린이가 실수로 게임을 종료하거나 다른 가상 터미널로 전환할 수 " "있습니다(예: CTRL+ALT+Fx 사용)." #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "자녀를 게임에 방치하는 경우, 다른 사용자 세션(있는 경우)이 암호로 잠겨 " "있는지 확인하십시오." #: bambam.py:382 msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" "그러나 일부 환경에서는 특수 키 조합을 사용하여 어린이가 게임을 종료하거나 " "게임에서 다른 방향으로 전환할 수 있습니다. 정확한 메커니즘은 그래픽 환경, 창 " "관리자 등에 따라 다릅니다. 예로는 Super(Windows라고도 함) 키, 기능 키 " "조합(CTRL+ALT+Fx) 또는 마우스를 사용할 때의 위험 지대가 있습니다." #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "게임에 \"아이를 방치하지 않는 것\"이 좋습니다." #: bambam.py:390 msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "대신 더 안전한 전용 BamBam 세션(로그인 할 때 톱니바퀴 아이콘 확인)을 " "사용하는 것이 더 안전합니다." #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "키 또는 마우스 버튼을 눌러 지금 게임을 시작하십시오." #: bambam.py:415 bambam.py:422 #, python-format msgid "Using data directory %s" msgstr "%s 데이터 디렉토리 사용" #: bambam.py:426 bambam.en.desktop:4 bambam-session.en.desktop:4 msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "영유아를 위한 키보드 매싱 및 낙서 게임." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:428 bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "대문자를 표시합니다." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:430 bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "재생하지 않을 사운드 파일이름 패턴 목록입니다." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:432 bambam.6:26 msgid "List of image filename patterns to never show." msgstr "절대 표시하지 않을 이미지 파일이름 패턴 목록입니다." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:434 bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "동일한 키를 누를 때 동일한 소리가 납니다." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:436 bambam.6:17 msgid "Use a dark background instead of a light one." msgstr "밝은 배경 대신 어두운 배경을 사용합니다." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:438 bambam.6:20 msgid "Do not play any sounds." msgstr "아무 소리도 재생하지 않습니다." #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "Wayland에서 실행하는 것을 막지 않습니다." #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "경고, 글꼴이 비활성화되었습니다." #: bambam.py:450 msgid "Warning, sound disabled." msgstr "경고, 소리가 비활성화되었습니다." #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "Bam Bam" #: bambam.py:487 msgid "All sounds failed to load." msgstr "모든 소리를 불러오지 못했습니다." #: bambam.py:493 msgid "All images failed to load." msgstr "모든 이미지를 불러오지 못했습니다." #. type: TH #: bambam.6:1 #, no-wrap msgid "bambam" msgstr "bambam" #. type: TH #: bambam.6:1 #, no-wrap msgid "10 September 2022" msgstr "2022년 9월 10일" #. type: TH #: bambam.6:1 #, no-wrap msgid "version 1.2.1" msgstr "버전 1.2.1" #. type: SH #: bambam.6:2 #, no-wrap msgid "NAME" msgstr "이름" #. type: Plain text #: bambam.6:4 msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "bambam - 영유아를 위한 키보드 매싱 및 낙서 게임" #. type: SH #: bambam.6:4 #, no-wrap msgid "SYNOPSIS" msgstr "개요" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "B [I<옵션>]" #. type: SH #: bambam.6:7 #, no-wrap msgid "DESCRIPTION" msgstr "설명" #. type: TP #: bambam.6:8 #, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "B<-u>, B<--uppercase>" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "B<-d>, B<--deterministic-sounds>" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "B<-D>, B<--dark>" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "B<-m>, B<--mute>" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "B<--sound_blacklist>=I" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "B<--image_blacklist>=I" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "B<--wayland-ok>" #. type: Plain text #: bambam.6:29 msgid "Do not prevent running under Wayland. See the B section." msgstr "Wayland에서 실행하는 것을 막지 마십시오. B<참고> 섹션을 참조하십시오." #. type: Plain text #: bambam.6:36 msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" "bambam은 Python으로 작성된 유아용 키보드 및 마우스 게임입니다. 문자 키를 " "누르면 임의의 위치와 색상으로 인쇄됩니다. 다른 키를 누르면 임의의 위치에 " "작은 그림이 그려집니다. 마우스 버튼을 누른 상태에서 마우스를 드래그하면 " "무작위로 변화하는 색상이 그려집니다. 무작위로 화면이 지워집니다." #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "참고" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "B<종료하려면 창의 왼쪽 상단 모서리에 언급된 명령을 직접 입력합니다. 영어 " "로케일에서는 단어: quit입니다.>" #. type: Plain text #: bambam.6:41 msgid "" "B that there are ways to switch to another application from bambam:" msgstr "B에서 다른 응용프로그램으로 전환하는 방법은 다음과 같습니다:" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, no-wrap msgid "\\(bu" msgstr "\\(bu" #. type: Plain text #: bambam.6:51 msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" "Wayland에서 실행할 때 bambam이 모든 키 누름을 잡는 것은 현재 불가능합니다. " "그 결과 GNOME 셸을 사용하는 경우 Windows(일명 Super) 키를 누르면 활동 개요가 " "활성화됩니다. 환경을 확인해 주세요. 해결 방법으로 버전 1.1.2부터 bambam은 " "Wayland에서 실행 중인지 감지하려고 시도합니다. 이 경우 bambam은 경고를 " "표시하고 작업을 거부합니다. B<--wayland-ok> 옵션을 사용하여 이 해결 방법을 " "비활성화할 수 있습니다." #. type: Plain text #: bambam.6:55 msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" "bambam은 가상 터미널 전환을 차단하지 않습니다(예: CTRL+ALT+F1). 차단하려면 " "예제 50-dont-vt-switch.conf 파일을 참조하십시오." #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "다른 환경 및 창 관리자에는 아직 알려지지 않은 다른 방법이 있을 수 있습니다." #. type: Plain text #: bambam.6:61 msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "위와 같은 이유로 버전 1.2.0부터 B<전용 로그인 세션에서 bambam을 실행할 수 " "있으며 권장합니다.>" #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" "이를 수행하는 한 가지 방법은 로그인할 때 디스플레이 관리자 설정에서 BamBam " "세션 유형을 선택하는 것입니다(톱니바퀴 아이콘 찾기)." #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text console." msgstr "또 다른 방법은 텍스트 콘솔에서 B과 같은 명령을 사용하는 " "것입니다." #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "소리를 끄거나 켜려면 게임에서 각각 음소거 및 음소거 해제를 입력합니다." #. type: Plain text #: bambam.6:72 msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" "bambam은 다음 디렉터리에서 이미지(GIF, JPEG, PNG 및 TIFF 파일) 및 사운드(WAV " "및 OGG 파일)를 불러옵니다:" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "게임과 함께 배포된 B 디렉터리," #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "B<$XDG_DATA_HOME> (보통 ~/.local/share/bambam/data)" #. type: Plain text #: bambam.6:80 msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" "디렉터리에서 파일을 검색할 때 bambam B는 심볼릭 링크를 따라 디렉터리를 " "내려갑니다. 이렇게 하면 bambam이 다른 곳에 있는 파일을 쉽게 사용할 수 " "있습니다." #. type: SH #: bambam.6:80 #, no-wrap msgid "AUTHOR" msgstr "작성자" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" msgstr "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" #: bambam.en.desktop:3 bambam-session.en.desktop:3 msgid "BamBam" msgstr "BamBam" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "" "bambam;baby;child;toddler;game;keyboard " "mashing;mouse;doodling;뱀뱀;아기;어린이;유아;게임;키보드 " "매싱;마우스;낙서;탕탕;퍽퍽;팡팡;" bambam-1.2.1+dfsg/po/mr.po000066400000000000000000000264371436045143200152630ustar00rootroot00000000000000# #-#-#-#-# bambam-py.pot (bambam 1.1.2) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2023-01-14 07:46+0100\n" "PO-Revision-Date: 2022-06-10 16:18+0000\n" "Last-Translator: Prachi Joshi \n" "Language-Team: Marathi \n" "Language: mr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.13-dev\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "मूक" #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 msgid "unmute" msgstr "अनम्यूट" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "बाहेर पडा" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "\"%(file)s\" फाइल लोड करण्यात अयशस्वी: %(message)s" #: bambam.py:123 #, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, python-format msgid "Skipping blacklisted item %s" msgstr "" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "" #: bambam.py:311 msgid "Error: Wayland display detected." msgstr "" #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "" #: bambam.py:314 msgid "Press any key to quit." msgstr "" #: bambam.py:328 msgid "Please read the following important information!" msgstr "" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "" #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "" #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "" #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "" #: bambam.py:382 msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "" #: bambam.py:390 msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "" #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "" #: bambam.py:415 bambam.py:422 #, python-format msgid "Using data directory %s" msgstr "" #: bambam.py:426 bambam.en.desktop:4 bambam-session.en.desktop:4 msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:428 bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:430 bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:432 bambam.6:26 msgid "List of image filename patterns to never show." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:434 bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:436 bambam.6:17 msgid "Use a dark background instead of a light one." msgstr "" #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:438 bambam.6:20 msgid "Do not play any sounds." msgstr "" #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "" #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "" #: bambam.py:450 msgid "Warning, sound disabled." msgstr "" #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "" #: bambam.py:487 msgid "All sounds failed to load." msgstr "" #: bambam.py:493 msgid "All images failed to load." msgstr "" #. type: TH #: bambam.6:1 #, no-wrap msgid "bambam" msgstr "" #. type: TH #: bambam.6:1 #, no-wrap msgid "10 September 2022" msgstr "" #. type: TH #: bambam.6:1 #, no-wrap msgid "version 1.2.1" msgstr "" #. type: SH #: bambam.6:2 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: bambam.6:4 msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "" #. type: SH #: bambam.6:4 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "" #. type: SH #: bambam.6:7 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: TP #: bambam.6:8 #, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "" #. type: Plain text #: bambam.6:29 msgid "Do not prevent running under Wayland. See the B section." msgstr "" #. type: Plain text #: bambam.6:36 msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "" #. type: Plain text #: bambam.6:41 msgid "" "B that there are ways to switch to another application from bambam:" msgstr "" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, no-wrap msgid "\\(bu" msgstr "" #. type: Plain text #: bambam.6:51 msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" #. type: Plain text #: bambam.6:55 msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "" #. type: Plain text #: bambam.6:61 msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "" #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text console." msgstr "" #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "" #. type: Plain text #: bambam.6:72 msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "" #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "" #. type: Plain text #: bambam.6:80 msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" #. type: SH #: bambam.6:80 #, no-wrap msgid "AUTHOR" msgstr "" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" msgstr "" #: bambam.en.desktop:3 bambam-session.en.desktop:3 msgid "BamBam" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "" bambam-1.2.1+dfsg/po/nb_NO.po000066400000000000000000000400741436045143200156310ustar00rootroot00000000000000# #-#-#-#-# bambam-py.pot (bambam 1.1.0) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the bambam package. # FIRST AUTHOR , YEAR. # # #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2023-01-14 07:46+0100\n" "PO-Revision-Date: 2022-09-11 19:16+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" "Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.14.1-dev\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "forstum" #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 #, fuzzy msgid "unmute" msgstr "opphevforstummelse" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "avslutt" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "Klarte ikke å late inn filen «%(file)s»: %(message)s" #: bambam.py:123 #, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "" "Bildet har en høyde på 0 etter endring av oppløsnigen for å passe inn i " "%(width)dx%(height)d piksler" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, fuzzy, python-format msgid "Skipping blacklisted item %s" msgstr "Hopper over svartelistet element %s" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "Kommandoer: %s" #: bambam.py:311 #, fuzzy msgid "Error: Wayland display detected." msgstr "Feil: Oppdaget wayland-skjerm." #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "Kan ikke låse tastaturet på trygg måte." #: bambam.py:314 msgid "Press any key to quit." msgstr "Trykk vilkårlig tast for å avslutte." #: bambam.py:328 msgid "Please read the following important information!" msgstr "Les følgende viktige info:" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "" "For å avslutte spillet etter at det har startet kan du skrive ordet «%s» på " "tastaturet." #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 #, fuzzy msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "" "B" #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "" "Spillet prøver å bruke tastatur og musepeker til å fokusere, for å holde " "barnet ditt unna filene dine." #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" "Spillet kjører nå i en egen innloggingsøkt, som gir ytterligere sikkerhet. " "Dog kan det være mulig for barnet å avslutte spillet tilfeldig, eller bytte " "til en annen virtuell terminal (for eksempel ved å bruke Ctrl+Alt+Fx)." #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "" "Forsire deg om at andre brukerøkter (om noen) er låst med et passord, hvis " "du lar barnet bruke spillet alene." #: bambam.py:382 #, fuzzy msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" "Dog er det i noen miljøer mulig for barnet å avslutte eller bytte til et " "annet vindu fra spillet ved å bruke en tastekombinasjon. Dette avhenger av " "miljøet, vindusbehandleren, osv. Det kan være Super-tast, funksjonstaster " "(Ctrl+Alt+Fx), eller funksjonshjørner når du bruker musen." #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "Det anbefales at du IKKE LAR BARNET VÆRE ALENE med spillet." #: bambam.py:390 #, fuzzy msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "" "Overvei å bruke en egen BamBam-økt istedenfor (se etter et tannhjulsikon når " "du logger inn), som er tryggere." #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "Trykk vilkårlig tast for å starte spillet nå." #: bambam.py:415 bambam.py:422 #, fuzzy, python-format msgid "Using data directory %s" msgstr "Bruker datamappe %s" #: bambam.py:426 bambam.en.desktop:4 bambam-session.en.desktop:4 #, fuzzy msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "Et tastaturtrykkespill for babyer." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:428 bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "Vis STORE BOKSTAVER." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:430 bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "Liste over lydfilnavnsmønster som aldri skal spilles." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:432 bambam.6:26 msgid "List of image filename patterns to never show." msgstr "Liste over bildefilnavnsmønster som aldri skal vises." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:434 bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "Lag samme lyd ved trykk av samme tast." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:436 bambam.6:17 #, fuzzy msgid "Use a dark background instead of a light one." msgstr "Mørk bakgrunn." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:438 bambam.6:20 msgid "Do not play any sounds." msgstr "Ikke spill noen lyder." #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "Ikke forhindre kjøring i Wayland." #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "Advarsel, skrifter avskrudd." #: bambam.py:450 #, fuzzy msgid "Warning, sound disabled." msgstr "Advarsel, lyd avsrkudd." #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "Bam Bam" #: bambam.py:487 #, fuzzy msgid "All sounds failed to load." msgstr "Klarte ikke å laste inn lyder." #: bambam.py:493 msgid "All images failed to load." msgstr "Klarte ikke å laste inn bilder." #. type: TH #: bambam.6:1 #, fuzzy, no-wrap msgid "bambam" msgstr "bambam" #. type: TH #: bambam.6:1 #, fuzzy, no-wrap msgid "10 September 2022" msgstr "30 Desember 2020" #. type: TH #: bambam.6:1 #, fuzzy, no-wrap msgid "version 1.2.1" msgstr "versjon 1.1.1" #. type: SH #: bambam.6:2 #, fuzzy, no-wrap msgid "NAME" msgstr "Navn" #. type: Plain text #: bambam.6:4 #, fuzzy msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "Et tastaturtrykkespill for babyer." #. type: SH #: bambam.6:4 #, fuzzy, no-wrap msgid "SYNOPSIS" msgstr "Sammendrag" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "B [I]" #. type: SH #: bambam.6:7 #, fuzzy, no-wrap msgid "DESCRIPTION" msgstr "Beskrivelse" #. type: TP #: bambam.6:8 #, fuzzy, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "B<-u>, B<--uppercase>" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "B<-d>, B<--deterministic-sounds>" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "B<-D>, B<--dark>" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "B<-m>, B<--mute>" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "B<--sound_blacklist>=I" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "B<--image_blacklist>=I" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "B<--wayland-ok>" #. type: Plain text #: bambam.6:29 #, fuzzy msgid "Do not prevent running under Wayland. See the B section." msgstr "Ikke forhindre kjøring i Wayland. Sjekk B-delen." #. type: Plain text #: bambam.6:36 #, fuzzy msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" "bambam er et tastatur og musespill for babyer skrevet i Python. Å trykke på " "knapper skriver dem ut på tilfeldige steder i forskjellige farger. Å trykke " "andre taster lager små bilder på tilfeldige steder. Å dra musen mens " "musknappen er trykket ned tegner tilfeldig endrede farger. Skjermen tømmes " "tilfeldig." #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "Merknader" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "" "B" #. type: Plain text #: bambam.6:41 #, fuzzy msgid "" "B that there are ways to switch to another application from bambam:" msgstr "B at det går an å bytte til et annet program fra bambam:" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, fuzzy, no-wrap msgid "\\(bu" msgstr "\\(bu" #. type: Plain text #: bambam.6:51 #, fuzzy msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" "noen vindusmiljøer (vedlikeholderen mistenker at dette kan gjelde Wayland) " "gjør det ikke mulig for bambam å hente alle tastetrykk. Når du bruker GNOME-" "skallet, vil det å trykke supertasten starte vindusoversikten. Sjekk ditt " "miljø. Tasten har ofte en Windows-logo. Hvis det er tilfelle, kan du prøve å " "kjøre bambam i en egen X-økt, for eksempel ved å kjøre B fra " "kommandolinjen;" #. type: Plain text #: bambam.6:55 #, fuzzy msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" "bambam blokkerer ikke virtuell terminalveksling (f.eks. Ctrl+Alt+F1). Se " "ekemplet 50-dont-vt-switch.conf -filen hvis du ønsker å blokkere dette." #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "" "det kan være ukjente eller hittil ukjente måter i andre miljøer og " "vindushåndterere." #. type: Plain text #: bambam.6:61 #, fuzzy msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "" "På grunn av dette vil det fra versjon 1.2.0, B" #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" "En måte å gjøre dette på er å velge BamBam-økttypen fra din skjermhåndterers " "innstillinger når du logger inn (se etter et tannhjulsikon)." #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text console." msgstr "" "En annen måte er å bruke en kommando, som f.eks. B fra " "en tekstkonsoll." #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "" "For å skru lyden av og på, skriv (respektivt) «mute» og «unmute», i spillet." #. type: Plain text #: bambam.6:72 #, fuzzy msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" "bambam laster inn bilder (GIF, JPEG, PNG og TIFF-filer) og lyder (WAV og OGG-" "filer) fra følgende mapper:" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "B-mappen som følger med spillet," #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "B<$XDG_DATA_HOME> (vanligvis ~/.local/share/bambam/data)" #. type: Plain text #: bambam.6:80 #, fuzzy msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" "Når du skanner mapper for filer, B bambam symbolske lenker og mapper " "rekursivt. Dette gjør det enklere å få bambam til å bruke filer som finnes " "annensteds hen." #. type: SH #: bambam.6:80 #, fuzzy, no-wrap msgid "AUTHOR" msgstr "Utvikler" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" msgstr "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" #: bambam.en.desktop:3 bambam-session.en.desktop:3 msgid "BamBam" msgstr "BamBam" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "bambam;baby;barn;spedbarn;spill;tastaturtrykking;mus;dodling;" #~ msgid "A keyboard mashing game for babies." #~ msgstr "Et tastaturtrykkespill for babyer." #~ msgid "bambam - a keyboard mashing and doodling game for babies" #~ msgstr "bambam—et tastaturtrykk- og drodlingsspill for babyer" bambam-1.2.1+dfsg/po/pl.po000066400000000000000000000412501436045143200152460ustar00rootroot00000000000000# Copyright (C) 2020 Marcin Owsiany # This file is distributed under the same license as the bambam package. # Marcin Owsiany , 2020 # msgid "" msgstr "" "Project-Id-Version: bambam 1.0.2\n" "Report-Msgid-Bugs-To: marcin@owsiany.pl\n" "POT-Creation-Date: 2022-10-04 13:43+0200\n" "PO-Revision-Date: 2022-09-10 11:44+0000\n" "Last-Translator: Marcin Owsiany \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.14.1-dev\n" #. TRANSLATORS: command string to mute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:45 msgid "mute" msgstr "wycisz" # Chcemy zwięzłą formę łatwą do wpisania jedną ręką. # Za komentarzem użytkownika "Stan" do artykułu https://polszczyzna.pl/podglosnic-czy-poglosnic/: # Przedrostków typu „po/wy/z/na/roz-” i podobnych używa się do tworzenia # czasownika z przymiotnika: „polepszyć”, „powiększyć”, „poniżyć”, więc # „pogłośnić” wydaje się być sensownym wyjściem. A skoro „zwiększyć” lub # „zmniejszyć” to i „zgłośnić” zapewne ma sens. #. TRANSLATORS: command string to unmute sounds. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:51 msgid "unmute" msgstr "zglosnij" #. TRANSLATORS: command string to quit the game. #. Must not contain spaces, and should be be at least 4 characters long, #. so that it is unlikely to be generated by a keyboard-mashing baby. #. However it is recommended to keep it shorter than 10 characters so that #. it is relatively easy to type by an adult without making mistakes. #: bambam.py:57 msgid "quit" msgstr "koniec" #: bambam.py:73 #, python-format msgid "Failed to load file \"%(file)s\": %(message)s" msgstr "Nie udało się załadować pliku \"%(file)s\": %(message)s" #: bambam.py:123 #, python-format msgid "" "image has height of 0 after resizing to fit within %(width)dx%(height)d " "pixels" msgstr "" "obraz ma wysokość 0 po przeskalowaniu by zmieścił się do rozmiaru %(width)dx" "%(height)d pikseli" #. TRANSLATORS: "item" can refer to an image or sound file path #: bambam.py:157 #, python-format msgid "Skipping blacklisted item %s" msgstr "Pomijanie ignorowanego pliku %s" #. TRANSLATORS: the string is space-separated list of all command strings. #: bambam.py:298 #, python-format msgid "Commands: %s" msgstr "Polecenia: %s" #: bambam.py:311 msgid "Error: Wayland display detected." msgstr "Błąd: wykryto wyświetlanie Wayland." #: bambam.py:312 msgid "Cannot lock the keyboard safely." msgstr "Nie można bezpiecznie zablokować klawiatury." #: bambam.py:314 msgid "Press any key to quit." msgstr "Naciśnij dowolny klawisz by zakończyć grę." #: bambam.py:328 msgid "Please read the following important information!" msgstr "Proszę przeczytać następujące ważne informacje!" #. TRANSLATORS: the substituted word will be the translated command for quitting the game. #: bambam.py:364 #, python-format msgid "" "To quit the game after it starts, directly type the word %s on the keyboard." msgstr "" "Aby zakończyć grę po jej uruchomieniu, wpisz bezpośrednio na klawiaturze " "słowo %s." #. TRANSLATORS: "this" means the word quit from the preceding message, in this context. #: bambam.py:366 msgid "" "This, and other available commands are mentioned in the upper left-hand " "corner of the window." msgstr "Ta, i inne dostępne komendy są wypisane w lewym górnym rogu okna." #: bambam.py:369 msgid "" "The game tries to grab the keyboard and mouse pointer focus, to keep your " "child from causing damage to your files." msgstr "" "Gra próbuje przechwycić klawiaturę i kursor myszy, aby uniemożliwić dziecku " "zniszczenie twoich plików." #: bambam.py:373 msgid "" "The game is now running in a dedicated login session, which provides some " "additional safety. However it may still be possible for the child to " "accidentally quit the game, or swich to a different virtual terminal (for " "example using CTRL+ALT+Fx)." msgstr "" "Gra jest teraz uruchomiona w dedykowanej sesji, co zapewnia pewne dodatkowe " "bezpieczeństwo. Jednak mimo wszystko jest możliwe, że dziecko przez " "przypadek zakończy grę lub przełączy się na inny terminal wirtualny (na " "przykład przy pomocy kombinacji CTRL+ALT+Fx)." #: bambam.py:378 msgid "" "Make sure other user sessions (if any) are locked with a password, if " "leaving your child unattended with the game." msgstr "" "Upewnij się, że sesje innych użytkowników (gdy takowe istnieją) są " "zabezpieczone hasłem, jeśli zostawiasz dziecko sam na sam z grą." #: bambam.py:382 msgid "" "However in some environments it may be possible for the child to exit or " "switch away from the game by using a special key combination. The exact " "mechanism depends on your graphical environment, window manager, etc. " "Examples include the Super (also known as Windows) key, function key " "combinations (CTRL+ALT+Fx) or hot corners when using the mouse." msgstr "" "Jednak w niektórych środowiskach dziecko może być w stanie wyłączyć grę lub " "przełączyć się na inny program przy pomocy jakiejś kombinacji klawiszy. " "Dokładny sposób zależy od Twojego środowiska graficznego, zarządcy okien, " "itd. Przykładem może być klawisz Super (zwany też klawiszem Windows), " "kombinacje klawiszy funkcyjnych (CTRL+ALT+Fx) lub gesty narożne przy pomocy " "myszy." #: bambam.py:388 msgid "We recommend to NOT LEAVE YOUR CHILD UNATTENDED with the game." msgstr "Zalecamy by NIE POZOSTAWIAĆ DZIECKA SAM NA SAM z grą." #: bambam.py:390 msgid "" "Please consider using a dedicated BamBam session instead (look for a gear " "icon when logging in), which is safer." msgstr "" "Prosimy rozważyć zamiast tego użycie dedykowanej sesji BamBam (szukaj ikony " "koła zębatego przy logowaniu się), jest to bardziej bezpieczne." #: bambam.py:394 msgid "Press any key or mouse button to start the game now." msgstr "Naciśnij teraz dowolny klawisz lub przycisk myszy by rozpocząć grę." #: bambam.py:415 bambam.py:422 #, python-format msgid "Using data directory %s" msgstr "Używanie katalogu danych %s" #: bambam.py:426 bambam.en.desktop:4 bambam-session.en.desktop:4 msgid "Keyboard mashing and doodling game for babies and toddlers." msgstr "Gra w klawiaturę i bazgranie dla małych dzieci." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:428 bambam.6:11 msgid "Show UPPER-CASE letters." msgstr "Pokazuj WIELKIE litery." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:430 bambam.6:23 msgid "List of sound filename patterns to never play." msgstr "" "Lista wzorów nazw plików dźwięków, które nigdy nie mają być odtwarzane." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:432 bambam.6:26 msgid "List of image filename patterns to never show." msgstr "" "Lista wzorów nazw plików obrazów, które nigdy nie mają być wyświetlane." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:434 bambam.6:14 msgid "Produce same sounds on same key presses." msgstr "Wydawaj te same dźwięki przy tych samych klawiszach." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:436 bambam.6:17 msgid "Use a dark background instead of a light one." msgstr "Używaj ciemnego tła zamiast jasnego." #. #-#-#-#-# bambam-man.pot (PACKAGE VERSION) #-#-#-#-# #. type: Plain text #: bambam.py:438 bambam.6:20 msgid "Do not play any sounds." msgstr "Nie wydawaj żadnych dźwięków." #: bambam.py:440 msgid "Do not prevent running under Wayland." msgstr "Nie zapobiegaj działaniu pod Wayland." #: bambam.py:448 msgid "Warning, fonts disabled." msgstr "Uwaga, znaki wyłączone." #: bambam.py:450 msgid "Warning, sound disabled." msgstr "Uwaga, dźwięk wyłączony." #. TRANSLATORS: Main game window name. #: bambam.py:460 msgid "Bam Bam" msgstr "Bam Bam" #: bambam.py:487 msgid "All sounds failed to load." msgstr "Nie udało się załadować żadnego dźwięku." #: bambam.py:493 msgid "All images failed to load." msgstr "Nie udało się załadować żadnego obrazu." #. type: TH #: bambam.6:1 #, no-wrap msgid "bambam" msgstr "bambam" #. type: TH #: bambam.6:1 #, no-wrap msgid "10 September 2022" msgstr "10 września 2022" #. type: TH #: bambam.6:1 #, no-wrap msgid "version 1.2.1" msgstr "wersja 1.2.1" #. type: SH #: bambam.6:2 #, no-wrap msgid "NAME" msgstr "NAZWA" #. type: Plain text #: bambam.6:4 msgid "bambam - a keyboard mashing and doodling game for babies and toddlers" msgstr "bambam - gra w klawiaturę i bazgranie dla małych dzieci" #. type: SH #: bambam.6:4 #, no-wrap msgid "SYNOPSIS" msgstr "SKŁADNIA" #. type: Plain text #: bambam.6:7 msgid "B [I]" msgstr "B [I]" #. type: SH #: bambam.6:7 #, no-wrap msgid "DESCRIPTION" msgstr "OPIS" #. type: TP #: bambam.6:8 #, no-wrap msgid "B<-u>, B<--uppercase>" msgstr "B<-u>, B<--uppercase>" #. type: TP #: bambam.6:11 #, no-wrap msgid "B<-d>, B<--deterministic-sounds>" msgstr "B<-d>, B<--deterministic-sounds>" #. type: TP #: bambam.6:14 #, no-wrap msgid "B<-D>, B<--dark>" msgstr "B<-D>, B<--dark>" #. type: TP #: bambam.6:17 #, no-wrap msgid "B<-m>, B<--mute>" msgstr "B<-m>, B<--mute>" #. type: TP #: bambam.6:20 #, no-wrap msgid "B<--sound_blacklist>=I" msgstr "B<--sound_blacklist>=I" #. type: TP #: bambam.6:23 #, no-wrap msgid "B<--image_blacklist>=I" msgstr "B<--image_blacklist>=I" #. type: TP #: bambam.6:26 #, no-wrap msgid "B<--wayland-ok>" msgstr "B<--wayland-ok>" #. type: Plain text #: bambam.6:29 msgid "Do not prevent running under Wayland. See the B section." msgstr "Nie zapobiegaj działaniu pod Wayland. Patrz B." #. type: Plain text #: bambam.6:36 msgid "" "bambam is a keyboard and mouse game for babies written in Python. Pressing " "letter keys prints them in random locations and colours. Pressing any other " "key draws little pictures in random locations. Dragging the mouse while the " "mouse button is pressed draws in randomly changing colours. The screen is " "cleared at random." msgstr "" "bambam to gra z użyciem klawiatury i myszy dla małych dzieci, napisana w " "języku Python. Naciskanie klawiszy liter wyświetla je w losowych miejscach " "i kolorach. Naciskanie innych klawiszy rysuje małe obrazki w losowych " "miejscach. Przeciąganie myszą z naciśniętym przyciskiem rysuje w losowo " "zmieniających się kolorach. Ekran jest kasowany losowo." #. type: SH #: bambam.6:36 #, no-wrap msgid "NOTES" msgstr "UWAGI" #. type: Plain text #: bambam.6:39 msgid "" "B" msgstr "" "B" #. type: Plain text #: bambam.6:41 msgid "" "B that there are ways to switch to another application from bambam:" msgstr "" "B, istnieją sposoby na to by przełączyć się z bambam do innego " "programu:" #. type: IP #: bambam.6:41 bambam.6:51 bambam.6:55 bambam.6:61 bambam.6:64 bambam.6:72 #: bambam.6:74 #, no-wrap msgid "\\(bu" msgstr "\\(bu" #. type: Plain text #: bambam.6:51 msgid "" "when running under Wayland, it is not currently possible for bambam to grab " "all key presses. A consequence of that is that if you use GNOME Shell, " "pressing the Windows (a.k.a. Super) key will activate the activities " "overview. Please check your environment. As a workaround, starting with " "version 1.1.2, bambam will try to detect if it is running under Wayland. If " "this is the case, bambam will display a warning and refuse to work. You can " "disable this workaround, with the B<--wayland-ok> option." msgstr "" "bambam nie potrafi obecnie przechwytywać wszystkich naciśnięć klawiszy gdy " "działa w sesji Wayland. W rezultacie gdy używany jest GNOME Shell, " "naciśnięcie klawisza Windows (znanego też jako Super) włączy podgląd " "aktywności. Proszę sprawdzić to w swoim środowisku. Jako środek " "zapobiegawczy, od wersji 1.1.2 bambam próbuje wykryć, czy działa pod " "Wayland. Jeśli tak jest, wyświetla ostrzeżenie i odmawia działania. Możesz " "wyłączyć to zachowanie przy pomocy opcji B<--wayland-ok>." #. type: Plain text #: bambam.6:55 msgid "" "bambam does not block virtual terminal switching (e.g. CTRL+ALT+F1). See " "the example 50-dont-vt-switch.conf file if you would like to block that." msgstr "" "bambam nie blokuje przełączania terminali wirtualnych Linuksa (np. CTRL+ALT" "+F1). Jeśli chciałbyś to zablokować, zobacz przykładowy plik 50-dont-vt-" "switch.conf." #. type: Plain text #: bambam.6:57 msgid "" "there may be other yet unknown ways in other environments and window " "managers." msgstr "" "być może istnieją jeszcze nieznane sposoby w innych środowiskach i " "zarządcach okien." #. type: Plain text #: bambam.6:61 msgid "" "For the above reasons, starting with version 1.2.0, B" msgstr "" "Z powyższych powodów, od wersji 1.2.0 B" #. type: Plain text #: bambam.6:64 msgid "" "One way to do this is to select BamBam session type from your display " "manager settings when logging in (look for a gear icon)." msgstr "" "Jednym ze sposobów na to jest wybranie typu sesji BamBam w twoim menedżerze " "wyświetlania podczas logowania się (szukaj ikony koła zębatego)." #. type: Plain text #: bambam.6:67 msgid "" "Another way is use command such as B from a text console." msgstr "" "Innym jest użycie komendy takiej jak B z konsoli " "tekstowej." #. type: Plain text #: bambam.6:69 msgid "" "To turn the sound off and on, type mute and unmute, respectively, in the " "game." msgstr "" "Aby wyłączyć lub włączyć dźwięk, wpisz w trakcie gry odpowiednio słowo: " "wycisz i zglosnij." #. type: Plain text #: bambam.6:72 msgid "" "bambam loads images (GIF, JPEG, PNG and TIFF files) and sounds (WAV and OGG " "files) from the following directories:" msgstr "" "bambam ładuje obrazy (pliki GIF, JPEG, PNG i TIFF) oraz dźwięki (pliki WAV i " "OGG) z następujących katalogów:" #. type: Plain text #: bambam.6:74 msgid "the B directory distributed with the game," msgstr "katalog B będący częścią gry," #. type: Plain text #: bambam.6:76 msgid "B<$XDG_DATA_HOME> (usually ~/.local/share/bambam/data)" msgstr "B<$XDG_DATA_HOME> (zwykle ~/.local/share/bambam/data)" #. type: Plain text #: bambam.6:80 msgid "" "When scanning directories for files, bambam B follow symbolic links " "and descend directories. This makes is easy to have bambam use files located " "elsewhere." msgstr "" "Poszukując plików w tych katalogach, bambam B za dowiązaniami " "symbolicznymi i wchodzi wgłąb katalogów. Dzięki temu można łatwo udostępnić " "grze pliki umieszczone gdzie indziej." #. type: SH #: bambam.6:80 #, no-wrap msgid "AUTHOR" msgstr "AUTOR" #. type: Plain text #: bambam.6:83 msgid "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" msgstr "" "Spike Burch Espikeb@gmail.comE Marcin Owsiany Emarcin@owsiany." "plE" #: bambam.en.desktop:3 bambam-session.en.desktop:3 msgid "BamBam" msgstr "BamBam" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Do NOT translate or remove the application name from the list! It is used for search. #: bambam.en.desktop:11 msgid "bambam;baby;child;toddler;game;keyboard mashing;mouse;doodling;" msgstr "bambam;dziecko;niemowle;gra;klawiatura;mysz;bazgranie;rysowanie;" #~ msgid "A keyboard mashing game for babies." #~ msgstr "Gra w klawiaturę dla małych dzieci." #~ msgid "bambam - a keyboard mashing and doodling game for babies" #~ msgstr "bambam - gra w klawiaturę i doodling dla małych dzieci" bambam-1.2.1+dfsg/po4a.conf000066400000000000000000000002101436045143200153560ustar00rootroot00000000000000[po4a_langs] ca de eo es fr it ja ko mr nb_NO pl [po4a_paths] bambam.pot $lang:po/$lang.po [type: man] bambam.6 $lang:bambam.$lang.6 bambam-1.2.1+dfsg/requirements-dev.txt000066400000000000000000000001531436045143200177120ustar00rootroot00000000000000autopep8==2.0.1 flake8==6.0.0 mccabe==0.7.0 pycodestyle==2.10.0 pyflakes==3.0.1 pygame==2.1.2 tomli==2.0.1 bambam-1.2.1+dfsg/requirements.txt000066400000000000000000000000161436045143200171340ustar00rootroot00000000000000pygame==2.1.2 bambam-1.2.1+dfsg/setup.cfg000066400000000000000000000001111436045143200154650ustar00rootroot00000000000000[flake8] max-line-length = 120 builtins = _ [pep8] max-line-length = 120 bambam-1.2.1+dfsg/test-e2e.py000077500000000000000000000142761436045143200156720ustar00rootroot00000000000000#!/usr/bin/env python3 # Copyright (C) 2018-2023 Marcin Owsiany # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . """Checks whether bambam works. This is intended to be run by autopkgtest, with the environment set up to connect to an Xvfb server in order to take screenshots from its XWD output file. See the main() function for a high-level overview of what the script does. """ import logging import os import random import re import subprocess import time _COLOR_PATTERN = re.compile(r'(\d+),(\d+),(\d+)') _EXIT_SECONDS = 5 _BAMBAM_PROGRAM = os.getenv('AUTOPKGTEST_BAMBAM_PROGRAM', '/usr/games/bambam') def main(): bambam = subprocess.Popen([_BAMBAM_PROGRAM]) try: await_welcome_screen() send_keycodes('space') # any keypress should do await_blank_screen() test_functionality() shut_bambam_down() logging.info('Waiting for game to exit cleanly.') exit_code = bambam.wait(timeout=_EXIT_SECONDS) if exit_code != 0: raise Exception('Bambam exited with unexpected code %d.' % exit_code) logging.info('Test successful.') except: # noqa: E722 take_screenshot('exception') raise def await_welcome_screen(): logging.info( 'Polling to observe a light blue screen (which means that bambam ' 'has started AND is displaying a welcome screen where the text ' 'is blue).') attempt_count = 40 sleep_delay = 0.25 for attempt in range(attempt_count): current_average_hsl = get_average_hsl() logging.info('On attempt %d the average screen HSV was %s.', attempt, current_average_hsl) h, s, l = current_average_hsl # noqa: E741 if 50 < h and h < 70 and 20 < s and s < 40 and 80 < l and l < 100: logging.info('Found light blue screen, looks like bambam started up OK.') take_screenshot('welcome') return time.sleep(sleep_delay) raise Exception( 'Failed to see bambam start and display light-blue background, ' 'after polling %d times every %f seconds.' % (attempt_count, sleep_delay)) def await_blank_screen(): logging.info('Polling to observe a mostly-white screen (which means that welcome screen was cleared).') attempt_count = 40 sleep_delay = 0.25 for attempt in range(attempt_count): current_average_color = get_average_color() logging.info('On attempt %d the average screen color was %s.', attempt, current_average_color) if all(color_component >= 248 for color_component in current_average_color): logging.info('Found mostly white screen, looks like bambam cleared the welcome screen OK.') take_screenshot('blank') return time.sleep(sleep_delay) raise Exception( 'Failed to see bambam clear the startup screen and display mostly-white background, ' 'after polling %d times every %f seconds.' % (attempt_count, sleep_delay)) def test_functionality(): logging.info('Simulating space and letter keypresses and measuring average screen color, to test functionality.') attempt_count = 1000 for attempt in range(attempt_count): send_keycodes('space', 'm') # any letter will do, but em is nice and big send_mouse_move() time.sleep(0.005) # let the event propagate and bambam process it if is_screen_colorful_enough(attempt): take_screenshot('success') return raise Exception('Failed to see a colorful enough screen after %d key presses.' % (attempt_count * 2)) def is_screen_colorful_enough(attempt): r, g, b = get_average_color() if any(color > 225 for color in (r, g, b)): logging.info('On attempt %d the average screen color was too close to white: %d,%d,%d.', attempt, r, g, b) return False else: logging.info('Found colorful enough screen, colors %d, %d, %d.', r, g, b) return True def shut_bambam_down(): logging.info('Simulating shutdown keypresses.') send_keycodes('q', 'u', 'i', 't') def take_screenshot(title): file_name = os.path.join(os.environ['AUTOPKGTEST_ARTIFACTS'], '%s.png' % title) subprocess.call([ 'convert', 'xwd:' + os.path.join(os.environ['AUTOPKGTEST_TMP'], 'Xvfb_screen0'), file_name]) logging.info('Took a screenshot to: %s', file_name) def get_average_color(): return summarize_screen('r*255', 'g*255', 'b*255') def get_average_hsl(): return summarize_screen('hue*100', 'saturation*100', 'lightness*100') def summarize_screen(*fx_expressions): if len(fx_expressions) != 3: raise Exception('Expected three FX expressions, got %s' % fx_expressions) format_arg = ','.join(('%%[fx:int(%s)]' % e) for e in fx_expressions) color_str = subprocess.check_output([ 'convert', 'xwd:' + os.path.join(os.environ['AUTOPKGTEST_TMP'], 'Xvfb_screen0'), '-resize', '1x1!', '-format', format_arg, 'info:-']).decode() m = _COLOR_PATTERN.match(color_str) if not m: raise Exception('Failed to parse color ' + color_str) return [int(i) for i in m.group(1, 2, 3)] def xdotool(*args): subprocess.check_call(['xdotool', 'search', '--class', 'bambam'] + list(args)) def send_keycodes(*keycodes): xdotool('key', *keycodes) def random_move(): return random.choice(['+', '-']) + str(random.choice(range(1, 50))) def send_mouse_move(): x, y = random_move(), random_move() xdotool('mousedown', '1', 'mousemove_relative', '--', x, y, 'mouseup', '1') if __name__ == '__main__': logging.basicConfig(level=logging.INFO, format="%(asctime)s %(levelname)s %(name)s: %(message)s") main()